1. e057dd3 can: add ISO 15765-2:2016 transport protocol by Oliver Hartkopp · 4 years, 6 months ago
  2. eb88531 can: raw: add missing error queue support by Vincent Mailhol · 4 years, 6 months ago
  3. 80ede64 can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming by Marc Kleine-Budde · 4 years, 6 months ago
  4. a0de1cd ethtool: specify which header flags are supported per command by Jakub Kicinski · 4 years, 6 months ago
  5. bdbb4e2 netlink: add mask validation by Jakub Kicinski · 4 years, 6 months ago
  6. 329d9c3 ethtool: link up ethnl_header_policy as a nested policy by Jakub Kicinski · 4 years, 6 months ago
  7. ff419af ethtool: trim policy tables by Jakub Kicinski · 4 years, 6 months ago
  8. 5028588b ethtool: wire up set policies to ops by Jakub Kicinski · 4 years, 6 months ago
  9. 4f30974 ethtool: wire up get policies to ops by Jakub Kicinski · 4 years, 6 months ago
  10. 560b50c ipv4: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  11. e40b372 net: openvswitch: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  12. c852162 xfrm: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  13. 5711eb0 ipv6: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  14. c6db31f ethtool: allow netdev driver to define phy tunables by Igor Russkikh · 4 years, 6 months ago
  15. 302af7c net: always dump full packets with skb_dump by Vladimir Oltean · 4 years, 6 months ago
  16. 717f203 mptcp: don't skip needed ack by Paolo Abeni · 4 years, 6 months ago
  17. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  18. 165563c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  19. 2e554a7 net: dsa: propagate switchdev vlan_filtering prepare phase to drivers by Vladimir Oltean · 4 years, 6 months ago
  20. b980b31 net: openvswitch: Constify static struct genl_small_ops by Rikard Falkeborn · 4 years, 6 months ago
  21. 674d3ab mptcp: Constify mptcp_pm_ops by Rikard Falkeborn · 4 years, 6 months ago
  22. 4296adc net/core: check length before updating Ethertype in skb_mpls_{push,pop} by Guillaume Nault · 4 years, 6 months ago
  23. 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 6 months ago
  24. 08156ba net: dsa: Add devlink port regions support to DSA by Andrew Lunn · 4 years, 6 months ago
  25. 544e7c3 net: devlink: Add support for port regions by Andrew Lunn · 4 years, 6 months ago
  26. 3122433 net: dsa: Register devlink ports before calling DSA driver setup() by Andrew Lunn · 4 years, 6 months ago
  27. f15ec13 net: dsa: Make use of devlink port flavour unused by Andrew Lunn · 4 years, 6 months ago
  28. cf11663 net: devlink: Add unused port flavour by Andrew Lunn · 4 years, 6 months ago
  29. 321e921 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 6 months ago
  30. 10fdd6d netfilter: nf_tables: Implement fast bitwise expression by Phil Sutter · 4 years, 6 months ago
  31. 5f48846 netfilter: nf_tables: Enable fast nft_cmp for inverted matches by Phil Sutter · 4 years, 6 months ago
  32. ab6c41e netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes by Florian Westphal · 4 years, 6 months ago
  33. 9446ab3 netfilter: ipset: enable memory accounting for ipset allocations by Vasily Averin · 4 years, 6 months ago
  34. 82ec663 netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK by YueHaibing · 4 years, 6 months ago
  35. 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 6 months ago
  36. a45294a net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header by Guillaume Nault · 4 years, 6 months ago
  37. 19fbcb3 net/sched: act_vlan: Add {POP,PUSH}_ETH actions by Guillaume Nault · 4 years, 6 months ago
  38. fd6ebb6 net/smc: use an array to check fields in system EID by Karsten Graul · 4 years, 6 months ago
  39. 839d696 net/smc: send ISM devices with unique chid in CLC proposal by Karsten Graul · 4 years, 6 months ago
  40. 9cd8b6c tcp: account total lost packets properly by Yuchung Cheng · 4 years, 6 months ago
  41. a29f245 net/iucv: fix indentation in __iucv_message_receive() by Julian Wiedmann · 4 years, 6 months ago
  42. 398999b net/af_iucv: right-size the uid variable in iucv_sock_bind() by Julian Wiedmann · 4 years, 6 months ago
  43. e992a6e genetlink: allow dumping command-specific policy by Jakub Kicinski · 4 years, 6 months ago
  44. 50a896cf genetlink: properly support per-op policy dumping by Johannes Berg · 4 years, 6 months ago
  45. aa85ee5 genetlink: factor skb preparation out of ctrl_dumppolicy() by Johannes Berg · 4 years, 6 months ago
  46. 04a351a netlink: rework policy dump to support multiple policies by Johannes Berg · 4 years, 6 months ago
  47. 899b07c netlink: compare policy more accurately by Johannes Berg · 4 years, 6 months ago
  48. a4bb4f5 genetlink: switch control commands to per-op policies by Jakub Kicinski · 4 years, 6 months ago
  49. 8e1ed28 genetlink: use parsed attrs in dumppolicy by Jakub Kicinski · 4 years, 6 months ago
  50. 48526a0 genetlink: bring back per op policy by Jakub Kicinski · 4 years, 6 months ago
  51. 78ade61 genetlink: use .start callback for dumppolicy by Jakub Kicinski · 4 years, 6 months ago
  52. adc8484 genetlink: add a structure for dump state by Jakub Kicinski · 4 years, 6 months ago
  53. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 6 months ago
  54. 0b588af genetlink: add small version of ops by Jakub Kicinski · 4 years, 6 months ago
  55. c50bf2b devlink: add .trap_group_action_set() callback by Ioana Ciornei · 4 years, 6 months ago
  56. 10c24eb devlink: add parser error drop packet traps by Ioana Ciornei · 4 years, 6 months ago
  57. 9d8c05a tcp: fix syn cookied MPTCP request socket leak by Paolo Abeni · 4 years, 6 months ago
  58. 26d0a8e Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 6 months ago
  59. 40efc4d libceph: use sendpage_ok() in ceph_tcp_sendpage() by Coly Li · 4 years, 6 months ago
  60. cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 6 months ago
  61. 7b62d31 net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send by Coly Li · 4 years, 6 months ago
  62. 3a68844 net: dsa: Utilize __vlan_find_dev_deep_rcu() by Florian Fainelli · 4 years, 6 months ago
  63. a348292 net: dsa: Obtain VLAN protocol from skb->protocol by Florian Fainelli · 4 years, 6 months ago
  64. 1c5ad5a net: dsa: b53: Set untag_bridge_pvid by Florian Fainelli · 4 years, 6 months ago
  65. 1dc0408 net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv() by Florian Fainelli · 4 years, 6 months ago
  66. c16bcd7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 6 months ago
  67. 949ca6b netlink: fix policy dump leak by Johannes Berg · 4 years, 6 months ago
  68. a95bc73 netlink: fix policy dump leak by Johannes Berg · 4 years, 6 months ago
  69. 75f87ea mac80211: avoid processing non-S1G elements on S1G band by Thomas Pedersen · 4 years, 6 months ago
  70. ab10c22 nl80211: fix non-split wiphy information by Johannes Berg · 4 years, 6 months ago
  71. f8d504c nl80211: reduce non-split wiphy dump size by Johannes Berg · 4 years, 6 months ago
  72. 000fe26 net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c by Ye Bin · 4 years, 6 months ago
  73. 32be425 pktgen: Fix inconsistent of format with argument type in pktgen.c by Ye Bin · 4 years, 6 months ago
  74. 23a1f68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  75. 93e1559 drop_monitor: Filter control packets in drop monitor by Ido Schimmel · 4 years, 6 months ago
  76. a848c05 drop_monitor: Remove duplicate struct by Ido Schimmel · 4 years, 6 months ago
  77. de9cbb8 drop_monitor: Remove no longer used functions by Ido Schimmel · 4 years, 6 months ago
  78. 8ee2267 drop_monitor: Convert to using devlink tracepoint by Ido Schimmel · 4 years, 6 months ago
  79. 5855357 drop_monitor: Prepare probe functions for devlink tracepoint by Ido Schimmel · 4 years, 6 months ago
  80. 5b88823 devlink: Add a tracepoint for trap reports by Ido Schimmel · 4 years, 6 months ago
  81. a37c213 tcp: add exponential backoff in __tcp_send_ack() by Eric Dumazet · 4 years, 6 months ago
  82. b6b6d65 inet: remove icsk_ack.blocked by Eric Dumazet · 4 years, 6 months ago
  83. b4ab314 bpf: Add redirect_neigh helper as redirect drop-in by Daniel Borkmann · 4 years, 6 months ago
  84. 92acdc5 bpf, net: Rework cookie generator as per-cpu one by Daniel Borkmann · 4 years, 6 months ago
  85. b426ce8 bpf: Add classid helper only based on skb->sk by Daniel Borkmann · 4 years, 6 months ago
  86. 963ec27 bpf: fix raw_tp test run in preempt kernel by Song Liu · 4 years, 6 months ago
  87. 002f217 netfilter: nf_tables: add userdata attributes to nft_chain by Jose M. Guisado Gomez · 4 years, 6 months ago
  88. 85db827 netfilter: nf_tables: use nla_memdup to copy udata by Jose M. Guisado Gomez · 4 years, 6 months ago
  89. bc7a708 netfilter: nf_tables: fix userdata memleak by Jose M. Guisado Gomez · 4 years, 6 months ago
  90. 1f25c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
  91. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 6 months ago
  92. 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 6 months ago
  93. c11171a net: Add netif_rx_any_context() by Sebastian Andrzej Siewior · 4 years, 6 months ago
  94. 3f47cb4 l2tp: report rx cookie discards in netlink get by Tom Parkin · 4 years, 6 months ago
  95. 2bd056f Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 6 months ago
  96. f1fc8ec xsk: Fix a documentation mistake in xsk_queue.h by Ciara Loftus · 4 years, 6 months ago
  97. 78b7015 ethtool: mark netlink family as __ro_after_init by Jakub Kicinski · 4 years, 6 months ago
  98. d61491a net/sched: cls_u32: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years, 6 months ago
  99. 6550f2d bpf: sockmap: Enable map_update_elem from bpf_iter by Lorenz Bauer · 4 years, 6 months ago
  100. e5f7e21 ip6gre: avoid tx_error when sending MLD/DAD on external tunnels by Davide Caratti · 4 years, 6 months ago