1. 86bccd0 tcp: fix receive window update in tcp_add_backlog() by Eric Dumazet · 4 years, 6 months ago
  2. 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 6 months ago
  3. 082bb94 net: qrtr: ns: Fix the incorrect usage of rcu_read_lock() by Manivannan Sadhasivam · 4 years, 6 months ago
  4. 165563c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  5. 4296adc net/core: check length before updating Ethertype in skb_mpls_{push,pop} by Guillaume Nault · 4 years, 6 months ago
  6. 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 6 months ago
  7. 9d8c05a tcp: fix syn cookied MPTCP request socket leak by Paolo Abeni · 4 years, 6 months ago
  8. 40efc4d libceph: use sendpage_ok() in ceph_tcp_sendpage() by Coly Li · 4 years, 6 months ago
  9. cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 6 months ago
  10. 7b62d31 net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send by Coly Li · 4 years, 6 months ago
  11. a95bc73 netlink: fix policy dump leak by Johannes Berg · 4 years, 6 months ago
  12. 1f25c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
  13. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 6 months ago
  14. 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 6 months ago
  15. 78b7015 ethtool: mark netlink family as __ro_after_init by Jakub Kicinski · 4 years, 6 months ago
  16. a7809ff net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks by Manivannan Sadhasivam · 4 years, 6 months ago
  17. 1fc70ed net: core: add nested_level variable in net_device by Taehee Yoo · 4 years, 6 months ago
  18. eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 6 months ago
  19. fe8300f net: core: add __netdev_upper_dev_unlink() by Taehee Yoo · 4 years, 6 months ago
  20. 1aad804 net_sched: remove a redundant goto chain check by Cong Wang · 4 years, 6 months ago
  21. f2f3729 net: bridge: fdb: don't flush ext_learn entries by Nikolay Aleksandrov · 4 years, 6 months ago
  22. a4be47a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 6 months ago
  23. 6d28cf7 Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 6 months ago
  24. e94ee17 xfrm: Use correct address family in xfrm_state_find by Herbert Xu · 4 years, 6 months ago
  25. ad2b9b0 tcp: skip DSACKs with dubious sequence ranges by Priyaranjan Jha · 4 years, 6 months ago
  26. 38f7e1c net/tls: race causes kernel panic by Rohit Maheshwari · 4 years, 6 months ago
  27. 0fedc63 net_sched: commit action insertions together by Cong Wang · 4 years, 6 months ago
  28. e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 6 months ago
  29. ea6754a net: switchdev: Fixed kerneldoc warning by Tian Tao · 4 years, 6 months ago
  30. ef59b19 mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet by Mat Martineau · 4 years, 6 months ago
  31. d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  32. d5e4d0a inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute by Eric Dumazet · 4 years, 6 months ago
  33. 99f62a7 net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU by Vladimir Oltean · 4 years, 6 months ago
  34. 25b8ab9 Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 4 years, 6 months ago
  35. 91b2c9a ipv6: route: convert comma to semicolon by Xu Wang · 4 years, 6 months ago
  36. 13a9a9d SUNRPC: Fix svc_flush_dcache() by Chuck Lever · 4 years, 6 months ago
  37. fe81d9f net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant by Henry Ptasinski · 4 years, 6 months ago
  38. db7cd91a4 net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC by Necip Fazil Yildiran · 4 years, 6 months ago
  39. 8f623a1 Merge tag 'batadv-net-for-davem-20200918' of git://git.open-mesh.org/linux-merge by David S. Miller · 4 years, 6 months ago
  40. 6565243 net: mscc: ocelot: add locking for the port TX timestamp ID by Vladimir Oltean · 4 years, 6 months ago
  41. 75bcbd6 mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz by John Crispin · 4 years, 6 months ago
  42. 3bd5c7a mac80211: do not allow bigger VHT MPDUs than the hardware supports by Felix Fietkau · 4 years, 6 months ago
  43. c0de877 cfg80211: fix 6 GHz channel conversion by Johannes Berg · 4 years, 6 months ago
  44. 780a8c9 mac80211: do not disable HE if HT is missing on 2.4 GHz by Wen Gong · 4 years, 6 months ago
  45. 412a84b mac80211: Fix radiotap header channel flag for 6GHz band by Aloka Dixit · 4 years, 6 months ago
  46. b959ba9 lib80211: fix unmet direct dependendices config warning when !CRYPTO by Necip Fazil Yildiran · 4 years, 6 months ago
  47. 8e28036 mac80211: add AQL support for VHT160 tx rates by Felix Fietkau · 4 years, 6 months ago
  48. 1f38b8c mac80211: extend AQL aggregation estimation to HE and fix unit mismatch by Felix Fietkau · 4 years, 6 months ago
  49. 19a83d3 ethtool: add and use message type for tunnel info reply by Michal Kubecek · 4 years, 6 months ago
  50. 642e450 xsk: Do not discard packet when NETDEV_TX_BUSY by Magnus Karlsson · 4 years, 6 months ago
  51. d5d325e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
  52. 8c33dad bpf: Bpf_skc_to_* casting helpers require a NULL check on sk by Martin KaFai Lau · 4 years, 6 months ago
  53. 2fbc6e8 ipv4: Update exception handling for multipath routes via same device by David Ahern · 4 years, 6 months ago
  54. 2e5117b net: tipc: kerneldoc fixes by Lu Wei · 4 years, 6 months ago
  55. 2369e82 batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh by Linus Lüssing · 4 years, 6 months ago
  56. 74c09b7 batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh by Linus Lüssing · 4 years, 6 months ago
  57. 3236d21 batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN by Linus Lüssing · 4 years, 6 months ago
  58. 2b1667e xsk: Fix number of pinned pages/umem size discrepancy by Björn Töpel · 4 years, 6 months ago
  59. 8e1b3ac net: sched: initialize with 0 before setting erspan md->u by Xin Long · 4 years, 6 months ago
  60. 681d2cf lwtunnel: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 6 months ago
  61. 13e6ce9 net: sched: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 6 months ago
  62. ff48b62 tipc: use skb_unshare() instead in tipc_buf_append() by Xin Long · 4 years, 6 months ago
  63. bb3a420 tipc: Fix memory leak in tipc_group_create_member() by Peilin Ye · 4 years, 6 months ago
  64. 1869e22 ipv4: Initialize flowi4_multipath_hash in data path by David Ahern · 4 years, 6 months ago
  65. 4bba9dab batman-adv: Add missing include for in_interrupt() by Sven Eckelmann · 4 years, 6 months ago
  66. b5b73b2 taprio: Fix allowing too small intervals by Vinicius Costa Gomes · 4 years, 6 months ago
  67. 297e77e net: DCB: Validate DCB_ATTR_DCB_BUFFER argument by Petr Machata · 4 years, 6 months ago
  68. e1b9efe net: Fix bridge enslavement failure by Ido Schimmel · 4 years, 6 months ago
  69. 1be107d net: Correct the comment of dst_dev_put() by Miaohe Lin · 4 years, 6 months ago
  70. 2fb541c net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc by Yunsheng Lin · 4 years, 6 months ago
  71. f612eb7 mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id by Geliang Tang · 4 years, 6 months ago
  72. 2ff0e56 mptcp: fix subflow's remote_id issues by Geliang Tang · 4 years, 7 months ago
  73. 5702581 mptcp: fix subflow's local_id issues by Geliang Tang · 4 years, 7 months ago
  74. a4b5cc9 tipc: fix shutdown() of connection oriented socket by Tetsuo Handa · 4 years, 7 months ago
  75. b87f9fe hsr: avoid newline at end of message in NL_SET_ERR_MSG_MOD by Ye Bin · 4 years, 6 months ago
  76. ab29a80 Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 6 months ago
  77. 3ca1a42 net: qrtr: check skb_put_padto() return value by Eric Dumazet · 4 years, 6 months ago
  78. ba9e04a ip: fix tos reflection in ack and reset packets by Wei Wang · 4 years, 6 months ago
  79. 6fd40d3 Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 4 years, 6 months ago
  80. 923f614 fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m by Brian Vazquez · 4 years, 6 months ago
  81. 2650be2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 6 months ago
  82. 843d926 ipv6: avoid lockdep issue in fib6_del() by Eric Dumazet · 4 years, 6 months ago
  83. 2f1e8ea net: dsa: link interfaces with the DSA master to get rid of lockdep warnings by Vladimir Oltean · 4 years, 7 months ago
  84. e6a18d3 bpf: Fix clobbering of r2 in bpf_gen_ld_abs by Daniel Borkmann · 4 years, 7 months ago
  85. 0ff4628 mac802154: tx: fix use-after-free by Eric Dumazet · 4 years, 6 months ago
  86. 0c92411 netfilter: nft_meta: use socket user_ns to retrieve skuid and skgid by Pablo Neira Ayuso · 4 years, 7 months ago
  87. 526e81b netfilter: conntrack: nf_conncount_init is failing with IPv6 disabled by Eelco Chaudron · 4 years, 7 months ago
  88. 6c0d95d1 netfilter: ctnetlink: fix mark based dump filtering regression by Martin Willi · 4 years, 7 months ago
  89. 67cc570 netfilter: nf_tables: coalesce multiple notifications into one skbuff by Pablo Neira Ayuso · 4 years, 7 months ago
  90. 1cc5ef9 netfilter: ctnetlink: add a range check for l3/l4 protonum by Will McVicker · 4 years, 7 months ago
  91. e1f469c Revert "netns: don't disable BHs when locking "nsid_lock"" by Taehee Yoo · 4 years, 7 months ago
  92. 8366685 xfrm: clone whole liftime_cur structure in xfrm_do_migrate by Antony Antony · 4 years, 7 months ago
  93. 7aa05d3 xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate by Antony Antony · 4 years, 7 months ago
  94. 545e5c5 xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate by Antony Antony · 4 years, 7 months ago
  95. 8c6b6c7 SUNRPC: stop printk reading past end of string by J. Bruce Fields · 4 years, 7 months ago
  96. 7dda5b3 batman-adv: mcast/TT: fix wrongly dropped or rerouted packets by Linus Lüssing · 4 years, 7 months ago
  97. cc8e58f act_ife: load meta modules before tcf_idr_check_alloc() by Cong Wang · 4 years, 7 months ago
  98. acf69c9 net/packet: fix overflow in tpacket_rcv by Or Cohen · 4 years, 7 months ago
  99. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  100. 5fb8642 net/smc: fix sock refcounting in case of termination by Ursula Braun · 4 years, 7 months ago