netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] net_tstamp: Validate hwtstamp_config completely before applying it
@ 2013-11-14  0:39 Ben Hutchings
  2013-11-14  0:40 ` [PATCH net 1/6] tg3: " Ben Hutchings
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Ben Hutchings @ 2013-11-14  0:39 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Richard Cochran

This series fixes very similar bugs in 6 implementations of
SIOCSHWTSTAMP.

Ben.

Ben Hutchings (6):
  tg3: Validate hwtstamp_config completely before applying it
  e1000e: Validate hwtstamp_config completely before applying it
  pch_gbe: Validate hwtstamp_config completely before applying it
  stmmac: Validate hwtstamp_config completely before applying it
  ti_cpsw: Validate hwtstamp_config completely before applying it
  ixp4xx_eth: Validate hwtstamp_config completely before applying it

 drivers/net/ethernet/broadcom/tg3.c                  | 16 +++++++---------
 drivers/net/ethernet/intel/e1000e/netdev.c           | 14 ++++++--------
 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 12 +++---------
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c    | 12 +++---------
 drivers/net/ethernet/ti/cpsw.c                       | 18 ++++++++----------
 drivers/net/ethernet/xscale/ixp4xx_eth.c             | 12 +++---------
 6 files changed, 30 insertions(+), 54 deletions(-)


-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-11-19  5:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14  0:39 [PATCH net 0/6] net_tstamp: Validate hwtstamp_config completely before applying it Ben Hutchings
2013-11-14  0:40 ` [PATCH net 1/6] tg3: " Ben Hutchings
2013-11-14  0:55   ` Nithin Nayak Sujir
2013-11-14  0:41 ` [PATCH net 2/6] e1000e: " Ben Hutchings
2013-11-14 16:36   ` [E1000-devel] " Jeff Kirsher
2013-11-14  0:42 ` [PATCH net 3/6] pch_gbe: " Ben Hutchings
2013-11-14  7:21   ` Richard Cochran
2013-11-14  7:27     ` Richard Cochran
2013-11-14  8:17     ` David Miller
2013-11-14  0:43 ` [PATCH net 4/6] stmmac: " Ben Hutchings
2013-11-19  5:26   ` Giuseppe CAVALLARO
2013-11-19  5:55     ` Rayagond K
2013-11-14  0:47 ` [PATCH net 5/6] ti_cpsw: " Ben Hutchings
2013-11-14 12:49   ` Mugunthan V N
2013-11-14  0:48 ` [PATCH net 6/6] ixp4xx_eth: " Ben Hutchings
2013-11-14  6:53 ` [PATCH net 0/6] net_tstamp: " David Miller
2013-11-14 13:26 ` Richard Cochran
2013-11-14 21:23 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).