1. 23224e4 mm: remove kzfree() compatibility definition by Eric Biggers · 4 years, 2 months ago
  2. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
  3. 3cb12d2 Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  4. 18ded91 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 2 months ago
  5. 700465f net: Properly typecast int values to set sk_max_pacing_rate by Ke Li · 4 years, 2 months ago
  6. 594850c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 2 months ago
  7. d277598 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  8. 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 2 months ago
  9. 334d431 Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 2 months ago
  10. c77761c netfilter: nf_fwd_netdev: clear timestamp in forwarding path by Pablo Neira Ayuso · 4 years, 2 months ago
  11. ebfe3c5 rtnetlink: fix data overflow in rtnl_calcit() by Di Zhu · 4 years, 2 months ago
  12. ba452c9 bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop by Toke Høiland-Jørgensen · 4 years, 2 months ago
  13. ed7cfef Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 2 months ago
  14. 0ed37ac mptcp: depends on IPV6 but not as a module by Matthieu Baerts · 4 years, 2 months ago
  15. b7c2449 mpls: load mpls_gso after mpls_iptunnel by Alexander Ovechkin · 4 years, 2 months ago
  16. a7a12b5 net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels by Davide Caratti · 4 years, 2 months ago
  17. b130762 net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() by Guillaume Nault · 4 years, 2 months ago
  18. 010b430 mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it by Geert Uytterhoeven · 4 years, 2 months ago
  19. 280e3eb nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download() by Defang Bo · 4 years, 2 months ago
  20. b142083 mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it by Geert Uytterhoeven · 4 years, 2 months ago
  21. 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 2 months ago
  22. fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 2 months ago
  23. 47b5d2a net/sched: act_ct: Fix adding udp port mangle operation by Roi Dayan · 4 years, 2 months ago
  24. 59f0e7e Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 2 months ago
  25. d48c812 SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() by Martijn de Gouw · 4 years, 2 months ago
  26. 27a1e8a sunrpc: raise kernel RPC channel buffer size by Roberto Bergantinos Corpas · 4 years, 2 months ago
  27. 31cc578 netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_create by Saeed Mirzamohammadi · 4 years, 2 months ago
  28. 63137bc netfilter: ebtables: Fixes dropping of small packets in bridge nat by Timothée COCAULT · 4 years, 3 months ago
  29. 68f9f9c netfilter: Drop fragmented ndisc packets assembled in netfilter by Georg Kohmann · 4 years, 3 months ago
  30. 4f25434 netfilter: conntrack: connection timeout after re-register by Francesco Ruggeri · 4 years, 3 months ago
  31. 79dce09 ipvs: adjust the debug info in function set_tcp_state by longguang.yue · 4 years, 3 months ago
  32. df6afe2 nexthop: Fix performance regression in nexthop deletion by Ido Schimmel · 4 years, 2 months ago
  33. bc7e343 net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags by Christian Eggers · 4 years, 2 months ago
  34. 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 3 months ago
  35. f981fc3 net: openvswitch: fix to make sure flow_lookup() is not preempted by Eelco Chaudron · 4 years, 2 months ago
  36. b38e781 icmp: randomize the global rate limiter by Eric Dumazet · 4 years, 3 months ago
  37. ec78e31 tipc: fix incorrect setting window for bcast link by Hoang Huu Le · 4 years, 3 months ago
  38. 75cee39 tipc: re-configure queue limit for broadcast link by Hoang Huu Le · 4 years, 3 months ago
  39. c327a31 svcrdma: fix bounce buffers for unaligned offsets and multiple pages by Dan Aloni · 4 years, 3 months ago
  40. c09f56b net/sunrpc: Fix return value for sysctl sunrpc.transports by Artur Molchanov · 4 years, 3 months ago
  41. 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, 3 months ago
  42. 105faa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
  43. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  44. 2ecbc1f Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH" by Jakub Kicinski · 4 years, 3 months ago
  45. 83c11c1 net, sockmap: Don't call bpf_prog_put() on NULL pointer by Alex Dewar · 4 years, 3 months ago
  46. f58423a bpf, sockmap: Add locking annotations to iterator by Lorenz Bauer · 4 years, 3 months ago
  47. 346e320 netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements by Davide Caratti · 4 years, 3 months ago
  48. 6617dfd net: fix pos incrementment in ipv6_route_seq_next by Yonghong Song · 4 years, 3 months ago
  49. 6b1bbf9 net/smc: fix invalid return code in smcd_new_buf_create() by Karsten Graul · 4 years, 3 months ago
  50. ef12ad4 net/smc: fix valid DMBE buffer sizes by Karsten Graul · 4 years, 3 months ago
  51. d535ca1 net/smc: fix use-after-free of delayed events by Karsten Graul · 4 years, 3 months ago
  52. 1d273fc bpfilter: Fix build error with CONFIG_BPFILTER_UMH by YueHaibing · 4 years, 3 months ago
  53. ddc7834 rxrpc: Fix loss of final ack on shutdown by David Howells · 4 years, 3 months ago
  54. f3af4ad rxrpc: Fix bundle counting for exclusive connections by David Howells · 4 years, 3 months ago
  55. d25e2e9 netfilter: restore NF_INET_NUMHOOKS by Pablo Neira Ayuso · 4 years, 3 months ago
  56. 272928d ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 3 months ago
  57. e1e84eb ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 3 months ago
  58. 1e40d75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 3 months ago
  59. fdafed4 ip_gre: set dev->hard_header_len and dev->needed_headroom properly by Cong Wang · 4 years, 3 months ago
  60. 5fc3594 xfrm: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  61. 3569939 net: openvswitch: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  62. 6401297 mac80211: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  63. cf89f18 iptunnel: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  64. a0d2698 net: dsa: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  65. f3f04f0 net: bridge: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  66. 44fa32f net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  67. c9bf52a net/af_unix: Remove unused old_pid variable by Or Cohen · 4 years, 3 months ago
  68. 4e3bbb3 socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled by Christian Eggers · 4 years, 3 months ago
  69. 59e611a socket: fix option SO_TIMESTAMPING_NEW by Christian Eggers · 4 years, 3 months ago
  70. 0403a2b net/tls: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  71. 6159e96 net/ipv6: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  72. 4479758 tcp: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  73. 0d9826b netfilter: nf_log: missing vlan offload tag and proto by Pablo Neira Ayuso · 4 years, 3 months ago
  74. 6ad4bf6 Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  75. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  76. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  77. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  78. ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
  79. a308283 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 4 years, 3 months ago
  80. 98a381a netfilter: nftables: extend error reporting for chain updates by Pablo Neira Ayuso · 4 years, 3 months ago
  81. 28e1581 libceph: clear con->out_msg on Policy::stateful_server faults by Ilya Dryomov · 4 years, 3 months ago
  82. a9dfe31 libceph: format ceph_entity_addr nonces as unsigned by Ilya Dryomov · 4 years, 3 months ago
  83. 5a5036c libceph: move a dout in queue_con_delay() by Ilya Dryomov · 4 years, 3 months ago
  84. 1b05fae7 libceph: switch to the new "osd blocklist add" command by Ilya Dryomov · 4 years, 4 months ago
  85. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  86. 3986f9a libceph: multiple workspaces for CRUSH computations by Ilya Dryomov · 4 years, 4 months ago
  87. f726f3d can: remove obsolete version strings by Oliver Hartkopp · 4 years, 3 months ago
  88. ac911bf can: isotp: implement cleanups / improvements from review by Oliver Hartkopp · 4 years, 3 months ago
  89. 7ca1db2 net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid by Anant Thazhemadam · 4 years, 3 months ago
  90. ef56592 bpf, sockmap: Allow skipping sk_skb parser program by John Fastabend · 4 years, 3 months ago
  91. 743df8b bpf, sockmap: Check skb_verdict and skb_parser programs explicitly by John Fastabend · 4 years, 3 months ago
  92. 0b17ad2 bpf, sockmap: Add memory accounting so skbs on ingress lists are visible by John Fastabend · 4 years, 3 months ago
  93. 10d58d0 bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup by John Fastabend · 4 years, 3 months ago
  94. 9047f19 bpf, sockmap: Remove dropped data on errors in redirect case by John Fastabend · 4 years, 3 months ago
  95. 29545f4 bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage by John Fastabend · 4 years, 3 months ago
  96. 9ecbfb0 bpf, sockmap: On receive programs try to fast track SK_PASS ingress by John Fastabend · 4 years, 3 months ago
  97. cfea28f bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits by John Fastabend · 4 years, 3 months ago
  98. 7980d2e ipvs: clear skb->tstamp in forwarding path by Julian Anastasov · 4 years, 3 months ago
  99. 793d5d6 netfilter: flowtable: reduce calls to pskb_may_pull() by Pablo Neira Ayuso · 4 years, 3 months ago
  100. d3519cb netfilter: nf_tables: add inet ingress support by Pablo Neira Ayuso · 4 years, 3 months ago