1. e7b6658 ipx: remove all unnecessary castings on ntohl by Fabian Frederick · 10 years ago
  2. f541a22 Merge branch 'bpf-next' by David S. Miller · 10 years ago
  3. e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
  4. 342ded4 samples: bpf: add a verifier test and summary line by Alexei Starovoitov · 10 years ago
  5. 9c399760 bpf: reduce verifier memory consumption by Alexei Starovoitov · 10 years ago
  6. d362779 Merge branch 'dsa-next' by David S. Miller · 10 years ago
  7. 17ee3e0 net: dsa: Provide additional RMON statistics by Guenter Roeck · 10 years ago
  8. 95d08b5 net: dsa/mv88e6352: Add support for reading switch registers by Guenter Roeck · 10 years ago
  9. a1ab91f net: dsa/mv88e6123_61_65: Add support for reading switch registers by Guenter Roeck · 10 years ago
  10. 3d762a0 net: dsa: Add support for reading switch registers with ethtool by Guenter Roeck · 10 years ago
  11. 33b43df net: dsa/mv88e6352: Implement EEPROM access functions by Guenter Roeck · 10 years ago
  12. 0674572 dsa: Add new optional devicetree property to describe EEPROM size by Guenter Roeck · 10 years ago
  13. 6793abb net: dsa: Add support for switch EEPROM access by Guenter Roeck · 10 years ago
  14. 87e5f66 net: dsa/mv88e6123_61_65: Report chip temperature by Guenter Roeck · 10 years ago
  15. 276db3b net: dsa/mv88e6352: Report chip temperature by Guenter Roeck · 10 years ago
  16. 51579c3 net: dsa: Add support for reporting switch chip temperatures by Guenter Roeck · 10 years ago
  17. 2716777 net: dsa/mv88e6352: Add support for MV88E6176 by Guenter Roeck · 10 years ago
  18. 3ad50cc net: dsa: Add support for Marvell 88E6352 by Guenter Roeck · 10 years ago
  19. a93e464 net: dsa: Report known silicon revisions for Marvell 88E6131 by Guenter Roeck · 10 years ago
  20. 3de6aa4c net: dsa: Report known silicon revisions for Marvell 88E6060 by Guenter Roeck · 10 years ago
  21. 734cbb5 net: dsa: Don't set skb->protocol on outgoing tagged packets by Guenter Roeck · 10 years ago
  22. 75fbfd3 neigh: optimize neigh_parms_release() by Nicolas Dichtel · 10 years ago
  23. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  24. c6be2a1 Merge branch 'xen-netback-next' by David S. Miller · 10 years ago
  25. 44cc8ed xen-netback: Remove __GFP_COLD by Zoltan Kiss · 10 years ago
  26. 8fe7898 xen-netback: Disable NAPI after disabling interrupts by Zoltan Kiss · 10 years ago
  27. 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates by Erik Kline · 10 years ago
  28. 8b243a6 Merge branch 'r8152-next' by David S. Miller · 10 years ago
  29. 8884f50 r8152: support nway_reset of ethtool by hayeswang · 10 years ago
  30. f37119c r8152: rename tx_underun by hayeswang · 10 years ago
  31. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  32. 7aef06d net: ethernet: realtek: atp: checkpatch errors and warnings corrected by Roberto Medina · 10 years ago
  33. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  34. 45b679c9 gianfar: Implement PAUSE frame generation support by Matei Pavaluca · 10 years ago
  35. 43ef8d2 Fix the way the local advertising flow options are determined by Pavaluca Matei-B46610 · 10 years ago
  36. cf987af Add flow control support flags to gianfar's capabilities by Pavaluca Matei-B46610 · 10 years ago
  37. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago
  38. e5935e6 Merge branch 'mellanox-next' by David S. Miller · 10 years ago
  39. d5ec899 net/mlx4_en: Report actual number of rings in indirection table by Amir Vadai · 10 years ago
  40. 207af6c net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdev by Eugenia Emantayev · 10 years ago
  41. f4a3675 net/mlx4_en: Call napi_synchronize on stop_port by Ido Shamay · 10 years ago
  42. c2a3d4b net/mlx4_en: Cleanups suggested by clang static checker by Jack Morgenstein · 10 years ago
  43. 537f6f9 net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON by Saeed Mahameed · 10 years ago
  44. 7787fa6 net/mlx4_en: Add support for setting rxvlan offload OFF/ON by Saeed Mahameed · 10 years ago
  45. d48b3ab net/mlx4_en: Use PTYS register to set ethtool settings (Speed) by Saeed Mahameed · 10 years ago
  46. 2c76267 net/mlx4_en: Use PTYS register to query ethtool settings by Saeed Mahameed · 10 years ago
  47. dcf972a ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting support by Saeed Mahameed · 10 years ago
  48. a53e3e8 net/mlx4_core: Add ethernet backplane autoneg device capability by Saeed Mahameed · 10 years ago
  49. adbc7ac net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap by Saeed Mahameed · 10 years ago
  50. 7202da8 ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool support by Saeed Mahameed · 10 years ago
  51. 32a173c net/mlx4_core: Introduce mlx4_get_module_info for cable module info reading by Saeed Mahameed · 10 years ago
  52. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  53. 95f259c net: pxa168_eth: Fix providing of phy_interface mode on platform_data by Sebastian Hesselbarth · 10 years ago
  54. b022417 net: phy: Adding SGMII support for Marvell 88ee1145 driver by Viet Nga Dao · 10 years ago
  55. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  56. cf7b200 Merge branch 'unnecessary_resource_check' by David S. Miller · 10 years ago
  57. aaa14fe ethernet: samsung: sxgbe: remove unnecessary check by Varka Bhadram · 10 years ago
  58. c960804 ethernet: renesas: remove unnecessary check by Varka Bhadram · 10 years ago
  59. 7e5ae24 ethernet: marvell: remove unnecessary check by Varka Bhadram · 10 years ago
  60. 534249d ethernet: apm: xgene: remove unnecessary check by Varka Bhadram · 10 years ago
  61. 5e9b4dc ethernet: wiznet: remove unnecessary check by Varka Bhadram · 10 years ago
  62. 9585011 bridge: Add support for IEEE 802.11 Proxy ARP by Kyeyoon Park · 10 years ago
  63. b8901ac ipx: remove __inline__ in c file on static by Fabian Frederick · 10 years ago
  64. e0f3631 ipx: remove unnecessary casting on ntohl by Fabian Frederick · 10 years ago
  65. 5e96d78 ipx: move extern sysctl_ipx_pprop_broadcasting to header file by Fabian Frederick · 10 years ago
  66. ce25698 ipv6: include linux/uaccess.h instead of asm/uaccess.h by Fabian Frederick · 10 years ago
  67. 9451a30 ipv6: replace min/casting by min_t by Fabian Frederick · 10 years ago
  68. 6b436d3 ipv4: remove set but unused variable sha by Fabian Frederick · 10 years ago
  69. 49cc91f Merge branch 's390-next' by David S. Miller · 10 years ago
  70. 652d77b ctcm: replace sscanf by kstrto function by Thomas Richter · 10 years ago
  71. 786f006 lcs: replace sscanf by kstrto function by Thomas Richter · 10 years ago
  72. 3d14f66 qeth: s390 ethernet device driver dependency by Thomas Richter · 10 years ago
  73. 56530d6 qeth: make local functions static in qeth_l3 module by Thomas Richter · 10 years ago
  74. 8a59314 qeth: fix some trace formating issues by Thomas Richter · 10 years ago
  75. bca51650 qeth: qeth_core_main make local functions static by Thomas Richter · 10 years ago
  76. 1f3c2eb xen-netfront: always keep the Rx ring full of requests by David Vrabel · 10 years ago
  77. 9286ae0 Merge branch 'sunvnet-napi' by David S. Miller · 10 years ago
  78. 13b13dd sunvnet: Remove irqsave/irqrestore on vio.lock by Sowmini Varadhan · 10 years ago
  79. 2a968dd sunvnet: Use RCU to synchronize port usage with vnet_port_remove() by Sowmini Varadhan · 10 years ago
  80. 6908882 sunvnet: NAPIfy sunvnet by Sowmini Varadhan · 10 years ago
  81. 132fb57 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  82. 74bca13 net: llc: include linux/errno.h instead of asm/errno.h by Fabian Frederick · 10 years ago
  83. 75da146 lapb: move EXPORT_SYMBOL after functions. by Fabian Frederick · 10 years ago
  84. 5f3619f Merge branch 'berlin_ethernet' by David S. Miller · 10 years ago
  85. 9ff32fe net: pxa168_eth: Remove in-driver PHY mangling by Sebastian Hesselbarth · 10 years ago
  86. 1a14913 net: pxa168_eth: Remove HW auto-negotiaion by Sebastian Hesselbarth · 10 years ago
  87. 9d8ea73 net: pxa168_eth: Prepare proper libphy handling by Sebastian Hesselbarth · 10 years ago
  88. e7de17a net: pxa168_eth: Provide phy_interface mode on platform_data by Sebastian Hesselbarth · 10 years ago
  89. 6b358ae phy: marvell: Add support for 88E3016 FastEthernet PHY by Sebastian Hesselbarth · 10 years ago
  90. d4c3363 natsemi/macsonic: Remove superfluous interrupt disable/restore by Geert Uytterhoeven · 10 years ago
  91. 7f30b74 cirrus/mac89x0: Remove superfluous interrupt disable/restore by Geert Uytterhoeven · 10 years ago
  92. 00fd5d9 net: typhoon: Remove redundant casts by Rasmus Villemoes · 10 years ago
  93. 16704b1 Removed unused function sctp_addr_is_valid() by Sébastien Barré · 10 years ago
  94. fad71e4 Merge branch 'ipv6_route' by David S. Miller · 10 years ago
  95. 367efcb ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn by Martin KaFai Lau · 10 years ago
  96. 94c77bb ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case by Martin KaFai Lau · 10 years ago
  97. a3c00e4 ipv6: Remove BACKTRACK macro by Martin KaFai Lau · 10 years ago
  98. 105970f net: Remove trailing whitespace in tcp.h icmp.c syncookies.c by Kenjiro Nakayama · 10 years ago
  99. e8720db i40e: Bump version by Catherine Sullivan · 10 years ago
  100. bf00b37 i40e: Moving variable declaration out of the loops by Akeem G Abodunrin · 10 years ago