summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-08-19mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-08-19sunrpc: use the struct net as the svc proc privateJosef Bacik1-1/+1
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-08-19sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-8/+16
2024-08-19mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-19mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6
2024-08-19mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)1-8/+11
2024-08-19mptcp: pass addr to mptcp_pm_alloc_anno_listGeliang Tang3-6/+6
2024-08-14netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-138/+13
2024-08-14netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal7-19/+21
2024-08-14netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso1-8/+7
2024-08-14ipv6: fix source address selection with route leakNicolas Dichtel2-1/+2
2024-08-14mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)1-2/+2
2024-08-14mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-08-14mptcp: export local_addressGeliang Tang2-9/+9
2024-08-14mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-14wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-14af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().Kuniyuki Iwashima1-25/+9
2024-08-14wifi: nl80211: disallow setting special AP channel widthsJohannes Berg1-0/+27
2024-08-14l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-14Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov1-0/+14
2024-08-14Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-14net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-14net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-08-14sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-11netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-08-11mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-11mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-11mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-08-11mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-08-11mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-08-11ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-11netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-08-11net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-11rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-08-11Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz1-0/+21
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+0
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata1-3/+4
2024-08-03tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-03netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal1-2/+10
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-03af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2-1/+43
2024-08-03wifi: mac80211: check basic rates validityJohannes Berg1-10/+11