1. e8c13a6 Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  2. 13a9499 mptcp: fix locking in mptcp_disconnect() by Paolo Abeni · 4 years ago
  3. 25537d7 net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM by Tariq Toukan · 4 years ago
  4. 3226b15 net: avoid 32 x truesize under-estimation for tiny skbs by Eric Dumazet · 4 years ago
  5. 2576477 net: tip: fix a couple kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
  6. 47e4bb1 net: sit: unregister_netdevice on newlink's error path by Jakub Kicinski · 4 years ago
  7. b42b3a2 can: isotp: isotp_getname(): fix kernel information leak by Oliver Hartkopp · 4 years ago
  8. a95d25d rxrpc: Call state should be read with READ_ONCE() under some circumstances by Baptiste Lepers · 4 years ago
  9. d52e419 rxrpc: Fix handling of an unsupported token type in rxrpc_read() by David Howells · 4 years ago
  10. c8a8ead Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years ago
  11. 8a44653 net/smc: use memcpy instead of snprintf to avoid out of bounds read by Guvenc Gulce · 4 years ago
  12. 25fe2c9 smc: fix out of bound access in smc_nl_get_sys_info() by Jakub Kicinski · 4 years ago
  13. 76e2a55 mptcp: better msk-level shutdown. by Paolo Abeni · 4 years ago
  14. 20bc80b mptcp: more strict state checking for acks by Paolo Abeni · 4 years ago
  15. 91158e1 net: dsa: clear devlink port type before unregistering slave netdevs by Vladimir Oltean · 4 years ago
  16. 07b9005 net: dsa: unbind all switches from tree when DSA master unbinds by Vladimir Oltean · 4 years ago
  17. df85bc1 net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands by Petr Machata · 4 years ago
  18. e609571 Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
  19. 9bd6b62 esp: avoid unneeded kmap_atomic call by Willem de Bruijn · 4 years ago
  20. 97550f6 net: compound page support in skb_seq_read by Willem de Bruijn · 4 years ago
  21. c912fd0 Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years ago
  22. 869f4fd netfilter: nf_nat: Fix memleak in nf_nat_init by Dinghao Liu · 4 years ago
  23. 86b53fb net: sunrpc: interpret the return value of kstrtou32 correctly by j.nixdorf@avm.de · 4 years ago
  24. f6351c3 netfilter: conntrack: fix reading nf_conntrack_buckets by Jesper Dangaard Brouer · 4 years ago
  25. b774134 tipc: fix NULL deref in tipc_link_xmit() by Hoang Le · 4 years ago
  26. b210de4 net: ipv6: Validate GSO SKB before finish IPv6 processing by Aya Levin · 4 years ago
  27. 766b051 net: make sure devices go through netdev_wait_all_refs by Jakub Kicinski · 4 years ago
  28. c269a24 net: make free_netdev() more lenient with unregistering devices by Jakub Kicinski · 4 years ago
  29. 2b446e6 docs: net: explain struct net_device lifetime by Jakub Kicinski · 4 years ago
  30. fd2ddef udp: Prevent reuseport_select_sock from reading uninitialized socks by Baptiste Lepers · 4 years ago
  31. 53475c5 net: fix use-after-free when UDP GRO with shared fraglist by Dongseok Yi · 4 years ago
  32. b19218b nexthop: Bounce NHA_GATEWAY in FDB nexthop groups by Petr Machata · 4 years ago
  33. 7b01e53 nexthop: Unlink nexthop group entry in error path by Ido Schimmel · 4 years ago
  34. 07e61a9 nexthop: Fix off-by-one error in error path by Ido Schimmel · 4 years ago
  35. bb4cc1a1 net: ip: always refragment ip defragmented packets by Florian Westphal · 4 years ago
  36. 50c6616 net: fix pmtu check in nopmtudisc mode by Florian Westphal · 4 years ago
  37. d8f5c29 net: ipv6: fib: flush exceptions when purging route by Sean Tranchetti · 4 years ago
  38. 4beb17e net: qrtr: fix null-ptr-deref in qrtr_ns_remove by Qinglang Miao · 4 years ago
  39. 55b7ab1 net: vlan: avoid leaks on register_vlan_dev() failures by Jakub Kicinski · 4 years ago
  40. 152a8a6 cfg80211: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
  41. aa35e45 Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  42. a8f33c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years ago
  43. b40f97b net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event by Xie He · 4 years ago
  44. 4bfc471 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years ago
  45. 085c7c4 erspan: fix version 1 check in gre_parse_header() by Cong Wang · 4 years ago
  46. bd1248f net: sched: prevent invalid Scell_log shift count by Randy Dunlap · 4 years ago
  47. a533b70 net: neighbor: fix a crash caused by mod zero by weichenchen · 4 years ago
  48. 21fdca2 ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() by Guillaume Nault · 4 years ago
  49. e7579d5 net: mptcp: cap forward allocation to 1M by Davide Caratti · 4 years ago
  50. 4ae2bb8 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc by Antoine Tenart · 4 years ago
  51. 2d57b4f net-sysfs: take the rtnl lock when storing xps_rxqs by Antoine Tenart · 4 years ago
  52. fb25038 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc by Antoine Tenart · 4 years ago
  53. 1ad58225 net-sysfs: take the rtnl lock when storing xps_cpus by Antoine Tenart · 4 years ago
  54. f5f2c9a libceph: align session_key and con_secret to 16 bytes by Ilya Dryomov · 4 years ago
  55. ad32fe8 libceph: fix auth_signature buffer allocation in secure mode by Ilya Dryomov · 4 years ago
  56. b4e70d8 netfilter: nftables: add set expression flags by Pablo Neira Ayuso · 4 years ago
  57. 95cd4bc netfilter: nft_dynset: report EOPNOTSUPP on missing set feature by Pablo Neira Ayuso · 4 years ago
  58. 6cb5621 netfilter: xt_RATEEST: reject non-null terminated string from userspace by Florian Westphal · 4 years ago
  59. 427c940 net/ncsi: Use real net-device for response handler by John Wang · 4 years ago
  60. 826f328 net: dcb: Validate netlink message in DCB handler by Petr Machata · 4 years ago
  61. 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
  62. 1e72fae Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years ago
  63. 698285d net/sched: sch_taprio: ensure to reset/destroy all child qdiscs by Davide Caratti · 4 years ago
  64. abdcd06 net: af_packet: fix procfs header for 64-bit pointers by Baruch Siach · 4 years ago
  65. 4a85a6a SUNRPC: Handle TCP socket sends with kernel_sendpage() again by Chuck Lever · 4 years ago
  66. b1b95cb xsk: Rollback reservation at NETDEV_TX_BUSY by Magnus Karlsson · 4 years ago
  67. f09ced4 xsk: Fix race in SKB mode transmit with shared cq by Magnus Karlsson · 4 years ago
  68. 8bee683 xsk: Fix memory leak for failed bind by Magnus Karlsson · 4 years ago
  69. d64c6f9 Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  70. 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
  71. be695ee Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years ago
  72. 44d4775 net/sched: sch_taprio: reset child qdiscs before freeing them by Davide Caratti · 4 years ago
  73. 5c8193f netfilter: ipset: fix shift-out-of-bounds in htable_bits() by Vasily Averin · 4 years ago
  74. 2b33d6f netfilter: ipset: fixes possible oops in mtype_resize by Vasily Averin · 4 years ago
  75. 443d6e8 netfilter: x_tables: Update remaining dereference to RCU by Subash Abhinov Kasiviswanathan · 4 years ago
  76. 13e1603 mptcp: fix pending data accounting by Paolo Abeni · 4 years ago
  77. 219d049 mptcp: push pending frames when subflow has free space by Paolo Abeni · 4 years ago
  78. 3f8b266 mptcp: properly annotate nested lock by Paolo Abeni · 4 years ago
  79. 0c14846 mptcp: fix security context on server socket by Paolo Abeni · 4 years ago
  80. 3ae32c0 mptcp: clear use_ack and use_map when dropping other suboptions by Geliang Tang · 4 years ago
  81. 009bd55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years ago
  82. 995433b net/smc: fix access to parent of an ib device by Karsten Graul · 4 years ago
  83. ef72cd3 ethtool: fix error paths in ethnl_set_channels() by Ivan Vecera · 4 years ago
  84. c32c928 tipc: do sanity check payload of a netlink message by Hoang Le · 4 years ago
  85. 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  86. 7061eb8 net: core: introduce __netdev_notify_peers by Lijun Pan · 4 years ago
  87. efb796f ethtool: fix string set id check by Michal Kubecek · 4 years ago
  88. ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
  89. 161b838 netfilter: nftables: fix incorrect increment of loop counter by Colin Ian King · 4 years ago
  90. 1a50ede Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years ago
  91. edffb84 Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 4 years ago
  92. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  93. a268e0f net: fix proc_fs init handling in af_packet and tls by Yonatan Linik · 4 years ago
  94. 7f81698 af_vsock: Assign the vsock transport considering the vsock address flags by Andra Paraschiv · 4 years ago
  95. 1b5f2ab af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path by Andra Paraschiv · 4 years ago
  96. cada7cc vsock_addr: Check for supported flag values by Andra Paraschiv · 4 years ago
  97. ae0b04b net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled by Tariq Toukan · 4 years, 1 month ago
  98. c31b70c tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit by Alexander Duyck · 4 years, 1 month ago
  99. 54970a2 net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet by Vasily Averin · 4 years ago
  100. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago