1. 0ed37ac mptcp: depends on IPV6 but not as a module by Matthieu Baerts · 4 years, 5 months ago
  2. b7c2449 mpls: load mpls_gso after mpls_iptunnel by Alexander Ovechkin · 4 years, 5 months ago
  3. a7a12b5 net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels by Davide Caratti · 4 years, 5 months ago
  4. b130762 net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() by Guillaume Nault · 4 years, 5 months ago
  5. 010b430 mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it by Geert Uytterhoeven · 4 years, 5 months ago
  6. 280e3eb nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download() by Defang Bo · 4 years, 5 months ago
  7. b142083 mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it by Geert Uytterhoeven · 4 years, 5 months ago
  8. 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 5 months ago
  9. fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 5 months ago
  10. 47b5d2a net/sched: act_ct: Fix adding udp port mangle operation by Roi Dayan · 4 years, 5 months ago
  11. df6afe2 nexthop: Fix performance regression in nexthop deletion by Ido Schimmel · 4 years, 5 months ago
  12. bc7e343 net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags by Christian Eggers · 4 years, 5 months ago
  13. 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 5 months ago
  14. f981fc3 net: openvswitch: fix to make sure flow_lookup() is not preempted by Eelco Chaudron · 4 years, 5 months ago
  15. b38e781 icmp: randomize the global rate limiter by Eric Dumazet · 4 years, 5 months ago
  16. ec78e31 tipc: fix incorrect setting window for bcast link by Hoang Huu Le · 4 years, 5 months ago
  17. 75cee39 tipc: re-configure queue limit for broadcast link by Hoang Huu Le · 4 years, 5 months ago
  18. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  19. 105faa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 5 months ago
  20. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 5 months ago
  21. 2ecbc1f Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH" by Jakub Kicinski · 4 years, 5 months ago
  22. 83c11c1 net, sockmap: Don't call bpf_prog_put() on NULL pointer by Alex Dewar · 4 years, 5 months ago
  23. f58423a bpf, sockmap: Add locking annotations to iterator by Lorenz Bauer · 4 years, 5 months ago
  24. 346e320 netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements by Davide Caratti · 4 years, 5 months ago
  25. 6617dfd net: fix pos incrementment in ipv6_route_seq_next by Yonghong Song · 4 years, 5 months ago
  26. 6b1bbf9 net/smc: fix invalid return code in smcd_new_buf_create() by Karsten Graul · 4 years, 5 months ago
  27. ef12ad4 net/smc: fix valid DMBE buffer sizes by Karsten Graul · 4 years, 5 months ago
  28. d535ca1 net/smc: fix use-after-free of delayed events by Karsten Graul · 4 years, 5 months ago
  29. 1d273fc bpfilter: Fix build error with CONFIG_BPFILTER_UMH by YueHaibing · 4 years, 5 months ago
  30. ddc7834 rxrpc: Fix loss of final ack on shutdown by David Howells · 4 years, 6 months ago
  31. f3af4ad rxrpc: Fix bundle counting for exclusive connections by David Howells · 4 years, 6 months ago
  32. d25e2e9 netfilter: restore NF_INET_NUMHOOKS by Pablo Neira Ayuso · 4 years, 5 months ago
  33. 272928d ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 5 months ago
  34. e1e84eb ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 5 months ago
  35. 1e40d75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 5 months ago
  36. fdafed4 ip_gre: set dev->hard_header_len and dev->needed_headroom properly by Cong Wang · 4 years, 5 months ago
  37. 5fc3594 xfrm: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  38. 3569939 net: openvswitch: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  39. 6401297 mac80211: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  40. cf89f18 iptunnel: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  41. a0d2698 net: dsa: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  42. f3f04f0 net: bridge: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  43. 44fa32f net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats by Heiner Kallweit · 4 years, 5 months ago
  44. c9bf52a net/af_unix: Remove unused old_pid variable by Or Cohen · 4 years, 5 months ago
  45. 4e3bbb3 socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled by Christian Eggers · 4 years, 5 months ago
  46. 59e611a socket: fix option SO_TIMESTAMPING_NEW by Christian Eggers · 4 years, 5 months ago
  47. 0403a2b net/tls: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 5 months ago
  48. 6159e96 net/ipv6: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 5 months ago
  49. 4479758 tcp: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 5 months ago
  50. 0d9826b netfilter: nf_log: missing vlan offload tag and proto by Pablo Neira Ayuso · 4 years, 5 months ago
  51. 6ad4bf6 Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  52. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 5 months ago
  53. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  54. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  55. ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 5 months ago
  56. a308283 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 4 years, 5 months ago
  57. 98a381a netfilter: nftables: extend error reporting for chain updates by Pablo Neira Ayuso · 4 years, 5 months ago
  58. f726f3d can: remove obsolete version strings by Oliver Hartkopp · 4 years, 5 months ago
  59. ac911bf can: isotp: implement cleanups / improvements from review by Oliver Hartkopp · 4 years, 5 months ago
  60. ef56592 bpf, sockmap: Allow skipping sk_skb parser program by John Fastabend · 4 years, 5 months ago
  61. 743df8b bpf, sockmap: Check skb_verdict and skb_parser programs explicitly by John Fastabend · 4 years, 5 months ago
  62. 0b17ad2 bpf, sockmap: Add memory accounting so skbs on ingress lists are visible by John Fastabend · 4 years, 5 months ago
  63. 10d58d0 bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup by John Fastabend · 4 years, 5 months ago
  64. 9047f19 bpf, sockmap: Remove dropped data on errors in redirect case by John Fastabend · 4 years, 5 months ago
  65. 29545f4 bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage by John Fastabend · 4 years, 5 months ago
  66. 9ecbfb0 bpf, sockmap: On receive programs try to fast track SK_PASS ingress by John Fastabend · 4 years, 5 months ago
  67. cfea28f bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits by John Fastabend · 4 years, 5 months ago
  68. 7980d2e ipvs: clear skb->tstamp in forwarding path by Julian Anastasov · 4 years, 5 months ago
  69. 793d5d6 netfilter: flowtable: reduce calls to pskb_may_pull() by Pablo Neira Ayuso · 4 years, 5 months ago
  70. d3519cb netfilter: nf_tables: add inet ingress support by Pablo Neira Ayuso · 4 years, 6 months ago
  71. 60a3815 netfilter: add inet ingress support by Pablo Neira Ayuso · 4 years, 6 months ago
  72. ddcfa71 netfilter: add nf_ingress_hook() helper function by Pablo Neira Ayuso · 4 years, 6 months ago
  73. afd9024 netfilter: add nf_static_key_{inc,dec} by Pablo Neira Ayuso · 4 years, 6 months ago
  74. 073b04e ipvs: inspect reply packets from DR/TUN real servers by longguang.yue · 4 years, 6 months ago
  75. d1c362e bpf: Always return target ifindex in bpf_fib_lookup by Toke Høiland-Jørgensen · 4 years, 5 months ago
  76. ea440cd net: dsa: tag_ocelot: use VLAN information from tagging header when available by Vladimir Oltean · 4 years, 5 months ago
  77. 4a8f87e bpf: Allow for map-in-map with dynamic inner array map entries by Daniel Borkmann · 4 years, 5 months ago
  78. 9aa1206 bpf: Add redirect_peer helper by Daniel Borkmann · 4 years, 5 months ago
  79. 874fb9e ipv4: Restore flowi4_oif update before call to xfrm_lookup_route by David Ahern · 4 years, 5 months ago
  80. 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 5 months ago
  81. d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 5 months ago
  82. 16cb365 net: smc: fix missing brace warning for old compilers by Pujin Shi · 4 years, 5 months ago
  83. 7e94e46 net: smc: fix missing brace warning for old compilers by Pujin Shi · 4 years, 5 months ago
  84. b54fa64 Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 4 years, 5 months ago
  85. 16573e7 Merge tag 'mac80211-next-for-net-next-2020-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 4 years, 5 months ago
  86. 44f3625 netlink: export policy in extended ACK by Johannes Berg · 4 years, 5 months ago
  87. d2681e93 netlink: policy: refactor per-attr policy writing by Johannes Berg · 4 years, 5 months ago
  88. 7b50ee3 tipc: fix NULL pointer dereference in tipc_named_rcv by Hoang Huu Le · 4 years, 5 months ago
  89. ed42989 tipc: fix the skb_unshare() in tipc_buf_append() by Cong Wang · 4 years, 6 months ago
  90. f29fa00 net/smc: restore smcd_version when all ISM V2 devices failed to init by Karsten Graul · 4 years, 6 months ago
  91. 9047a617dc net/smc: cleanup buffer usage in smc_listen_work() by Karsten Graul · 4 years, 6 months ago
  92. c60a2ce net/smc: consolidate unlocking in same function by Karsten Graul · 4 years, 6 months ago
  93. 8f5e71b Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by Jakub Kicinski · 4 years, 5 months ago
  94. ea1dd3e net/tls: sendfile fails with ktls offload by Rohit Maheshwari · 4 years, 6 months ago
  95. 4a65dff net: ipv6: Discard next-hop MTU less than minimum link MTU by Georg Kohmann · 4 years, 6 months ago
  96. 9f0bb95 net/rds: suppress page allocation failure error in recv buffer refill by Manjunath Patil · 4 years, 6 months ago
  97. 195d9de devlink: Add enable_remote_dev_reset generic parameter by Moshe Shemesh · 4 years, 6 months ago
  98. 77069ba devlink: Add remote reload stats by Moshe Shemesh · 4 years, 6 months ago
  99. a254c26 devlink: Add reload stats by Moshe Shemesh · 4 years, 6 months ago
  100. dc64cc7 devlink: Add devlink reload limit option by Moshe Shemesh · 4 years, 6 months ago