- ef12ad4 net/smc: fix valid DMBE buffer sizes by Karsten Graul · 4 years, 5 months ago
- d535ca1 net/smc: fix use-after-free of delayed events by Karsten Graul · 4 years, 5 months ago
- 1d273fc bpfilter: Fix build error with CONFIG_BPFILTER_UMH by YueHaibing · 4 years, 5 months ago
- 272928d ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 5 months ago
- e1e84eb ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 5 months ago
- 1e40d75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 5 months ago
- fdafed4 ip_gre: set dev->hard_header_len and dev->needed_headroom properly by Cong Wang · 4 years, 5 months ago
- 4e3bbb3 socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled by Christian Eggers · 4 years, 5 months ago
- 59e611a socket: fix option SO_TIMESTAMPING_NEW by Christian Eggers · 4 years, 5 months ago
- 0d9826b netfilter: nf_log: missing vlan offload tag and proto by Pablo Neira Ayuso · 4 years, 5 months ago
- 98a381a netfilter: nftables: extend error reporting for chain updates by Pablo Neira Ayuso · 4 years, 5 months ago
- 7980d2e ipvs: clear skb->tstamp in forwarding path by Julian Anastasov · 4 years, 5 months ago
- 874fb9e ipv4: Restore flowi4_oif update before call to xfrm_lookup_route by David Ahern · 4 years, 5 months ago
- 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 5 months ago
- d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 5 months ago
- 16cb365 net: smc: fix missing brace warning for old compilers by Pujin Shi · 4 years, 5 months ago
- 7e94e46 net: smc: fix missing brace warning for old compilers by Pujin Shi · 4 years, 5 months ago
- 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
- 7b50ee3 tipc: fix NULL pointer dereference in tipc_named_rcv by Hoang Huu Le · 4 years, 5 months ago
- ed42989 tipc: fix the skb_unshare() in tipc_buf_append() by Cong Wang · 4 years, 5 months ago
- ea1dd3e net/tls: sendfile fails with ktls offload by Rohit Maheshwari · 4 years, 6 months ago
- 4a65dff net: ipv6: Discard next-hop MTU less than minimum link MTU by Georg Kohmann · 4 years, 6 months ago
- 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 6 months ago
- 13ba4c4 net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt by Marc Kleine-Budde · 4 years, 5 months ago
- e009f95 can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt by Cong Wang · 4 years, 5 months ago
- 8aa7b52 openvswitch: handle DNAT tuple collision by Dumitru Ceara · 4 years, 6 months ago
- d42ee76 sctp: fix sctp_auth_init_hmacs() error path by Eric Dumazet · 4 years, 5 months ago
- a9e54cb Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 4 years, 5 months ago
- cfe90f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 5 months ago
- b6c02ef bridge: Netlink interface fix. by Henrik Bjoernlund · 4 years, 6 months ago
- 3dc289f net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key() by Anant Thazhemadam · 4 years, 6 months ago
- d91dc43 Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 4 years, 6 months ago
- 86bccd0 tcp: fix receive window update in tcp_add_backlog() by Eric Dumazet · 4 years, 6 months ago
- 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 6 months ago
- 082bb94 net: qrtr: ns: Fix the incorrect usage of rcu_read_lock() by Manivannan Sadhasivam · 4 years, 6 months ago
- 165563c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
- 38b1dc4 rxrpc: Fix server keyring leak by David Howells · 4 years, 6 months ago
- fea9911 rxrpc: The server keyring isn't network-namespaced by David Howells · 4 years, 6 months ago
- 2d914c1 rxrpc: Fix accept on a connection that need securing by David Howells · 4 years, 6 months ago
- fa1d113 rxrpc: Fix some missing _bh annotations on locking conn->state_lock by David Howells · 4 years, 6 months ago
- 9a059cd rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() by David Howells · 4 years, 6 months ago
- 5630511 rxrpc: Fix rxkad token xdr encoding by Marc Dionne · 4 years, 7 months ago
- 4296adc net/core: check length before updating Ethertype in skb_mpls_{push,pop} by Guillaume Nault · 4 years, 6 months ago
- 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 6 months ago
- 9d8c05a tcp: fix syn cookied MPTCP request socket leak by Paolo Abeni · 4 years, 6 months ago
- 40efc4d libceph: use sendpage_ok() in ceph_tcp_sendpage() by Coly Li · 4 years, 6 months ago
- cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 6 months ago
- 7b62d31 net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send by Coly Li · 4 years, 6 months ago
- a95bc73 netlink: fix policy dump leak by Johannes Berg · 4 years, 6 months ago
- d82a532 bpf: Fix "unresolved symbol" build error with resolve_btfids by Yonghong Song · 4 years, 6 months ago
- 1f25c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
- 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 6 months ago
- 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 6 months ago
- 78b7015 ethtool: mark netlink family as __ro_after_init by Jakub Kicinski · 4 years, 6 months ago
- a7809ff net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks by Manivannan Sadhasivam · 4 years, 6 months ago
- 1fc70ed net: core: add nested_level variable in net_device by Taehee Yoo · 4 years, 6 months ago
- eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 6 months ago
- fe8300f net: core: add __netdev_upper_dev_unlink() by Taehee Yoo · 4 years, 6 months ago
- 1aad804 net_sched: remove a redundant goto chain check by Cong Wang · 4 years, 6 months ago
- f2f3729 net: bridge: fdb: don't flush ext_learn entries by Nikolay Aleksandrov · 4 years, 6 months ago
- 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
- 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
- e94ee17 xfrm: Use correct address family in xfrm_state_find by Herbert Xu · 4 years, 6 months ago
- ad2b9b0 tcp: skip DSACKs with dubious sequence ranges by Priyaranjan Jha · 4 years, 6 months ago
- 38f7e1c net/tls: race causes kernel panic by Rohit Maheshwari · 4 years, 6 months ago
- 0fedc63 net_sched: commit action insertions together by Cong Wang · 4 years, 6 months ago
- e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 6 months ago
- ea6754a net: switchdev: Fixed kerneldoc warning by Tian Tao · 4 years, 6 months ago
- ef59b19 mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet by Mat Martineau · 4 years, 6 months ago
- d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
- d5e4d0a inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute by Eric Dumazet · 4 years, 6 months ago
- 99f62a7 net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU by Vladimir Oltean · 4 years, 6 months ago
- 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
- 91b2c9a ipv6: route: convert comma to semicolon by Xu Wang · 4 years, 6 months ago
- 13a9a9d SUNRPC: Fix svc_flush_dcache() by Chuck Lever · 4 years, 6 months ago
- fe81d9f net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant by Henry Ptasinski · 4 years, 6 months ago
- db7cd91a4 net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC by Necip Fazil Yildiran · 4 years, 6 months ago
- 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
- 6565243 net: mscc: ocelot: add locking for the port TX timestamp ID by Vladimir Oltean · 4 years, 6 months ago
- 75bcbd6 mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz by John Crispin · 4 years, 6 months ago
- 3bd5c7a mac80211: do not allow bigger VHT MPDUs than the hardware supports by Felix Fietkau · 4 years, 6 months ago
- c0de877 cfg80211: fix 6 GHz channel conversion by Johannes Berg · 4 years, 6 months ago
- 780a8c9 mac80211: do not disable HE if HT is missing on 2.4 GHz by Wen Gong · 4 years, 6 months ago
- 412a84b mac80211: Fix radiotap header channel flag for 6GHz band by Aloka Dixit · 4 years, 6 months ago
- b959ba9 lib80211: fix unmet direct dependendices config warning when !CRYPTO by Necip Fazil Yildiran · 4 years, 6 months ago
- 8e28036 mac80211: add AQL support for VHT160 tx rates by Felix Fietkau · 4 years, 6 months ago
- 1f38b8c mac80211: extend AQL aggregation estimation to HE and fix unit mismatch by Felix Fietkau · 4 years, 6 months ago
- 19a83d3 ethtool: add and use message type for tunnel info reply by Michal Kubecek · 4 years, 6 months ago
- 642e450 xsk: Do not discard packet when NETDEV_TX_BUSY by Magnus Karlsson · 4 years, 6 months ago
- d5d325e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
- 8c33dad bpf: Bpf_skc_to_* casting helpers require a NULL check on sk by Martin KaFai Lau · 4 years, 6 months ago
- 2fbc6e8 ipv4: Update exception handling for multipath routes via same device by David Ahern · 4 years, 6 months ago
- 2e5117b net: tipc: kerneldoc fixes by Lu Wei · 4 years, 6 months ago
- 2369e82 batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh by Linus Lüssing · 4 years, 6 months ago
- 74c09b7 batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh by Linus Lüssing · 4 years, 6 months ago
- 3236d21 batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN by Linus Lüssing · 4 years, 6 months ago
- 2b1667e xsk: Fix number of pinned pages/umem size discrepancy by Björn Töpel · 4 years, 6 months ago
- 8e1b3ac net: sched: initialize with 0 before setting erspan md->u by Xin Long · 4 years, 6 months ago
- 681d2cf lwtunnel: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 6 months ago
- 13e6ce9 net: sched: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 6 months ago