1. 2afc3b5 ping: fix the sk_bound_dev_if match in ping_lookup by Xin Long · 3 years ago
  2. c0bf3d8 net/smc: Transitional solution for clcsock race issue by Wen Gu · 3 years ago
  3. 27a8caa ipv4: fix ip option filtering for locally generated fragments by Jakub Kicinski · 3 years ago
  4. 1d10f8a net-procfs: show net devices bound packet types by Jianguo Wu · 3 years ago
  5. 63ec72b mptcp: Use struct_group() to avoid cross-field memset() by Kees Cook · 3 years ago
  6. 2c13c05 rxrpc: Adjust retransmission backoff by David Howells · 3 years ago
  7. a4c0214 mptcp: fix removing ids bitmap setting by Geliang Tang · 3 years ago
  8. 8e9eaca mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() by Paolo Abeni · 3 years ago
  9. 6f97fde Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years ago
  10. aafc2e3 ipv6: annotate accesses to fn->fn_sernum by Eric Dumazet · 3 years ago
  11. ebdc1a0 tcp: add a missing sk_defer_free_flush() in tcp_splice_read() by Eric Dumazet · 3 years ago
  12. 6cee105 ipv6_tunnel: Rate limit warning messages by Ido Schimmel · 3 years ago
  13. 973bf8f net: sched: Clarify error message when qdisc kind is unknown by Victor Nogueira · 3 years ago
  14. 47934e06 net: fix information leakage in /proc/net/ptype by Congyu Liu · 3 years ago
  15. fa2e1ba Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  16. 79eb15d ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys by Eric Dumazet · 3 years ago
  17. d07418a ipv4: avoid quadratic behavior in netns dismantle by Eric Dumazet · 3 years ago
  18. dded089 nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() by Krzysztof Kozlowski · 3 years ago
  19. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  20. 99845220 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
  21. 2836615 netns: add schedule point in ops_exit_list() by Eric Dumazet · 3 years ago
  22. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  23. 79074a7 net: Flush deferred skb free on socket destroy by Gal Pressman · 3 years ago
  24. db094aa net/tls: Fix another skb memory leak when running kTLS traffic by Gal Pressman · 3 years ago
  25. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  26. 56d99e8 net/smc: Fix hung_task when removing SMC-R devices by Wen Gu · 3 years ago
  27. 0a6e6b3 ipv4: update fib_info_cnt under spinlock protection by Eric Dumazet · 3 years ago
  28. 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
  29. 49ad227 Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years ago
  30. 830af2e netfilter: conntrack: don't increment invalid counter on NF_REPEAT by Florian Westphal · 3 years ago
  31. 9404bc1e5 net/smc: Remove unused function declaration by Wen Gu · 3 years ago
  32. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  33. 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
  34. a421ef3 mm: allow !GFP_KERNEL allocations for kvmalloc by Michal Hocko · 3 years ago
  35. 9d6d7f1 af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress by Eric Dumazet · 3 years ago
  36. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  37. 3bad80d Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  38. fb80445 net_sched: restore "mpu xxx" handling by Kevin Bracey · 3 years ago
  39. 20c9398 net/smc: Resolve the race between SMC-R link access and clear by Wen Gu · 3 years ago
  40. ea89c6c net/smc: Introduce a new conn->lgr validity check helper by Wen Gu · 3 years ago
  41. 91341fa inet: frags: annotate races around fqdir->dead and fqdir->high_thresh by Eric Dumazet · 3 years ago
  42. 61f434b net/smc: Resolve the race between link group access and termination by Wen Gu · 3 years ago
  43. de2d807 sch_api: Don't skip qdisc attach on ingress by Maxim Mikityanskiy · 3 years ago
  44. 7d70984 netfilter: nft_connlimit: memleak if nf_ct_netns_get() fails by Pablo Neira Ayuso · 3 years ago
  45. ed6ae5c sit: allow encapsulated IPv6 traffic to be delivered locally by Ignat Korchagin · 3 years ago
  46. 342465f Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years ago
  47. 7b9b1d4 net/smc: fix possible NULL deref in smc_pnet_add_eth() by Eric Dumazet · 3 years ago
  48. fcfb894 net: bridge: fix net device refcount tracking issue in error path by Eric Dumazet · 3 years ago
  49. 2a4d75b net: fix sock_timestamping_bind_phc() to release device by Miroslav Lichvar · 3 years ago
  50. 3486eb7 Revert "of: net: support NVMEM cells with MAC in text format" by Michael Walle · 3 years ago
  51. fe75e84 netfilter: nf_tables: set last expression in register tracking area by Pablo Neira Ayuso · 3 years ago
  52. f7716b3 gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() by Guillaume Nault · 3 years ago
  53. 23e7b1b xfrm: Don't accidentally set RTO_ONLINK in decode_session4() by Guillaume Nault · 3 years ago
  54. 284a4d9 mctp: test: zero out sockaddr by Matt Johnston · 3 years ago
  55. a135ce4 Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years ago
  56. 382778e xdp: check prog type before updating BPF link by Toke Høiland-Jørgensen · 3 years ago
  57. cf46eac netfilter: nf_tables: remove unused variable by Pablo Neira Ayuso · 3 years ago
  58. 0e90660 netfilter: nf_conntrack_netbios_ns: fix helper module alias by Florian Westphal · 3 years ago
  59. 51edb2f netfilter: nf_tables: typo NULL check in _clone() function by Pablo Neira Ayuso · 3 years ago
  60. 63045bf netfilter: nf_tables: don't use 'data_size' uninitialized by Linus Torvalds · 3 years ago
  61. dc6c6fb SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point by Chuck Lever · 3 years ago
  62. 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  63. 15e2721 net/9p: show error message if user 'msize' cannot be satisfied by Christian Schoenebeck · 3 years ago
  64. 019641d net/p9: load default transports by Thomas Weißschuh · 3 years, 2 months ago
  65. 99aa673 9p/xen: autoload when xenbus service is available by Thomas Weißschuh · 3 years, 2 months ago
  66. 1c582c6 9p/trans_fd: split into dedicated module by Thomas Weißschuh · 3 years, 2 months ago
  67. 208dd45 tcp: tcp_send_challenge_ack delete useless param `skb` by Benjamin Yim · 3 years ago
  68. 07b17f0 page_pool: remove spinlock in page_pool_refill_alloc_cache() by Yunsheng Lin · 3 years ago
  69. 1c7fab7 net: skb: use kfree_skb_reason() in __udp4_lib_rcv() by Menglong Dong · 3 years ago
  70. 8512559 net: skb: use kfree_skb_reason() in tcp_v4_rcv() by Menglong Dong · 3 years ago
  71. c504e5c net: skb: introduce kfree_skb_reason() by Menglong Dong · 3 years ago
  72. 6f022c2 net: openvswitch: Fix ct_state nat flags for conns arriving from tc by Paul Blakey · 3 years ago
  73. 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
  74. 4a80e02 netfilter: nft_meta: cancel register tracking after meta update by Pablo Neira Ayuso · 3 years ago
  75. cc003c7 netfilter: nft_payload: cancel register tracking after payload update by Pablo Neira Ayuso · 3 years ago
  76. be5650f netfilter: nft_bitwise: track register operations by Pablo Neira Ayuso · 3 years ago
  77. 9b17afb netfilter: nft_meta: track register operations by Pablo Neira Ayuso · 3 years ago
  78. a7c176b netfilter: nft_payload: track register operations by Pablo Neira Ayuso · 3 years ago
  79. 12e4ecf netfilter: nf_tables: add register tracking infrastructure by Pablo Neira Ayuso · 3 years ago
  80. 2c865a8 netfilter: nf_tables: add rule blob layout by Pablo Neira Ayuso · 3 years ago
  81. 3b9e2ea netfilter: nft_limit: move stateful fields out of expression data by Pablo Neira Ayuso · 3 years ago
  82. 369b6cb netfilter: nft_limit: rename stateful structure by Pablo Neira Ayuso · 3 years ago
  83. 567882e netfilter: nft_numgen: move stateful fields out of expression data by Pablo Neira Ayuso · 3 years ago
  84. ed0a0c6 netfilter: nft_quota: move stateful fields out of expression data by Pablo Neira Ayuso · 3 years ago
  85. 33a24de netfilter: nft_last: move stateful fields out of expression data by Pablo Neira Ayuso · 3 years ago
  86. 37f319f netfilter: nft_connlimit: move stateful fields out of expression data by Pablo Neira Ayuso · 3 years ago
  87. 408bdcf net: prefer nf_ct_put instead of nf_conntrack_put by Florian Westphal · 3 years ago
  88. 6ae7989 netfilter: conntrack: avoid useless indirection during conntrack destruction by Florian Westphal · 3 years ago
  89. 285c8a7 netfilter: make function op structures const by Florian Westphal · 3 years ago
  90. 3fce164 netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook by Florian Westphal · 3 years ago
  91. 7197743 netfilter: conntrack: convert to refcount_t api by Florian Westphal · 3 years ago
  92. 9f3248c Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years ago
  93. 129ab0d kbuild: do not quote string values in include/config/auto.conf by Masahiro Yamada · 3 years ago
  94. bf44077 af_packet: fix tracking issues in packet_do_bind() by Eric Dumazet · 3 years ago
  95. 8401e87f mptcp: reuse __mptcp_make_csum in validate_data_csum by Geliang Tang · 3 years ago
  96. c312ee2 mptcp: change the parameter of __mptcp_make_csum by Geliang Tang · 3 years ago
  97. ffef737 net/tls: Fix skb memory leak when running kTLS traffic by Gal Pressman · 3 years ago
  98. c25af83 sch_cake: revise Diffserv docs by Kevin Bracey · 3 years ago
  99. dc35616e netrom: fix api breakage in nr_setsockopt() by Dan Carpenter · 3 years ago
  100. 9371937 ax25: uninitialized variable in ax25_setsockopt() by Dan Carpenter · 3 years ago