1. 12c2e32 net: ethernet: bgmac: Fix return value check in bgmac_probe() by Wei Yongjun · 9 years ago
  2. cf81b2c b53: Fix build warning. by David S. Miller · 9 years ago
  3. f50cef6 nfp: check idx is -ENOSPC before using it is an index by Colin Ian King · 9 years ago
  4. 8876d94 net: smc91x: ACPI Enable lan91x adapters by Jeremy Linton · 9 years ago
  5. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 9 years ago
  6. bac65c4 Revert "net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings" by Philippe Reynes · 9 years ago
  7. 991a36b net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch by Florian Fainelli · 9 years ago
  8. fefae69 net: dsa: b53: Allow SRAB driver to specify platform data by Florian Fainelli · 9 years ago
  9. fb3bbdb net: ethernet: Add TSE PCS support to dwmac-socfpga by Tien Hock Loh · 9 years ago
  10. f6a95a2 net: ethernet: bgmac: Add platform device support by Jon Mason · 9 years ago
  11. db791eb net: ethernet: bgmac: convert to feature flags by Jon Mason · 9 years ago
  12. 55954f3 net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file by Jon Mason · 9 years ago
  13. a0b6848 net: ethernet: bgmac: add dma_dev pointer by Jon Mason · 9 years ago
  14. d00a828 net: ethernet: bgmac: change bgmac_* prints to dev_* prints by Jon Mason · 9 years ago
  15. c23d86a r8152: remove cancel_delayed_work_sync in rtl8152_set_speed by hayeswang · 9 years ago
  16. c79262f r8152: remove a netif_carrier_off in rtl8152_open function by hayeswang · 9 years ago
  17. b164806 r8152: remove rtl_phy_reset function by hayeswang · 9 years ago
  18. 09a7636 bnxt: fix a condition by Dan Carpenter · 9 years ago
  19. 86dfb4ac tun: Don't assume type tun in tun_device_event by Craig Gallek · 9 years ago
  20. 99a50bb netvsc: Use the new in-place consumption APIs in the rx path by K. Y. Srinivasan · 9 years ago
  21. a90a6e5 Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  22. fcf752a net: mediatek: remove .owner field for driver by Wei Yongjun · 9 years ago
  23. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. bc86765 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  25. 4d0a279 Merge tag 'chrome-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  26. 7947d3e mac80211: Add support for beacon report radio measurement by Avraham Stern · 9 years ago
  27. 1d76250 nl80211: support beacon report scanning by Avraham Stern · 9 years ago
  28. f1724b0 mac80211_hwsim: use signed net namespace ID by Johannes Berg · 9 years ago
  29. f7736f5 mac80211_hwsim: Add radar bandwidths to the P2P Device combination by Ilan Peer · 9 years ago
  30. 096cdc6 platform/chrome: cros_ec_dev - double fetch bug in ioctl by Dan Carpenter · 9 years ago
  31. f5d6516 cxgb4: update latest firmware version supported by Ganesh Goudar · 9 years ago
  32. eae033c net/mlx5: Avoid setting unused var when modifying vport node GUID by Or Gerlitz · 9 years ago
  33. a30b016 bonding: fix enslavement slave link notifications by Aviv Heller · 9 years ago
  34. 73e20b7 net: vrf: Add support for PREROUTING rules on vrf device by David Ahern · 9 years ago
  35. 8297f2d connector: make cn_proc explicitly non-modular by Paul Gortmaker · 9 years ago
  36. 2609af1 r8152: fix runtime function for RTL8152 by hayeswang · 9 years ago
  37. 96329a1 net: hns: fix return value check in hns_dsaf_get_cfg() by Wei Yongjun · 9 years ago
  38. 0b2361d mlxsw: Add the unresolved next-hops probes by Yotam Gigi · 9 years ago
  39. b215714 mlxsw: spectrum_router: Add the nexthop neigh activity update by Yotam Gigi · 9 years ago
  40. a7ff87a mlxsw: spectrum_router: Implement next-hop routing by Jiri Pirko · 9 years ago
  41. a59f0b3 mlxsw: reg: Add Router Algorithmic LPM ECMP Update Register by Jiri Pirko · 9 years ago
  42. 089f981 mlxsw: reg: Add Router Adjacency Table register by Yotam Gigi · 9 years ago
  43. b090ef0 mlxsw: Introduce simplistic KVD linear area manager by Jiri Pirko · 9 years ago
  44. c602242 mlxsw: spectrum: Define sizes of KVD areas by Jiri Pirko · 9 years ago
  45. 489107b mlxsw: Add KVD sizes configuration into profile by Jiri Pirko · 9 years ago
  46. a6bf9e9 mlxsw: spectrum_router: Offload neighbours based on NUD state change by Yotam Gigi · 9 years ago
  47. c723c735 mlxsw: spectrum_router: Periodically update the kernel's neigh table by Yotam Gigi · 9 years ago
  48. 7cf2c20 mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table Dump register by Yotam Gigi · 9 years ago
  49. 4457b3d mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table register by Yotam Gigi · 9 years ago
  50. 6cf3c97 mlxsw: spectrum_router: Add private neigh table by Jiri Pirko · 9 years ago
  51. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  52. 503eebc net: add dev arg to ndo_neigh_construct/destroy by Jiri Pirko · 9 years ago
  53. 9da2804 net: r6040: Bump version and date by Florian Fainelli · 9 years ago
  54. 35566e9 net: r6040: Update my email by Florian Fainelli · 9 years ago
  55. 0305eff net: r6040: Utilize napi_complete_done() by Florian Fainelli · 9 years ago
  56. ffb5bce net: r6040: Utilize __napi_schedule_irqoff by Florian Fainelli · 9 years ago
  57. 9507ffc net: r6040: Check for skb->xmit_more by Florian Fainelli · 9 years ago
  58. 58e6b05 net: r6040: Reclaim transmitted buffers in NAPI by Florian Fainelli · 9 years ago
  59. a546e55 net: r6040: Utilize skb_put_padto() by Florian Fainelli · 9 years ago
  60. 7def171 net: r6040: Increase statistics upon transmit completion by Florian Fainelli · 9 years ago
  61. 3eb415d net: r6040: Utilize phy_print_status by Florian Fainelli · 9 years ago
  62. 6ebd1a6 dwc_eth_qos: remove unused including <linux/version.h> by Wei Yongjun · 9 years ago
  63. e989d5a net/mlx5e: Expose flow control counters to ethtool by Gal Pressman · 9 years ago
  64. fe6b9bd net/mlx5e: Expose RDMA VPort counters to ethtool by Gal Pressman · 9 years ago
  65. f913a72 net/mlx5e: Add support to get ethtool flow rules by Maor Gottlieb · 9 years ago
  66. 1174fce net/mlx5e: Support l3/l4 flow type specs in ethtool flow steering by Maor Gottlieb · 9 years ago
  67. 6dc6071 net/mlx5e: Add ethtool flow steering support by Maor Gottlieb · 9 years ago
  68. 0da2d66 net/mlx5: Properly remove all steering objects by Maor Gottlieb · 9 years ago
  69. fba53f7 net/mlx5: Introduce mlx5_flow_steering structure by Maor Gottlieb · 9 years ago
  70. c5bb173 net/mlx5: Refactor mlx5_add_flow_rule by Maor Gottlieb · 9 years ago
  71. 019d0c9 net-next: mediatek: remove superfluous free_irq() call by John Crispin · 9 years ago
  72. d9329bc22 net: lpc_eth: Remove unused 'pldat' variable by Fabio Estevam · 9 years ago
  73. 7831b4f qeth: delete napi struct when removing a qeth device by Ursula Braun · 9 years ago
  74. 99f44bb mlxsw: spectrum: Enable L3 interfaces on top of bridge devices by Ido Schimmel · 9 years ago
  75. 701b186 mlxsw: spectrum: Configure FIDs based on bridge events by Ido Schimmel · 9 years ago
  76. 3ba2ebf mlxsw: spectrum: Unsplit the vFID range by Ido Schimmel · 9 years ago
  77. 99724c1 mlxsw: spectrum: Introduce support for router interfaces by Ido Schimmel · 9 years ago
  78. 6e095fd mlxsw: spectrum: Edit RIF properties based on netdev events by Ido Schimmel · 9 years ago
  79. 7ce856a mlxsw: spectrum: Add couple of lower device helper functions by Jiri Pirko · 9 years ago
  80. 61c503f mlxsw: spectrum_router: Implement fib4 add/del switchdev obj ops by Jiri Pirko · 9 years ago
  81. d5a1c74 mlxsw: reg: Add Router Algorithmic LPM Unicast Entry Register definition by Jiri Pirko · 9 years ago
  82. 6b75c48 mlxsw: spectrum_router: Add virtual router management by Jiri Pirko · 9 years ago
  83. 5334202 mlxsw: spectrum_router: Implement LPM trees management by Jiri Pirko · 9 years ago
  84. 20ae405 mlxsw: reg: Add Router Algorithmic LPM Tree Binding Register definition by Jiri Pirko · 9 years ago
  85. a982335 mlxsw: reg: Add Router Algorithmic LPM Structure Tree Register definition by Jiri Pirko · 9 years ago
  86. 6f9fc3c mlxsw: reg: Add Router Algorithmic LPM Tree Allocation Register definition by Jiri Pirko · 9 years ago
  87. 5e9c16c mlxsw: spectrum_router: Implement private fib by Jiri Pirko · 9 years ago
  88. f48cc6b tun: fix build warnings by Jason Wang · 9 years ago
  89. c8e2ca3 Revert "fsl/fman: fix error handling" by David S. Miller · 9 years ago
  90. a788a4a fsl/fman: fix error handling by Christophe Jaillet · 9 years ago
  91. 9fbc48f liquidio: Response header changes by Raghu Vatsavayi · 9 years ago
  92. a2c64b6 liquidio: Remove redundant code by Raghu Vatsavayi · 9 years ago
  93. a22b15c liquidio: Droq validation by Raghu Vatsavayi · 9 years ago
  94. 4c2743f liquidio: MTU limits by Raghu Vatsavayi · 9 years ago
  95. 1e0d30f liquidio: free resources during shutdown by Raghu Vatsavayi · 9 years ago
  96. 3dcef2c liquidio: iq/oq limits by Raghu Vatsavayi · 9 years ago
  97. 55893a6 liquidio: softcommand delay by Raghu Vatsavayi · 9 years ago
  98. 14866cc liquidio: IQ synchronization by Raghu Vatsavayi · 9 years ago
  99. a7d5a3d liquidio: Macro replacements by Raghu Vatsavayi · 9 years ago
  100. 01fb237 liquidio: Vxlan support by Raghu Vatsavayi · 9 years ago