1. 949375d ice: fix stack leakage by Jesse Brandeburg · 5 years ago
  2. 2f9ec24 ice: Don't modify stripping for add/del VLANs on VF by Brett Creeley · 5 years ago
  3. d4bc4e2 ice: Disallow VF VLAN opcodes if VLAN offloads disabled by Brett Creeley · 5 years ago
  4. 9164f76 ice: Correct capabilities reporting of max TCs by Bruce Allan · 5 years ago
  5. eae1bbb ice: Store number of functions for the device by Bruce Allan · 5 years ago
  6. 3243e04 net: dsa: ocelot: fix "should it be static?" warnings by Chen Wandun · 5 years ago
  7. fd1fef0 seg6: allow local packet processing for SRv6 End.DT6 behavior by Andrea Mayer · 5 years ago
  8. d1746d1 net: flow_dissector: Wrap unionized VLAN fields in a struct by Petr Machata · 5 years ago
  9. 4bbb02f Merge tag 'mac80211-next-for-net-next-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  10. 41b416f tipc: support in-order name publication events by Tuong Lien · 5 years ago
  11. ba5f6a8 tipc: update replicast capability for broadcast send link by Hoang Le · 5 years ago
  12. 7a89233 mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue by Toke Høiland-Jørgensen · 5 years ago
  13. 3ace10f mac80211: Implement Airtime-based Queue Limit (AQL) by Kan Yan · 5 years ago
  14. db3e1c4 mac80211: Import airtime calculation code from mt76 by Toke Høiland-Jørgensen · 5 years ago
  15. bc71d8b virt_wifi: fix use-after-free in virt_wifi_newlink() by Taehee Yoo · 5 years ago
  16. 08a5bdd mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED by Thomas Pedersen · 5 years ago
  17. c90142a mac80211: expose HW conf flags through debugfs by Thomas Pedersen · 5 years ago
  18. 5072f73 mac80211: Add new sta_info getter by sta/vif addrs by Toke Høiland-Jørgensen · 5 years ago
  19. b226a82 mac80211: add a comment about monitor-to-dev injection by Johannes Berg · 5 years ago
  20. 13baf66 enetc: make enetc_setup_tc_mqprio static by Mao Wenan · 5 years ago
  21. 7d75c0c Merge branch 'net-introduce-and-use-route-hint' by David S. Miller · 5 years ago
  22. 02b2494 ipv4: use dst hint for ipv4 list receive by Paolo Abeni · 5 years ago
  23. c43c3d7 ipv4: move fib4_has_custom_rules() helper to public header by Paolo Abeni · 5 years ago
  24. 197dbf2 ipv6: introduce and uses route look hints for list input. by Paolo Abeni · 5 years ago
  25. b9b33e7 ipv6: keep track of routes using src by Paolo Abeni · 5 years ago
  26. 1f8ac57 ipv6: add fib6_has_custom_rules() helper by Paolo Abeni · 5 years ago
  27. 2c44713e Merge branch 'DSA-Felix-PTP' by David S. Miller · 5 years ago
  28. c0bcf53 net: dsa: ocelot: add hardware timestamping support for Felix by Yangbo Lu · 5 years ago
  29. 5df66c4 net: dsa: ocelot: define PTP registers for felix_vsc9959 by Yangbo Lu · 5 years ago
  30. 400928b net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb() by Yangbo Lu · 5 years ago
  31. e23a7b3 net: mscc: ocelot: convert to use ocelot_get_txtstamp() by Yangbo Lu · 5 years ago
  32. f145922 net: mscc: ocelot: export ocelot_hwstamp_get/set functions by Yangbo Lu · 5 years ago
  33. 8163999 bpf: skmsg, fix potential psock NULL pointer dereference by John Fastabend · 5 years ago
  34. 7599a89 audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALL by Jiri Olsa · 5 years ago
  35. 43da141 net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  36. 5421cf8 drivers: net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  37. 1841b98 lwtunnel: check erspan options before allocating tun_info by Xin Long · 5 years ago
  38. 7b6a70f lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTS by Xin Long · 5 years ago
  39. f3bed7f net: remove the unnecessary strict_start_type in some policies by Xin Long · 5 years ago
  40. ff998a8 Merge branch 'net-sched-support-vxlan-and-erspan-options' by David S. Miller · 5 years ago
  41. 79b1011 net: sched: allow flower to match erspan options by Xin Long · 5 years ago
  42. d8f9dfa net: sched: allow flower to match vxlan options by Xin Long · 5 years ago
  43. e20d4ff net: sched: add erspan option support to act_tunnel_key by Xin Long · 5 years ago
  44. fca3f91 net: sched: add vxlan option support to act_tunnel_key by Xin Long · 5 years ago
  45. 0617aa9 octeontx2-af: Fix uninitialized variable in debugfs by Dan Carpenter · 5 years ago
  46. 039fccc vsock: avoid to assign transport if its initialization fails by Stefano Garzarella · 5 years ago
  47. f3c9a66 net: sfp: soft status and control support by Russell King · 5 years ago
  48. 9ce3335 Merge branch 'sfp-quirks' by David S. Miller · 5 years ago
  49. b0eae33 net: sfp: add some quirks for GPON modules by Russell King · 5 years ago
  50. b34bb2c net: sfp: add support for module quirks by Russell King · 5 years ago
  51. 9bb59a2 tcp: warn if offset reach the maxlen limit when using snprintf by Hangbin Liu · 5 years ago
  52. c0d59da ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv by wenxu · 5 years ago
  53. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  54. 196e8ca bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size by Daniel Borkmann · 5 years ago
  55. 91e6015b bpf: Emit audit messages upon successful prog load and unload by Daniel Borkmann · 5 years ago
  56. e2193c9 Merge branch 'r8169-smaller-improvements-to-firmware-handling' by David S. Miller · 5 years ago
  57. df0120f r8169: add check for PHY_MDIO_CHG to rtl_nic_fw_data_ok by Heiner Kallweit · 5 years ago
  58. cfccde8 r8169: use macro FIELD_SIZEOF in definition of FW_OPCODE_SIZE by Heiner Kallweit · 5 years ago
  59. e20c43d r8169: change mdelay to msleep in rtl_fw_write_firmware by Heiner Kallweit · 5 years ago
  60. e2ffe3f net: ipconfig: Wait for deferred device probes by Thomas Bogendoerfer · 5 years ago
  61. 2be8ca9 vsock/vmci: make vmci_vsock_cb_host_called static by Mao Wenan · 5 years ago
  62. e07e754 Merge branch 'page_pool-DMA-sync' by David S. Miller · 5 years ago
  63. 07e13ed net: mvneta: get rid of huge dma sync in mvneta_rx_refill by Lorenzo Bianconi · 5 years ago
  64. e68bc75 net: page_pool: add the possibility to sync DMA memory for device by Lorenzo Bianconi · 5 years ago
  65. f383b29 net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdp by Lorenzo Bianconi · 5 years ago
  66. cec2975 net: sched: pie: enable timestamp based delay calculation by Gautam Ramakrishnan · 5 years ago
  67. f01b437 isdn: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  68. 041ccdb nfc: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  69. 07def46 Merge branch 'cxgb4-add-TC-MATCHALL-classifier-offload' by David S. Miller · 5 years ago
  70. 21c4c60 cxgb4: add TC-MATCHALL classifier ingress offload by Rahul Lakkireddy · 5 years ago
  71. 41ec03e cxgb4: check rule prio conflicts before offload by Rahul Lakkireddy · 5 years ago
  72. 4ec4762 cxgb4: add TC-MATCHALL classifier egress offload by Rahul Lakkireddy · 5 years ago
  73. 77c05d2 Merge branch 'page_pool-API-for-numa-node-change-handling' by David S. Miller · 5 years ago
  74. 6849c6d net/mlx5e: Rx, Update page pool numa node when changed by Saeed Mahameed · 5 years ago
  75. d539461 page_pool: Don't recycle non-reusable pages by Saeed Mahameed · 5 years ago
  76. bc83674 page_pool: Add API to update numa node by Saeed Mahameed · 5 years ago
  77. 1f12177 Merge branch 'cpsw-switchdev' by David S. Miller · 5 years ago
  78. 3727d25 arm: omap2plus_defconfig: enable new cpsw switchdev driver by Grygorii Strashko · 5 years ago
  79. 15b991ad ARM: dts: am571x-idk: enable for new cpsw switch dev driver by Grygorii Strashko · 5 years ago
  80. 39331a4 ARM: dts: dra7: add dt nodes for new cpsw switch dev driver by Grygorii Strashko · 5 years ago
  81. 14c815a Documentation: networking: add cpsw switchdev based driver documentation by Ilias Apalodimas · 5 years ago
  82. da84e50 phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver by Grygorii Strashko · 5 years ago
  83. 111cf1ab net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch by Ilias Apalodimas · 5 years ago
  84. ed3525e net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac by Ilias Apalodimas · 5 years ago
  85. ef63fe7 dt-bindings: net: ti: add new cpsw switch driver bindings by Grygorii Strashko · 5 years ago
  86. c5013ac net: ethernet: ti: cpsw: move set of common functions in cpsw_priv by Grygorii Strashko · 5 years ago
  87. 51a9533 net: ethernet: ti: cpsw: resolve build deps of cpsw drivers by Grygorii Strashko · 5 years ago
  88. e85c143 net: ethernet: ti: ale: modify vlan/mdb api for switchdev by Ilias Apalodimas · 5 years ago
  89. 4b41d343 net: ethernet: ti: cpsw: allow untagged traffic on host port by Grygorii Strashko · 5 years ago
  90. 7fe579df net: ethernet: ti: ale: clean ale tbl on init and intf restart by Grygorii Strashko · 5 years ago
  91. b9242da Merge branch 'nf_tables_offload-vlan-matching-support' by David S. Miller · 5 years ago
  92. 89d8fd4 netfilter: nft_payload: add C-VLAN offload support by Pablo Neira Ayuso · 5 years ago
  93. a82055a netfilter: nft_payload: add VLAN offload support by Pablo Neira Ayuso · 5 years ago
  94. 8819efc netfilter: nf_tables_offload: allow ethernet interface type only by Pablo Neira Ayuso · 5 years ago
  95. 7cd9a58 netfilter: nf_tables: constify nft_reg_load{8, 16, 64}() by Pablo Neira Ayuso · 5 years ago
  96. 2f1d370 lwtunnel: add support for multiple geneve opts by Xin Long · 5 years ago
  97. b2e2f0e bpf: Make array_map_mmap static by YueHaibing · 5 years ago
  98. 24f6505 selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 by Andrii Nakryiko · 5 years ago
  99. 272630f cxgb4: remove unneeded semicolon for switch block by Rahul Lakkireddy · 5 years ago
  100. b8fc717 net: dsa: felix: Fix CPU port assignment when not last port by Vladimir Oltean · 5 years ago