1. 6bf79cd vmxnet3: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  2. 7a20db3 sfc: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  3. b9d1ab7 mlx4: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  4. 9913c61 ixgbe: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  5. eb31f84 igb: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  6. 22f258a i40e: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  7. c41a4fb fm10k: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  8. 5c8d19d e100e: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  9. 1dcf7b1 be2net:use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  10. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  11. 3964835 tg3: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  12. e3ec69c bnx2x: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  13. b230630 amd-xgbe: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  14. 03d6faa net: dsa: mv88e6171: Add support for reading switch registers by Andrew Lunn · 10 years ago
  15. 4dd38cd net: dsa: mv88e6171: Add support for reading the temperature by Andrew Lunn · 10 years ago
  16. eaa2376 net: dsa: Centralise code for reading the temperature sensor by Andrew Lunn · 10 years ago
  17. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  18. 19ca9fc vxlan: Do not reuse sockets for a different address family by Marcelo Leitner · 10 years ago
  19. de966c5 net/mlx4_core: Support more than 64 VFs by Matan Barak · 10 years ago
  20. 7ae0e40 net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFs by Matan Barak · 10 years ago
  21. e8c4265 net/mlx4_core: Add QUERY_FUNC firmware command by Matan Barak · 10 years ago
  22. a0eacca net/mlx4_core: Refactor mlx4_load_one by Matan Barak · 10 years ago
  23. ffc39f6 net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanup by Matan Barak · 10 years ago
  24. 225c6c8 net/mlx4_core: Use correct variable type for mlx4_slave_cap by Matan Barak · 10 years ago
  25. 7c68dd4 net/mlx4_core: Fix wrong reading of reserved_eqs by Matan Barak · 10 years ago
  26. ccf899a smsc911x: power-up phydev before doing a software reset. by Enric Balletbo i Serra · 10 years ago
  27. 9488e1e net: sh_eth: Add r8a7793 support by Hisashi Nakamura · 10 years ago
  28. 966d6db net: sh_eth: Add RMII mode setting in probe by Hisashi Nakamura · 10 years ago
  29. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  30. b6267d3 amd-xgbe: fix ->rss_hash_type by Dan Carpenter · 10 years ago
  31. 6ff53fd net/smsc911x: Fix delays in the PHY enable/disable routines by Alexander Kochetkov · 10 years ago
  32. 242bcd5 net/smsc911x: Fix rare soft reset timeout issue due to PHY power-down mode by Alexander Kochetkov · 10 years ago
  33. d7990b0 cxgb4i/cxgb4 : Refactor macros to conform to uniform standards by Anish Bhatt · 10 years ago
  34. 8c847d2 tun: fix issues of iovec iterators using in tun_put_user() by Jason Wang · 10 years ago
  35. 9dfa9a2 net: systemport: fix tx work done in TX napi poll by Florian Fainelli · 10 years ago
  36. f41281d enic: fix work done in tx napi_poll by Govindarajulu Varadarajan · 10 years ago
  37. 4d3c9d3 hyperv: Add processing of MTU reduced by the host by Haiyang Zhang · 10 years ago
  38. 5226cfc amd-xgbe: Fix sparse endian warnings by Lendacky, Thomas · 10 years ago
  39. 824ab78 net: pxa168_eth: move SET_NETDEV_DEV a bit earlier by Jisheng Zhang · 10 years ago
  40. cca04b2 net: ptp: fix time stamp matching logic for VLAN packets. by Richard Cochran · 10 years ago
  41. c94f8f4 cxgb4: Fix static checker warning by Hariprasad Shenai · 10 years ago
  42. ee7bc3c cxgb4 : dcb open-lldp interop fixes by Anish Bhatt · 10 years ago
  43. a1f83fe r8152: check RTL8152_UNPLUG and netif_running before autoresume by hayeswang · 10 years ago
  44. 9451a11 r8152: clear the flag of SCHEDULE_TASKLET in tasklet by hayeswang · 10 years ago
  45. 0c29dde r8152: remove the duplicate init for the list of rx_done by hayeswang · 10 years ago
  46. 0c2fdc2 net: phy: bcm7xxx: add workaround for PHY revision E0 and F0 by Florian Fainelli · 10 years ago
  47. a490631 net: phy: bcm7xxx: add PHY revision D0 workaround sequence by Florian Fainelli · 10 years ago
  48. 9c41f2b net: phy: bcm7xxx: introduce r_rc_cal_reset helper by Florian Fainelli · 10 years ago
  49. 2a9df74 net: phy: bcm7xxx: drop A0 revision workaround and fix B0 workaround by Florian Fainelli · 10 years ago
  50. 6ec259c net: phy: bcm7xxx: only show PHY revision once by Florian Fainelli · 10 years ago
  51. 955a9d20 irda: Convert IRDA_DEBUG to pr_debug by Joe Perches · 10 years ago
  52. 7b52314 net: phy: micrel: enable led-mode for KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  53. 5a16778 net: phy: micrel: clean up led-mode setup by Johan Hovold · 10 years ago
  54. b703586 net: phy: micrel: refactor led-mode error handling by Johan Hovold · 10 years ago
  55. 8620546 net: phy: micrel: add led-mode sanity check by Johan Hovold · 10 years ago
  56. 57a38ef net: phy: micrel: disable broadcast for KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  57. bde1512 net: phy: micrel: refactor broadcast disable by Johan Hovold · 10 years ago
  58. 00aee09 net: phy: micrel: use BIT macro by Johan Hovold · 10 years ago
  59. 5bb8fc0 net: phy: micrel: fix config_intr error handling by Johan Hovold · 10 years ago
  60. 50fd715 net: phy: replace phy_drivers_register calls by Johan Hovold · 10 years ago
  61. 116dffa net: phy: replace phy_driver_register calls by Johan Hovold · 10 years ago
  62. c647cc3 sunvnet: fix NULL pointer dereference by David L Stevens · 10 years ago
  63. 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 10 years ago
  64. 5693d28 phonet: Replace calls to __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  65. aa9cd31 cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  66. dbd479d net: bcmgenet: apply MII configuration in bcmgenet_open() by Florian Fainelli · 10 years ago
  67. c96e731 net: bcmgenet: connect and disconnect from the PHY state machine by Florian Fainelli · 10 years ago
  68. 93ecd26 net: qualcomm: Fix dependency by Stefan Wahren · 10 years ago
  69. 6c91023 irda: Remove IRDA_<TYPE> logging macros by Joe Perches · 10 years ago
  70. 48eb5b9 ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnx by Daniel Borkmann · 10 years ago
  71. 2387e3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  72. 8bca81d usbnet: smsc95xx: dereferencing NULL pointer by Sudip Mukherjee · 10 years ago
  73. 79ce047 net: phy: Correctly handle MII ioctl which changes autonegotiation. by Brian Hill · 10 years ago
  74. 5748eb8 net: ppp: Don't call bpf_prog_create() in ppp_lock by Takashi Iwai · 10 years ago
  75. b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 10 years ago
  76. f4a1edd net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel is set by Or Gerlitz · 10 years ago
  77. f8c6455 net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE by Shani Michaeli · 10 years ago
  78. dd65bea net/mlx4_en: Extend usage of napi_gro_frags by Shani Michaeli · 10 years ago
  79. d1b849b ixgbe: add helper function for setting RSS key in preparation of X550 by Don Skidmore · 10 years ago
  80. 9a75a1a ixgbe: Add new support for X550 MAC's by Don Skidmore · 10 years ago
  81. 8d697e7 ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function. by Don Skidmore · 10 years ago
  82. 2b509c0 ixgbe: cleanup ixgbe_ndo_set_vf_vlan by Don Skidmore · 10 years ago
  83. 71bde60 ixgbe: fix X540 Completion timeout by Don Skidmore · 10 years ago
  84. cc05292 i40evf: don't use more queues than CPUs by Mitch Williams · 10 years ago
  85. f8d4db3 i40evf: make early init processing more robust by Mitch Williams · 10 years ago
  86. 79442d3 i40e: clean up throttle rate code by Jesse Brandeburg · 10 years ago
  87. 2153671 i40e: don't do link_status or stats collection on every ARQ by Shannon Nelson · 10 years ago
  88. 0db4e16 i40e: poll firmware slower by Kamil Krawczyk · 10 years ago
  89. 2e1af7d mlx4: restore conditional call to napi_complete_done() by Eric Dumazet · 10 years ago
  90. df20286 sunvnet: Add missing rcu_read_unlock() in vnet_start_xmit by Sowmini Varadhan · 10 years ago
  91. 777362d sunvnet: vnet_ack() should check if !start_cons to send a missed trigger by Sowmini Varadhan · 10 years ago
  92. b0cffed sunvnet: Fix race between vnet_start_xmit() and vnet_ack() by Sowmini Varadhan · 10 years ago
  93. 6f6e741 8139too: Allow using the largest possible MTU by Alban Bedel · 10 years ago
  94. ef786f1 8139too: Allow setting MTU larger than 1500 by Alban Bedel · 10 years ago
  95. a815286 cxgb4 : Fix bug in DCB app deletion by Anish Bhatt · 10 years ago
  96. cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
  97. b921726 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  98. 50d21a6 cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Congestion Threshold by Hariprasad Shenai · 10 years ago
  99. ce8f407 cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfers by Hariprasad Shenai · 10 years ago
  100. 65f6ecc cxgb4vf: Move fl_starv_thres into adapter->sge data structure by Hariprasad Shenai · 10 years ago