summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-12net: hsr: hsr_slave: Fix the promiscuous modeRavi Gunasekaran
2024-03-02Merge tag 'v6.1.80' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01mptcp: add needs_id for netlink appending addrGeliang Tang
2024-03-01mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-03-01phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-03-01phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-03-01net: mctp: put sock on tag allocation failureJeremy Kerr
2024-03-01netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-03-01netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-03-01netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-03-01dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima
2024-03-01net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-03-01mptcp: add needs_id for userspace appending addrGeliang Tang
2024-03-01mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang
2024-03-01l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-03-01wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg
2024-03-01wifi: mac80211: set station RX-NSS on reconfigJohannes Berg
2024-03-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim
2024-03-01Merge tag 'v6.1.79' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-02-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn
2024-02-23xfrm: Silence warnings triggerable by bad packetsHerbert Xu
2024-02-23xfrm: Use xfrm_state selector for BEET inputHerbert Xu
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg
2024-02-23wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg