1. 227d07a net: dsa: sja1105: Add support for traffic through standalone ports by Vladimir Oltean · 6 years ago
  2. c362beb net: dsa: Add a private structure pointer to dsa_port by Vladimir Oltean · 6 years ago
  3. 97a69a0 net: dsa: Add support for deferred xmit by Vladimir Oltean · 6 years ago
  4. b68b0dd net: dsa: Keep private info in the skb->cb by Vladimir Oltean · 6 years ago
  5. cc1939e net: dsa: Allow drivers to filter packets they can decode source port from by Vladimir Oltean · 6 years ago
  6. f9bbe44 net: dsa: Optional VLAN-based port separation for switches without tagging by Vladimir Oltean · 6 years ago
  7. 146c1be net: dsa: Export symbols for dsa_port_vid_{add, del} by Vladimir Oltean · 6 years ago
  8. b2243b3 net: dsa: Call driver's setup callback after setting up its switchdev notifier by Vladimir Oltean · 6 years ago
  9. e7ba0fa net: dsa: mv88e6xxx: refine SMI support by Vivien Didelot · 6 years ago
  10. 7e6a95d Merge branch 'net-act_police-offload-support' by David S. Miller · 6 years ago
  11. 5fb5c39 nfp: flower: add qos offload stats request and reply by Pieter Jansen van Vuuren · 6 years ago
  12. 49cbef1 nfp: flower: add qos offload install and remove functionality. by Pieter Jansen van Vuuren · 6 years ago
  13. b66d035 nfp: flower: add qos offload framework by Pieter Jansen van Vuuren · 6 years ago
  14. 88c44a5 net/sched: add block pointer to tc_cls_common_offload structure by Pieter Jansen van Vuuren · 6 years ago
  15. 12f02b6 net/sched: allow stats updates from offloaded police actions by Pieter Jansen van Vuuren · 6 years ago
  16. b7fe4ab net/sched: extend matchall offload for hardware statistics by Pieter Jansen van Vuuren · 6 years ago
  17. 8c8cfc6 net/sched: add police action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  18. fa762da net/sched: move police action structures to header by Pieter Jansen van Vuuren · 6 years ago
  19. dfcb19f net/sched: remove unused functions for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  20. 9681e8b net/dsa: use intermediate representation for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  21. ab79af3 mlxsw: use intermediate representation for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  22. f00cbf19 net/sched: use the hardware intermediate representation for matchall by Pieter Jansen van Vuuren · 6 years ago
  23. a7a7be6 net/sched: add sample action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  24. c8f8207 Merge branch 'of_net-Add-NVMEM-support-to-of_get_mac_address' by David S. Miller · 6 years ago
  25. ea168cd powerpc: tsi108: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  26. c41593a ARM: Kirkwood: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  27. 284eb160 staging: octeon-ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  28. d31a36b net: wireless: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  29. adfb3cb net: usb: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  30. f7af25a net: davinci: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  31. 541ddc6 net: macb: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  32. 687e3d5 dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour by Petr Štetiar · 6 years ago
  33. d01f449 of_net: add NVMEM support to of_get_mac_address by Petr Štetiar · 6 years ago
  34. 8ef5cc4 Merge branch 'bnxt_en-Driver-updates' by David S. Miller · 6 years ago
  35. 51fec80 bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices. by Michael Chan · 6 years ago
  36. ac33906 bnxt_en: Add support for aRFS on 57500 chips. by Michael Chan · 6 years ago
  37. e969ae5 bnxt_en: Query firmware capability to support aRFS on 57500 chips. by Michael Chan · 6 years ago
  38. 01989c6 bnxt_en: Improve NQ reservations. by Michael Chan · 6 years ago
  39. 53579e3 bnxt_en: Separate RDMA MR/AH context allocation. by Devesh Sharma · 6 years ago
  40. 2730214 bnxt_en: read the clause type from the PHY ID by Vasundhara Volam · 6 years ago
  41. 691aa62 bnxt_en: Read package version from firmware. by Vasundhara Volam · 6 years ago
  42. 6154532 bnxt_en: Check new firmware capability to display extended stats. by Vasundhara Volam · 6 years ago
  43. 55e4398 bnxt_en: Add support for PCIe statistics by Vasundhara Volam · 6 years ago
  44. a220eab bnxt_en: Refactor bnxt_alloc_stats(). by Vasundhara Volam · 6 years ago
  45. 4a50ddc bnxt_en: Update firmware interface to 1.10.0.69. by Michael Chan · 6 years ago
  46. 9073989 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  47. ba6223f Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  48. 1ffad6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  49. 522e407 netfilter: slightly optimize nf_inet_addr_mask by Li RongQing · 6 years ago
  50. eabb478 netfilter: xt_hashlimit: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  51. 19ab5f4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  52. d1f5050 r8169: speed up rtl_loop_wait by Heiner Kallweit · 6 years ago
  53. 9cf9b84 r8169: make use of phy_set_asym_pause by Heiner Kallweit · 6 years ago
  54. 6e05b833 net: ll_temac: Make some functions static by YueHaibing · 6 years ago
  55. 44bec4b net: aquantia: Make aq_ndev_driver_name static by YueHaibing · 6 years ago
  56. 69bbbdc netdevsim: Make nsim_num_vf static by YueHaibing · 6 years ago
  57. c424d22 net: mvpp2: cls: Remove set but not used variable 'act' by YueHaibing · 6 years ago
  58. aa2ecb7 um: vector netdev: adjust to xmit_more API change by Johannes Berg · 6 years ago
  59. c90d1e4 Merge branch 'net-extend-indirect-calls-helper-usage' by David S. Miller · 6 years ago
  60. 8c3c447 net: use indirect calls helpers at the socket layer by Paolo Abeni · 6 years ago
  61. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  62. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  63. f5737cb net: use indirect calls helpers for ptype hook by Paolo Abeni · 6 years ago
  64. 62a9199 Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags> by Matthias Kaehlcke · 6 years ago
  65. b52d031 net: ll_temac: remove an unnecessary condition by Dan Carpenter · 6 years ago
  66. 1ffc4b7 net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open() by Dan Carpenter · 6 years ago
  67. f80c5da Bluetooth: Ignore CC events not matching the last HCI command by João Paulo Rechi Vita · 6 years ago
  68. 300926b Bluetooth: btbcm: Add default address for BCM2076B1 by Stephan Gerhold · 6 years ago
  69. fdd1a81 net: atm: clean up a range check by Dan Carpenter · 6 years ago
  70. 6ffe0ac Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 6 years ago
  71. cc0d47b drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe() by Wei Yongjun · 6 years ago
  72. ca96534 openvswitch: check for null pointer return from nla_nest_start_noflag by Colin Ian King · 6 years ago
  73. f4b47a5 Merge branch 'ipv4-Move-location-of-pcpu-route-cache-and-exceptions' by David S. Miller · 6 years ago
  74. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  75. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  76. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  77. 0b63644 i40e: Memory leak in i40e_config_iwarp_qvlist by Martyna Szapar · 6 years ago
  78. 24474f2 i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c by Martyna Szapar · 6 years ago
  79. 825f0a4 i40e: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  80. 0a92892 i40e: Revert ShadowRAM checksum calculation change by Maciej Paczkowski · 6 years ago
  81. d29e0d2 i40e: missing input validation on VF message handling by the PF by Martyna Szapar · 6 years ago
  82. 2e45d3f i40e: Add support for X710 B/P & SFP+ cards by Aleksandr Loktionov · 6 years ago
  83. c004804 i40e: Wrong truncation from u16 to u8 by Grzegorz Siwik · 6 years ago
  84. 7015ca3 i40e: add num_vectors checker in iwarp handler by Sergey Nemov · 6 years ago
  85. 1aa874b i40e: Fix the typo in adding 40GE KR4 mode by Grzegorz Siwik · 6 years ago
  86. 40a23040 i40e: Setting VF to VLAN 0 requires restart by Grzegorz Siwik · 6 years ago
  87. e576e76 i40e: add new pci id for X710/XXV710 N3000 cards by Aleksandr Loktionov · 6 years ago
  88. 937f599 i40e: VF's promiscuous attribute is not kept by Grzegorz Siwik · 6 years ago
  89. 64439f8 ice: Disable sniffing VF traffic on PF by Michal Swiatkowski · 6 years ago
  90. 0690527 ice: Use more efficient structures by Jesse Brandeburg · 6 years ago
  91. 0437f1a ice: Use bitfields where possible by Jesse Brandeburg · 6 years ago
  92. d95276c ice: Add function to program ethertype based filter rule on VSIs by Akeem G Abodunrin · 6 years ago
  93. 8f529ff ice: Separate if conditions for ice_set_features() by Tony Nguyen · 6 years ago
  94. a03499d ice: Remove __always_unused attribute by Tony Nguyen · 6 years ago
  95. c3a6825 ice: Suppress false-positive style issues reported by static analyzer by Bruce Allan · 6 years ago
  96. e40c899 ice: Refactor getting/setting coalesce by Brett Creeley · 6 years ago
  97. a85a384 ice: Always free/allocate q_vectors by Brett Creeley · 6 years ago
  98. 207e372 ice: Do not unnecessarily initialize local variable by Bruce Allan · 6 years ago
  99. ba0db58 ice: Add more validation in ice_vc_cfg_irq_map_msg by Michal Swiatkowski · 6 years ago
  100. bb877b2 ice: Don't remove VLAN filters that were never programmed by Akeem G Abodunrin · 6 years ago