summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-12rxrpc: serialize kernel accept preallocation with socket teardownLi Daming1-6/+19
2026-06-12rxrpc: Fix UAF in rxgk_issue_challenge()David Howells1-1/+2
2026-06-12rxrpc: Don't move a peeked OOB message onto the pending queueHyunwoo Kim1-5/+6
2026-06-12rxrpc: rxrpc_verify_data ensure rx_dec_buffer allocJeffrey Altman1-1/+1
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca6-16/+0
2026-06-12tls: remove tls_toe and the related driverSabrina Dubroca5-170/+0
2026-06-12ethtool: tsconfig: always take rtnl_lockJakub Kicinski1-0/+7
2026-06-12ip_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet3-13/+16
2026-06-12net: atm: reject out-of-range traffic classes in QoS validationZhengchuan Liang1-0/+2
2026-06-12net: hsr: simplify fill_last_seq_nrs()Yury Norov1-10/+8
2026-06-12tcp: clear sock_ops cb flags before force-closing a child socketSechang Lim1-0/+1
2026-06-12handshake: Require admin permission for DONE commandChuck Lever1-1/+1
2026-06-12net/sched: act_pedit: require matching IPv4 L4 protocolSamuel Moelius1-0/+4
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen3-17/+16
2026-06-12net: af_key: initialize alg_key_len for IPComp statesZijing Yin1-0/+1
2026-06-12xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan2-2/+2
2026-06-11ip6_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet3-19/+22
2026-06-11Merge tag 'for-net-next-2026-06-11' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski35-347/+294
2026-06-11Merge tag 'nfc-net-next-20260611' of https://codeberg.org/linux-nfc/linuxJakub Kicinski1-1/+1
2026-06-11tipc: reject inverted service ranges from peer bindingsMichael Bommarito1-2/+11
2026-06-11tipc: prevent snt_unacked underflow on CONN_ACKMichael Bommarito1-0/+3
2026-06-11tipc: require net admin for TIPCv2 netlink mutatorsMichael Bommarito1-0/+12
2026-06-11net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira1-1/+1
2026-06-11net: Stop leased rxq before uninstalling its memory providerDaniel Borkmann1-4/+4
2026-06-11net: ethtool: add KSZ87xx low-loss cable PHY tunablesFidelio Lawson2-0/+10
2026-06-11mptcp: options: rst: drop unused skb parameterMatthieu Baerts (NGI0)1-2/+2
2026-06-11mptcp: pm: avoid using del_timer directlyMatthieu Baerts (NGI0)3-40/+39
2026-06-11mptcp: pm: make mptcp_pm_add_addr_send_ack staticMatthieu Baerts (NGI0)2-2/+3
2026-06-11mptcp: pm: remove add_ prefix from timerMatthieu Baerts (NGI0)1-8/+8
2026-06-11mptcp: pm: uniform announced addresses helpersMatthieu Baerts (NGI0)6-34/+33
2026-06-11mptcp: pm: rename add_entry structure to add_addrMatthieu Baerts (NGI0)2-12/+12
2026-06-11mptcp: pm: use for_each_subflow helperMatthieu Baerts (NGI0)4-12/+12
2026-06-11mptcp: pm: drop TCP TS with ADD_ADDRv6 + portMatthieu Baerts (NGI0)3-4/+21
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)2-2/+10
2026-06-11mptcp: introduce add_addr_v6_port_drop_ts sysctl knobMatthieu Baerts (NGI0)2-1/+18
2026-06-11mptcp: pm: avoid computing add_addr size twiceMatthieu Baerts (NGI0)3-35/+25
2026-06-11mptcp: pm: avoid computing rm_addr size twiceMatthieu Baerts (NGI0)3-19/+13
2026-06-11mptcp: options: suboptions sizes can be negativeMatthieu Baerts (NGI0)1-17/+11
2026-06-116lowpan: fix NHC entry use-after-free on error pathYizhou Zhao1-1/+1
2026-06-11sctp: validate embedded address parameter lengthXin Long1-2/+8
2026-06-11ipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima2-13/+17
2026-06-11bridge: cfm: reject invalid CCM interval at configuration timeXiang Mei2-1/+9
2026-06-11net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima1-1/+5
2026-06-11ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().Kuniyuki Iwashima1-0/+4
2026-06-11net/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim1-3/+9
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-131/+280
2026-06-11Bluetooth: L2CAP: validate connectionless PSM lengthSamuel Moelius1-0/+5
2026-06-11Bluetooth: hci: validate codec capability element lengthSamuel Moelius1-1/+1
2026-06-11Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn refMarco Elver1-14/+20
2026-06-11Bluetooth: Add SPDX id lines to some source filesTim Bird29-116/+29