1. 59f92f4 net: w5300: use dev_get_platdata() by Jingoo Han · 11 years ago
  2. 3ae603c net: tsi108: use dev_get_platdata() by Jingoo Han · 11 years ago
  3. 894cdbb net: davinci_mdio: use dev_get_platdata() by Jingoo Han · 11 years ago
  4. 20e6f33 net: davinci_emac: use dev_get_platdata() by Jingoo Han · 11 years ago
  5. a0ea2ac net: cpmac: use dev_get_platdata() by Jingoo Han · 11 years ago
  6. df3f1c3 net: niu: use dev_get_platdata() by Jingoo Han · 11 years ago
  7. 495c765d net: smsc911x: use dev_get_platdata() by Jingoo Han · 11 years ago
  8. c82e5e5 net: smc911x: use dev_get_platdata() by Jingoo Han · 11 years ago
  9. f64deac net: smc91x: use dev_get_platdata() by Jingoo Han · 11 years ago
  10. d776542 net: seeq: use dev_get_platdata() by Jingoo Han · 11 years ago
  11. 0b76b86 net: sh_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  12. 8866f45 net: netx-eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  13. ee94661 net: ks8851-ml: use dev_get_platdata() by Jingoo Han · 11 years ago
  14. 0dd14b6 net: ks8842: use dev_get_platdata() by Jingoo Han · 11 years ago
  15. e19eac0 net: pxa168_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  16. bbfa6d0 net: mv643xx_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  17. 94660ba net: fec: use dev_get_platdata() by Jingoo Han · 11 years ago
  18. 420fcd8 net: ethoc: use dev_get_platdata() by Jingoo Han · 11 years ago
  19. cd4e2e4 net: dm9000: use dev_get_platdata() by Jingoo Han · 11 years ago
  20. b96f64d net: ep93xx_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  21. cf0e779 net: bcm63xx_enet: use dev_get_platdata() by Jingoo Han · 11 years ago
  22. 1fc2c46 net: au1000_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  23. a63b82c net: bfin_mac: use dev_get_platdata() by Jingoo Han · 11 years ago
  24. a3ea280 net: ax88796: use dev_get_platdata() by Jingoo Han · 11 years ago
  25. 7174012 macvlan: fix typo in assignment by Lutz Jaenicke · 11 years ago
  26. e2a240c driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set. by Sonic Zhang · 11 years ago
  27. 816c5b5 ipv6: Remove redundant sk variable by Thomas Graf · 11 years ago
  28. 1b7fdd2 tcp: do not use cached RTT for RTT estimation by Yuchung Cheng · 11 years ago
  29. 08f89b9 pkt_sched: fq: prefetch() fix by Eric Dumazet · 11 years ago
  30. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  31. afe4fd0 pkt_sched: fq: Fair Queue packet scheduler by Eric Dumazet · 11 years ago
  32. 7ec06da net: packet: document available fanout policies by Daniel Borkmann · 11 years ago
  33. f55d112e net: packet: use reciprocal_divide in fanout_demux_hash by Daniel Borkmann · 11 years ago
  34. 5df0ddf net: packet: add randomized fanout scheduler by Daniel Borkmann · 11 years ago
  35. 4885948 sh_eth: no need to call ether_setup() by Sergei Shtylyov · 11 years ago
  36. d7ef9b0 Merge branch 'bond_vlan' by David S. Miller · 11 years ago
  37. 3e32582 bonding: pr_debug instead of pr_warn in bond_arp_send_all by Veaceslav Falico · 11 years ago
  38. e868b0c bonding: remove vlan_list/current_alb_vlan by Veaceslav Falico · 11 years ago
  39. 5bf94b8 bonding: make alb_send_learning_packets() use upper dev list by Veaceslav Falico · 11 years ago
  40. 7aa6498 bonding: split alb_send_learning_packets() by Veaceslav Falico · 11 years ago
  41. a59d3d2 bonding: use vlan_uses_dev() in __bond_release_one() by Veaceslav Falico · 11 years ago
  42. 50223ce bonding: convert bond_has_this_ip() to use upper devices by Veaceslav Falico · 11 years ago
  43. 27bc11e bonding: make bond_arp_send_all use upper device list by Veaceslav Falico · 11 years ago
  44. c752af2 bonding: use netdev_upper list in bond_vlan_used by Veaceslav Falico · 11 years ago
  45. 8b5be85 net: add netdev_for_each_upper_dev_rcu() by Veaceslav Falico · 11 years ago
  46. 48311f4 net: add netdev_upper_get_next_dev_rcu(dev, iter) by Veaceslav Falico · 11 years ago
  47. 620f318 net: remove search_list from netdev_adjacent by Veaceslav Falico · 11 years ago
  48. 5d26191 net: add lower_dev_list to net_device and make a full mesh by Veaceslav Falico · 11 years ago
  49. aa9d856 net: rename netdev_upper to netdev_adjacent by Veaceslav Falico · 11 years ago
  50. 6d508cc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  51. 322555f fec: Use NAPI_POLL_WEIGHT by Fabio Estevam · 11 years ago
  52. 7613f5f net: sctp: sctp_verify_init: clean up mandatory checks and add comment by Daniel Borkmann · 11 years ago
  53. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  54. b800c3b ipv6: drop fragmented ndisc packets by default (RFC 6980) by Hannes Frederic Sowa · 11 years ago
  55. a3a975b ARM: at91/dt: fix phy address in sama5xmb to match the reg property by Boris BREZILLON · 11 years ago
  56. 7daa78e net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init by Boris BREZILLON · 11 years ago
  57. fd09480 bridge: inherit slave devices needed_headroom by Florian Fainelli · 11 years ago
  58. 76bfd89 net: sctp: reorder sctp_globals to reduce cacheline usage by Daniel Borkmann · 11 years ago
  59. 03536cc net: mdio-sun4i: Convert to devm_* api by Jisheng Zhang · 11 years ago
  60. 9a84fea ixgbe: add support for older QSFP active DA cables by Emil Tantilov · 11 years ago
  61. 987e1d5 ixgbe: include QSFP PHY types in ixgbe_is_sfp() by Emil Tantilov · 11 years ago
  62. 61aaf9e ixgbe: add 1Gbps support for QSFP+ by Emil Tantilov · 11 years ago
  63. 31c7d2b ixgbe: fix SFF data dumps of SFP+ modules from an offset by Emil Tantilov · 11 years ago
  64. 1b1bf31 ixgbe: cleanup some log messages by Don Skidmore · 11 years ago
  65. b08e1ed ixgbe: zero out mailbox buffer on init by Emil Tantilov · 11 years ago
  66. 4ec375b ixgbe: fix link test when connected to 1Gbps link partner by Emil Tantilov · 11 years ago
  67. bd8a1b1 ixgbe: fix incorrect limit value in ring transverse by Don Skidmore · 11 years ago
  68. be0c27b ixgbe: Check return value on eeprom reads by Mark Rustad · 11 years ago
  69. f4f1040 ixgbe: disable link when adapter goes down by Jacob Keller · 11 years ago
  70. 4c9d546 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  71. cc328dea Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  72. 80b17be qlcnic: underflow in qlcnic_validate_max_tx_rings() by Dan Carpenter · 11 years ago
  73. 823a19e Merge branch 'xen-netback' by David S. Miller · 11 years ago
  74. 7376419 xen-netback: rename functions by Wei Liu · 11 years ago
  75. b3f980b xen-netback: switch to NAPI + kthread 1:1 model by Wei Liu · 11 years ago
  76. 43e9d19 xen-netback: remove page tracking facility by Wei Liu · 11 years ago
  77. c6eaa3f batman-adv: send GW_DEL event when the gw client mode is deselected by Antonio Quartulli · 11 years ago
  78. c00a072 batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  79. 791c2a2 batman-adv: move enum definition at the top of the file by Antonio Quartulli · 11 years ago
  80. c54f38c batman-adv: set skb priority according to content by Simon Wunderlich · 11 years ago
  81. 5b2941b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  82. b6750b4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  83. 45cc3a0 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  84. b7e092c netfilter: ctnetlink: fix uninitialized variable by Florian Westphal · 11 years ago
  85. 4ad3622 netfilter: add IPv6 SYNPROXY target by Patrick McHardy · 11 years ago
  86. 81eb6a1 net: syncookies: export cookie_v6_init_sequence/cookie_v6_check by Patrick McHardy · 11 years ago
  87. 48b1de4 netfilter: add SYNPROXY core/target by Patrick McHardy · 11 years ago
  88. 0198230 net: syncookies: export cookie_v4_init_sequence/cookie_v4_check by Patrick McHardy · 11 years ago
  89. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  90. 706f515 netfilter: nf_defrag_ipv6.o included twice by Nathan Hintz · 11 years ago
  91. affe759 netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged by Phil Oester · 11 years ago
  92. d4fbdcf sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORS by Ben Hutchings · 11 years ago
  93. 8c4e720 sfc: Return an error code when a sensor is busy. by Alexandre Rames · 11 years ago
  94. 3dced74 sfc: Add support for reading packet length from prefix by Ben Hutchings · 11 years ago
  95. 02e1216 sfc: Add TX merged completion counter by Ben Hutchings · 11 years ago
  96. 43a3739 sfc: Generalise packet hash lookup to support EF10 RX prefix by Jon Cooper · 12 years ago
  97. 64a2775 sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust comments by Ben Hutchings · 11 years ago
  98. ba388fd sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up() by Ben Hutchings · 11 years ago
  99. d36a08b sfc: use MCDI epoch flag to improve MC reboot detection in the driver by Daniel Pieczko · 11 years ago
  100. 3de82b9 sfc: Add EF10 support for TX/RX DMA error events handling. by Alexandre Rames · 11 years ago