1. a7e1f04 net/mlx4_core: Fix deadlock when switching between polling and event fw commands by Jack Morgenstein · 8 years ago
  2. 30353bf net/mlx4_core: Use RCU to perform radix tree lookup for SRQ by Leon Romanovsky · 8 years ago
  3. 57c970c net/mlx4_en: Fix wrong indentation by Kamal Heib · 8 years ago
  4. de3d6fa net/mlx4_en: Add branch prediction hints in RX data-path by Tariq Toukan · 8 years ago
  5. c3d9b9f Merge branch 'bpf-hw-offload' by David S. Miller · 8 years ago
  6. e3b8baf nfp: bpf: add offload of TC direct action mode by Jakub Kicinski · 8 years ago
  7. 2d18421 nfp: bpf: add support for legacy redirect action by Jakub Kicinski · 8 years ago
  8. 9798e6f net: act_mirred: allow statistic updates from offloaded actions by Jakub Kicinski · 8 years ago
  9. 19d0f54 nfp: bpf: add packet marking support by Jakub Kicinski · 8 years ago
  10. 66860be nfp: bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  11. 68d6406 net: cls_bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  12. 7533fdc nfp: bpf: add hardware bpf offload by Jakub Kicinski · 8 years ago
  13. cd7df56 nfp: add BPF to NFP code translator by Jakub Kicinski · 8 years ago
  14. 6b17387 bpf: recognize 64bit immediate loads as consts by Jakub Kicinski · 8 years ago
  15. 13a27df bpf: enable non-core use of the verfier by Jakub Kicinski · 8 years ago
  16. 58e2af8 bpf: expose internal verfier structures by Jakub Kicinski · 8 years ago
  17. 3df126f bpf: don't (ab)use instructions to store state by Jakub Kicinski · 8 years ago
  18. eadb414 net: cls_bpf: add support for marking filters as hardware-only by Jakub Kicinski · 8 years ago
  19. 0d01d45 net: cls_bpf: limit hardware offload by software-only flag by Jakub Kicinski · 8 years ago
  20. 332ae8e net: cls_bpf: add hardware offload by Jakub Kicinski · 8 years ago
  21. 2d7a892 Merge branch 'mlxse-resource-query' by David S. Miller · 8 years ago
  22. 8f8a62d mlxsw: spectrum: Implement max rif resource by Nogah Frankel · 8 years ago
  23. 274df7f mlxsw: pci: Add max router interface resource by Nogah Frankel · 8 years ago
  24. e44d49c mlxsw: pci: Add some miscellaneous resources by Nogah Frankel · 8 years ago
  25. 9497c04 mlxsw: spectrum: Implement max virtual routers resource by Nogah Frankel · 8 years ago
  26. b8a09f0 mlxsw: pci: Add max virtual routers resource by Nogah Frankel · 8 years ago
  27. 403547d mlxsw: profile: Add KVD resources to profile config by Nogah Frankel · 8 years ago
  28. 2acd10c mlxsw: pci: Add KVD size relate resources by Nogah Frankel · 8 years ago
  29. ce0bd2b mlxsw: spectrum: lag resources- use resources data instead of consts by Nogah Frankel · 8 years ago
  30. 9f7f797 mlxsw: pci: Add lag related resources to resources query by Nogah Frankel · 8 years ago
  31. 4bdcc6c mlxsw: spectrum: Make offloads stats functions static by Or Gerlitz · 8 years ago
  32. a624f93 Merge branch 'tcp-bbr' by David S. Miller · 8 years ago
  33. 0f8782e tcp_bbr: add BBR congestion control by Neal Cardwell · 8 years ago
  34. 7e74417 tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88 by Neal Cardwell · 8 years ago
  35. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  36. 77bfc17 tcp: allow congestion control to expand send buffer differently by Yuchung Cheng · 8 years ago
  37. 556c6b4 tcp: export tcp_mss_to_mtu() for congestion control modules by Neal Cardwell · 8 years ago
  38. 1b3878c tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments by Neal Cardwell · 8 years ago
  39. ed6e726 tcp: allow congestion control module to request TSO skb segment count by Neal Cardwell · 8 years ago
  40. eb8329e tcp: export data delivery rate by Yuchung Cheng · 8 years ago
  41. d7722e8 tcp: track application-limited rate samples by Soheil Hassas Yeganeh · 8 years ago
  42. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago
  43. 0682e69 tcp: count packets marked lost for a TCP connection by Neal Cardwell · 8 years ago
  44. b2d3ea4 tcp: switch back to proper tcp_skb_cb size check in tcp_init() by Eric Dumazet · 8 years ago
  45. 7787914 net_sched: sch_fq: add low_rate_threshold parameter by Eric Dumazet · 8 years ago
  46. 6403389 tcp: use windowed min filter library for TCP min_rtt estimation by Neal Cardwell · 8 years ago
  47. a4f1f9a lib/win_minmax: windowed min or max estimator by Neal Cardwell · 8 years ago
  48. f78e73e tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict by Soheil Hassas Yeganeh · 8 years ago
  49. 94d308d net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats by Sean Wang · 8 years ago
  50. 8847293 net: dsa: mv88e6xxx: handle multiple ports in ATU by Vivien Didelot · 8 years ago
  51. aecc5ce net sched actions: fix GETing actions by Jamal Hadi Salim · 8 years ago
  52. 1d9423a Merge branch 'bpf-direct-packet-access-improvements' by David S. Miller · 8 years ago
  53. 7d95b0a bpf: add test cases for direct packet access by Daniel Borkmann · 8 years ago
  54. 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
  55. b399cf6 bpf, verifier: enforce larger zero range for pkt on overloading stack buffs by Daniel Borkmann · 8 years ago
  56. cf714ac ipvlan: Fix dependency issue by Mahesh Bandewar · 8 years ago
  57. 2279994 openvswitch: avoid resetting flow key while installing new flow. by pravin shelar · 8 years ago
  58. 190aa3e openvswitch: Fix Frame-size larger than 1024 bytes warning. by pravin shelar · 8 years ago
  59. 204dfe1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  60. ad97989 6pack: fix buffer length mishandling by Alan Cox · 8 years ago
  61. 5737f6c mlx4: add missed recycle opportunity for XDP_TX on TX failure by Jesper Dangaard Brouer · 8 years ago
  62. 1860e68 Merge branch 'dsa-set_addr-optional' by David S. Miller · 8 years ago
  63. 8941ee3 net-next: dsa: qca8k: remove empty set_addr() stub by John Crispin · 8 years ago
  64. 1f44973 net-next: dsa: b53: remove empty set_addr() stub by John Crispin · 8 years ago
  65. 092183d net-next: dsa: make the set_addr() operation optional by John Crispin · 8 years ago
  66. 06f8ec9 net-next: dsa: fix duplicate invocation of set_addr() by John Crispin · 8 years ago
  67. f361bdd Merge branch 'rhashtable-dups' by David S. Miller · 8 years ago
  68. 83e7e4c mac80211: Use rhltable instead of rhashtable by Herbert Xu · 8 years ago
  69. ca26893 rhashtable: Add rhlist interface by Herbert Xu · 8 years ago
  70. fd07160 xen-netfront: avoid packet loss when ethernet header crosses page boundary by Vitaly Kuznetsov · 8 years ago
  71. 1a21101 net: phy: Add MAC-IF driver for Microsemi PHYs. by Raju Lakkaraju · 8 years ago
  72. 1a9234e66 mlxsw: spectrum: Fix sparse warnings by Ido Schimmel · 8 years ago
  73. 18c2d2c mlxsw: Change the RX LAG hash function from XOR to CRC by Elad Raz · 8 years ago
  74. 878786d bnxt_en: Fix build error for kernesl without RTC-LIB by Rob Swindell · 8 years ago
  75. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  76. f71b109 net sched actions police: peg drop stats for conforming traffic by Roman Mashak · 8 years ago
  77. 408fbc2 net sched ife action: Introduce skb tcindex metadata encap decap by Jamal Hadi Salim · 8 years ago
  78. 6a5d58b net sched ife action: add 16 bit helpers by Jamal Hadi Salim · 8 years ago
  79. 766a0e9 net/mlx5: clean function declarations in eswitch.c up by Baoyou Xie · 8 years ago
  80. d766e7e be2net: mark symbols static where possible by Baoyou Xie · 8 years ago
  81. 9940803 phy: mark lan88xx_suspend() static by Baoyou Xie · 8 years ago
  82. 6b352eb net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  83. 639cfa9 net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  84. 625eb86 net: ethernet: broadcom: bcm63xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  85. 2406e5d net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  86. 51f141b net: ethernet: broadcom: b44: use phydev from struct net_device by Philippe Reynes · 8 years ago
  87. 583c139 Merge branch 'bnxt_en-next' by David S. Miller · 8 years ago
  88. 350a714 bnxt_en: Fixed the VF link status after a link state change by Eddie Wai · 8 years ago
  89. ae8e98a bnxt_en: Support for "ethtool -r" command by Deepak Khungar · 8 years ago
  90. 4ffcd58 bnxt_en: Pad TX packets below 52 bytes. by Michael Chan · 8 years ago
  91. 001154e bnxt_en: Call firmware to approve the random VF MAC address. by Michael Chan · 8 years ago
  92. 7cc5a20 bnxt_en: Re-arrange bnxt_hwrm_func_qcaps(). by Michael Chan · 8 years ago
  93. 47f8e8b bnxt_en: Fix ethtool -l|-L inconsistent channel counts. by Michael Chan · 8 years ago
  94. 5ac67d8 bnxt_en: Added support for Secure Firmware Update by Rob Swindell · 8 years ago
  95. 441cabb bnxt_en: Update to firmware interface spec 1.5.1. by Michael Chan · 8 years ago
  96. adbc830 bnxt_en: Simplify PCI device names and add additinal PCI IDs. by Michael Chan · 8 years ago
  97. 8d6be8b bnxt_en: Use RSS flags defined in the bnxt_hsi.h file. by Michael Chan · 8 years ago
  98. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  99. af4168c Bluetooth: Set appearance only for LE capable controllers by Michał Narajowski · 8 years ago
  100. e74317f Bluetooth: Fix missing ext info event when setting appearance by Michał Narajowski · 8 years ago