1. 8fe7898 xen-netback: Disable NAPI after disabling interrupts by Zoltan Kiss · 10 years ago
  2. 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates by Erik Kline · 10 years ago
  3. 8b243a6 Merge branch 'r8152-next' by David S. Miller · 10 years ago
  4. 8884f50 r8152: support nway_reset of ethtool by hayeswang · 10 years ago
  5. f37119c r8152: rename tx_underun by hayeswang · 10 years ago
  6. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  7. 7aef06d net: ethernet: realtek: atp: checkpatch errors and warnings corrected by Roberto Medina · 10 years ago
  8. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  9. 45b679c9 gianfar: Implement PAUSE frame generation support by Matei Pavaluca · 10 years ago
  10. 43ef8d2 Fix the way the local advertising flow options are determined by Pavaluca Matei-B46610 · 10 years ago
  11. cf987af Add flow control support flags to gianfar's capabilities by Pavaluca Matei-B46610 · 10 years ago
  12. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago
  13. e5935e6 Merge branch 'mellanox-next' by David S. Miller · 10 years ago
  14. d5ec899 net/mlx4_en: Report actual number of rings in indirection table by Amir Vadai · 10 years ago
  15. 207af6c net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdev by Eugenia Emantayev · 10 years ago
  16. f4a3675 net/mlx4_en: Call napi_synchronize on stop_port by Ido Shamay · 10 years ago
  17. c2a3d4b net/mlx4_en: Cleanups suggested by clang static checker by Jack Morgenstein · 10 years ago
  18. 537f6f9 net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON by Saeed Mahameed · 10 years ago
  19. 7787fa6 net/mlx4_en: Add support for setting rxvlan offload OFF/ON by Saeed Mahameed · 10 years ago
  20. d48b3ab net/mlx4_en: Use PTYS register to set ethtool settings (Speed) by Saeed Mahameed · 10 years ago
  21. 2c76267 net/mlx4_en: Use PTYS register to query ethtool settings by Saeed Mahameed · 10 years ago
  22. dcf972a ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting support by Saeed Mahameed · 10 years ago
  23. a53e3e8 net/mlx4_core: Add ethernet backplane autoneg device capability by Saeed Mahameed · 10 years ago
  24. adbc7ac net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap by Saeed Mahameed · 10 years ago
  25. 7202da8 ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool support by Saeed Mahameed · 10 years ago
  26. 32a173c net/mlx4_core: Introduce mlx4_get_module_info for cable module info reading by Saeed Mahameed · 10 years ago
  27. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  28. 95f259c net: pxa168_eth: Fix providing of phy_interface mode on platform_data by Sebastian Hesselbarth · 10 years ago
  29. b022417 net: phy: Adding SGMII support for Marvell 88ee1145 driver by Viet Nga Dao · 10 years ago
  30. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  31. cf7b200 Merge branch 'unnecessary_resource_check' by David S. Miller · 10 years ago
  32. aaa14fe ethernet: samsung: sxgbe: remove unnecessary check by Varka Bhadram · 10 years ago
  33. c960804 ethernet: renesas: remove unnecessary check by Varka Bhadram · 10 years ago
  34. 7e5ae24 ethernet: marvell: remove unnecessary check by Varka Bhadram · 10 years ago
  35. 534249d ethernet: apm: xgene: remove unnecessary check by Varka Bhadram · 10 years ago
  36. 5e9b4dc ethernet: wiznet: remove unnecessary check by Varka Bhadram · 10 years ago
  37. 9585011 bridge: Add support for IEEE 802.11 Proxy ARP by Kyeyoon Park · 10 years ago
  38. b8901ac ipx: remove __inline__ in c file on static by Fabian Frederick · 10 years ago
  39. e0f3631 ipx: remove unnecessary casting on ntohl by Fabian Frederick · 10 years ago
  40. 5e96d78 ipx: move extern sysctl_ipx_pprop_broadcasting to header file by Fabian Frederick · 10 years ago
  41. ce25698 ipv6: include linux/uaccess.h instead of asm/uaccess.h by Fabian Frederick · 10 years ago
  42. 9451a30 ipv6: replace min/casting by min_t by Fabian Frederick · 10 years ago
  43. 6b436d3 ipv4: remove set but unused variable sha by Fabian Frederick · 10 years ago
  44. 49cc91f Merge branch 's390-next' by David S. Miller · 10 years ago
  45. 652d77b ctcm: replace sscanf by kstrto function by Thomas Richter · 10 years ago
  46. 786f006 lcs: replace sscanf by kstrto function by Thomas Richter · 10 years ago
  47. 3d14f66 qeth: s390 ethernet device driver dependency by Thomas Richter · 10 years ago
  48. 56530d6 qeth: make local functions static in qeth_l3 module by Thomas Richter · 10 years ago
  49. 8a59314 qeth: fix some trace formating issues by Thomas Richter · 10 years ago
  50. bca51650 qeth: qeth_core_main make local functions static by Thomas Richter · 10 years ago
  51. 1f3c2eb xen-netfront: always keep the Rx ring full of requests by David Vrabel · 10 years ago
  52. 9286ae0 Merge branch 'sunvnet-napi' by David S. Miller · 10 years ago
  53. 13b13dd sunvnet: Remove irqsave/irqrestore on vio.lock by Sowmini Varadhan · 10 years ago
  54. 2a968dd sunvnet: Use RCU to synchronize port usage with vnet_port_remove() by Sowmini Varadhan · 10 years ago
  55. 6908882 sunvnet: NAPIfy sunvnet by Sowmini Varadhan · 10 years ago
  56. 132fb57 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  57. 74bca13 net: llc: include linux/errno.h instead of asm/errno.h by Fabian Frederick · 10 years ago
  58. 75da146 lapb: move EXPORT_SYMBOL after functions. by Fabian Frederick · 10 years ago
  59. 5f3619f Merge branch 'berlin_ethernet' by David S. Miller · 10 years ago
  60. 9ff32fe net: pxa168_eth: Remove in-driver PHY mangling by Sebastian Hesselbarth · 10 years ago
  61. 1a14913 net: pxa168_eth: Remove HW auto-negotiaion by Sebastian Hesselbarth · 10 years ago
  62. 9d8ea73 net: pxa168_eth: Prepare proper libphy handling by Sebastian Hesselbarth · 10 years ago
  63. e7de17a net: pxa168_eth: Provide phy_interface mode on platform_data by Sebastian Hesselbarth · 10 years ago
  64. 6b358ae phy: marvell: Add support for 88E3016 FastEthernet PHY by Sebastian Hesselbarth · 10 years ago
  65. d4c3363 natsemi/macsonic: Remove superfluous interrupt disable/restore by Geert Uytterhoeven · 10 years ago
  66. 7f30b74 cirrus/mac89x0: Remove superfluous interrupt disable/restore by Geert Uytterhoeven · 10 years ago
  67. 00fd5d9 net: typhoon: Remove redundant casts by Rasmus Villemoes · 10 years ago
  68. 16704b1 Removed unused function sctp_addr_is_valid() by Sébastien Barré · 10 years ago
  69. fad71e4 Merge branch 'ipv6_route' by David S. Miller · 10 years ago
  70. 367efcb ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn by Martin KaFai Lau · 10 years ago
  71. 94c77bb ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case by Martin KaFai Lau · 10 years ago
  72. a3c00e4 ipv6: Remove BACKTRACK macro by Martin KaFai Lau · 10 years ago
  73. 105970f net: Remove trailing whitespace in tcp.h icmp.c syncookies.c by Kenjiro Nakayama · 10 years ago
  74. e8720db i40e: Bump version by Catherine Sullivan · 10 years ago
  75. bf00b37 i40e: Moving variable declaration out of the loops by Akeem G Abodunrin · 10 years ago
  76. 5960d33 i40e: Add 10GBaseT support by Mitch Williams · 10 years ago
  77. a34a671 i40e: process link events when setting up switch by Mitch Williams · 10 years ago
  78. cafa2ee i40e: Fix a bug where Rx would stop after some time by Anjali Singhai Jain · 10 years ago
  79. f98a200 i40e/i40evf: Use usleep_range() instead of udelay() by Neerav Parikh · 10 years ago
  80. 8c570dc i40e/i40evf: Fix whitespace indentation by Jeff Kirsher · 10 years ago
  81. 1e701e0 i40e: enable LSE poke and simplify link state by Jesse Brandeburg · 10 years ago
  82. 7e2453f i40e: mask phy events by Jesse Brandeburg · 10 years ago
  83. 942396b hyperv: Fix the total_data_buflen in send path by Haiyang Zhang · 10 years ago
  84. f765678 Merge branch 'amd-xgbe' by David S. Miller · 10 years ago
  85. 55ca6bc amd-xgbe: Fix napi Rx budget accounting by Lendacky, Thomas · 10 years ago
  86. 386f1c9 amd-xgbe: Properly handle feature changes via ethtool by Lendacky, Thomas · 10 years ago
  87. 81f35ff net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set by Philipp Zabel · 10 years ago
  88. 9e7ceb0 net: fix saving TX flow hash in sock for outgoing connections by Sathya Perla · 10 years ago
  89. 789f202 xfrm6: fix a potential use after free in xfrm6_policy.c by Li RongQing · 10 years ago
  90. 8751b12 net: fs_enet: set back promiscuity mode after restart by LEROY Christophe · 10 years ago
  91. a63ba13 net: tso: fix unaligned access to crafted TCP header in helper API by Karl Beldan · 10 years ago
  92. 8fc9635 sfc: remove incorrect EFX_BUG_ON_PARANOID check by Jon Cooper · 10 years ago
  93. 7c1c97d net: sched: initialize bstats syncp by Sabrina Dubroca · 10 years ago
  94. 32bf08a bpf: fix bug in eBPF verifier by Alexei Starovoitov · 10 years ago
  95. 78fd1d0 netlink: Re-add locking to netlink_lookup() and seq walker by Thomas Graf · 10 years ago
  96. 1a194c2 tipc: fix lockdep warning when intra-node messages are delivered by Ying Xue · 10 years ago
  97. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  98. 73829bf Merge branch 'enic' by David S. Miller · 10 years ago
  99. 39dc90c enic: Do not call napi_disable when preemption is disabled. by Govindarajulu Varadarajan · 10 years ago
  100. b6931c9 enic: fix possible deadlock in enic_stop/ enic_rfs_flw_tbl_free by Govindarajulu Varadarajan · 10 years ago