1. 962f3fe netvsc: add ethtool ops to get/set RSS key by stephen hemminger · 8 years ago
  2. b5a5dc8 netvsc: report rss field values by stephen hemminger · 8 years ago
  3. b448f4e netvsc: report number of rx queues in ethtool by stephen hemminger · 8 years ago
  4. 23312a3 netvsc: negotiate checksum and segmentation parameters by stephen hemminger · 8 years ago
  5. 0b307eb netvsc: remove no longer needed receive staging buffers by stephen hemminger · 8 years ago
  6. f2ceab0 Merge branch 'mv88e6xxx-external-MDIO' by David S. Miller · 8 years ago
  7. c61a6a7 net: dsa: mv88e6xxx: Implement the 6390 external MDIO bus by Andrew Lunn · 8 years ago
  8. a3c53be5 net: dsa: mv88e6xxx: Support multiple MDIO busses by Andrew Lunn · 8 years ago
  9. 0dd12d5 net: dsa: mv88e6xxx: Add mdio private structure by Andrew Lunn · 8 years ago
  10. ee26a22 net: dsa: mv88e6xxx: Pass mii_bus to all PHY operations by Andrew Lunn · 8 years ago
  11. efb3e74 net: dsa: mv88e6xxx: Abstract mv88e6165 PHY operations by Andrew Lunn · 8 years ago
  12. 1464086 net: sctp: fix array overrun read on sctp_timer_tbl by Colin Ian King · 8 years ago
  13. 7110fe4 Merge branch 'aquantia' by David S. Miller · 8 years ago
  14. aa13f7c net: ethernet: aquantia: Integrate AQtion 2.5/5 GB NIC driver by David VomLehn · 8 years ago
  15. ee6d6d0 net: ethernet: aquantia: Receive side scaling by David VomLehn · 8 years ago
  16. c5760d0 net: ethernet: aquantia: Ethtool support by David VomLehn · 8 years ago
  17. 753f478 net: ethernet: aquantia: Hardware interface and utility functions by David VomLehn · 8 years ago
  18. 98c4c20 net: ethernet: aquantia: Atlantic hardware abstraction layer by David VomLehn · 8 years ago
  19. a4d36e2 net: ethernet: aquantia: PCI operations by David VomLehn · 8 years ago
  20. 970a2e9 net: ethernet: aquantia: Vector operations by David VomLehn · 8 years ago
  21. bab6de8 net: ethernet: aquantia: Atlantic A0 and B0 specific functions. by David VomLehn · 8 years ago
  22. 97bde5c net: ethernet: aquantia: Support for NIC-specific code by David VomLehn · 8 years ago
  23. ef81153 net: ethernet: aquantia: Low-level hardware interfaces by David VomLehn · 8 years ago
  24. 018423e net: ethernet: aquantia: Add ring support code by David VomLehn · 8 years ago
  25. 3a35780 net: ethernet: aquantia: Common functions and definitions by David VomLehn · 8 years ago
  26. 5015024 net: ethernet: aquantia: Make and configuration files. by David VomLehn · 8 years ago
  27. 82272db net: dsa: Drop WARN() in tag_brcm.c by Florian Fainelli · 8 years ago
  28. 3ebe834 net: ks8851: Drop eeprom_size structure member by Stephen Boyd · 8 years ago
  29. bef4e17 Merge branch 'bpf-misc' by David S. Miller · 8 years ago
  30. 3fadc80 bpf: enable verifier to better track const alu ops by Daniel Borkmann · 8 years ago
  31. 62b6466 bpf: add prog tag test case to bpf selftests by Daniel Borkmann · 8 years ago
  32. d1b662a bpf: allow option for setting bpf_l4_csum_replace from scratch by Daniel Borkmann · 8 years ago
  33. 2492d3b bpf: enable load bytes helper for filter/reuseport progs by Daniel Borkmann · 8 years ago
  34. 4faf940 bpf: simplify __is_valid_access test on cb by Daniel Borkmann · 8 years ago
  35. 1870241 phy: marvell: remove conflicting initializer by Arnd Bergmann · 8 years ago
  36. e163683 net: dummy: Introduce dummy virtual functions by Phil Sutter · 8 years ago
  37. 8b86b2c net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  38. 36f8778 Merge branch 'packet-sampling-offload' by David S. Miller · 8 years ago
  39. 98d0f7b mlxsw: spectrum: Add packet sample offloading support by Yotam Gigi · 8 years ago
  40. 0677d68 mlxsw: reg: add the Monitoring Packet Sampling Configuration Register by Yotam Gigi · 8 years ago
  41. 5c5670f net/sched: Introduce sample tc action by Yotam Gigi · 8 years ago
  42. 6ae0a62 net: Introduce psample, a new genetlink channel for packet sampling by Yotam Gigi · 8 years ago
  43. d36db83 Merge branch 'mdio_module_driver-misc' by David S. Miller · 8 years ago
  44. 8a180cc net: dsa: b53: Utilize mdio_module_driver by Florian Fainelli · 8 years ago
  45. b70f43a net: phy: Fix typo for MDIO module boilerplate comment by Florian Fainelli · 8 years ago
  46. dd8e01f Merge branch 'stmmac-dwmac-meson8b-configurable-RGMII-TX-delay' by David S. Miller · 8 years ago
  47. b765234 net: stmmac: dwmac-meson8b: make the RGMII TX delay configurable by Martin Blumenstingl · 8 years ago
  48. d5490f1 net: dt-bindings: add RGMII TX delay configuration to meson8b-dwmac by Martin Blumenstingl · 8 years ago
  49. 23e3d61 net: dsa: Fix inverted test for multiple CPU interface by Andrew Lunn · 8 years ago
  50. 6db6f0e bridge: multicast to unicast by Felix Fietkau · 8 years ago
  51. 4548b68 Introduce a sysctl that modifies the value of PROT_SOCK. by Krister Johansen · 8 years ago
  52. d140199 bpf, lpm: fix kfree of im_node in trie_update_elem by Daniel Borkmann · 8 years ago
  53. 2acc76c Merge branch 'bpf-lpm' by David S. Miller · 8 years ago
  54. b8a943e samples/bpf: add lpm-trie benchmark by David Herrmann · 8 years ago
  55. 4d3381f bpf: Add tests for the lpm trie map by David Herrmann · 8 years ago
  56. b95a5c4 bpf: add a longest prefix match trie map implementation by Daniel Mack · 8 years ago
  57. 10eeb5e net: xilinx: constify net_device_ops structure by Bhumika Goyal · 8 years ago
  58. 30bd2f5 net: moxa: constify net_device_ops structures by Bhumika Goyal · 8 years ago
  59. 4404323 net: qcom/emac: claim the irq only when the device is opened by Timur Tabi · 8 years ago
  60. 41c1093 net: qcom/emac: rename emac_phy to emac_sgmii and move it by Timur Tabi · 8 years ago
  61. b903274 bnx2x: avoid two atomic ops per page on x86 by Eric Dumazet · 8 years ago
  62. 41e8c70 Merge branch 'bcm7278' by David S. Miller · 8 years ago
  63. 039a7b8 net: phy: bcm7xxx: Implement EGPHY workaround for 7278 by Florian Fainelli · 8 years ago
  64. 582d0ac net: phy: bcm7xxx: Add entry for BCM7278 by Florian Fainelli · 8 years ago
  65. 64ff2ae net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabled by Florian Fainelli · 8 years ago
  66. ebb2ac4 net: dsa: bcm_sf2: Move code enabling Broadcom tags by Florian Fainelli · 8 years ago
  67. 0fe9933 net: dsa: bcm_sf2: Add support for BCM7278 integrated switch by Florian Fainelli · 8 years ago
  68. a78e86e net: dsa: bcm_sf2: Prepare for different register layouts by Florian Fainelli · 8 years ago
  69. 329b5c5 net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macro by Florian Fainelli · 8 years ago
  70. b20b564 Merge branch 'systemport-lite' by David S. Miller · 8 years ago
  71. 44a4524 net: systemport: Add support for SYSTEMPORT Lite by Florian Fainelli · 8 years ago
  72. 7b78be4 net: systemport: Dynamically allocate number of TX rings by Florian Fainelli · 8 years ago
  73. 9ca677b1 ipv6: add NUMA awareness to seg6_hmac_init_algo() by Eric Dumazet · 8 years ago
  74. f4ec606 net: stmicro: fix LS field mask in EEE configuration by jpinto · 8 years ago
  75. 3704eb6 net/mlx4: use rb_entry() by Geliang Tang · 8 years ago
  76. 530cef2 6lowpan: use rb_entry() by Geliang Tang · 8 years ago
  77. 9a549c1 Merge branch 'dsa-hwmon' by David S. Miller · 8 years ago
  78. cf1a56a net: dsa: Remove hwmon support by Andrew Lunn · 8 years ago
  79. 0b04680 phy: marvell: Add support for temperature sensor by Andrew Lunn · 8 years ago
  80. 319554f inet: don't use sk_v6_rcv_saddr directly by Josef Bacik · 8 years ago
  81. 7d98256 Merge tag 'mlx5-updates-2017-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  82. cc15478 Merge branch 'cpsw-common-res-usage' by David S. Miller · 8 years ago
  83. 022d7ad net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs by Ivan Khoronzhuk · 8 years ago
  84. fe734d0 net: ethernet: ti: cpsw: don't duplicate common res in rx handler by Ivan Khoronzhuk · 8 years ago
  85. 03fd01a net: ethernet: ti: cpsw: don't duplicate ndev_running by Ivan Khoronzhuk · 8 years ago
  86. 176b0cb net: ethernet: ti: cpsw: don't disable interrupts in ndo_open by Ivan Khoronzhuk · 8 years ago
  87. aafc93a net: ethernet: ti: cpsw: remove dual check from common res usage function by Ivan Khoronzhuk · 8 years ago
  88. e9f3a68 Merge branch 'rxbusy' by David S. Miller · 8 years ago
  89. 322dc6e macvlan: use netdev_is_rx_handler_busy instead of checking specific type by Mahesh Bandewar · 8 years ago
  90. c3262d9 ipvlan: use netdev_is_rx_handler_busy instead of checking specific type by Mahesh Bandewar · 8 years ago
  91. 1b7cd00 net: remove duplicate code. by Mahesh Bandewar · 8 years ago
  92. 264b87f fq_codel: Avoid regenerating skb flow hash unless necessary by Andrew Collins · 8 years ago
  93. 1f6cc07 vxlan: preserve type of dst_port parm for encap_bypass_if_local() by Lance Richardson · 8 years ago
  94. 22fbece csum: eliminate sparse warning in remcsum_unadjust() by Lance Richardson · 8 years ago
  95. 8d00e20 Merge branch 'tipc-multicast-through-replication' by David S. Miller · 8 years ago
  96. 01fd12b tipc: make replicast a user selectable option by Jon Paul Maloy · 8 years ago
  97. a853e4c tipc: introduce replicast as transport option for multicast by Jon Paul Maloy · 8 years ago
  98. 2ae0b8a tipc: add functionality to lookup multicast destination nodes by Jon Paul Maloy · 8 years ago
  99. 9999974 tipc: add function for checking broadcast support in bearer by Jon Paul Maloy · 8 years ago
  100. a5e8c07 bpf: add bpf_probe_read_str helper by Gianluca Borello · 8 years ago