summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-221-3/+5
|\
| * nfsd: fix oops when reading pool_stats before server is startedJeff Layton2024-06-171-3/+5
* | Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-206-26/+94
|\ \
| * | netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu2024-06-194-17/+84
| * | seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu2024-06-191-4/+4
| * | netfilter: ipset: Fix suspicious rcu_dereference_protected()Jozsef Kadlecsik2024-06-191-5/+6
* | | net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin2024-06-201-0/+3
* | | net/tcp_ao: Don't leak ao_info on error-pathDmitry Safonov2024-06-201-2/+4
* | | ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-06-201-1/+2
|/ /
* | sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long2024-06-181-5/+11
* | tipc: force a dst refcount before doing decryptionXin Long2024-06-181-0/+1
* | net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth2024-06-181-2/+1
* | netns: Make get_net_ns() handle zero refcount netYue Haibing2024-06-181-2/+7
* | xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-06-181-1/+7
* | ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-06-181-0/+2
* | ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet2024-06-181-1/+1
* | tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet2024-06-181-0/+1
* | netrom: Fix a memory leak in nr_heartbeat_expiry()Gavrilov Ilia2024-06-171-1/+2
* | netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski2024-06-151-8/+8
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-151-0/+5
|\ \
| * | bpf: Avoid splat in pskb_pull_reasonFlorian Westphal2024-06-141-0/+5
* | | Merge tag 'wireless-2024-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-06-145-24/+46
|\ \ \
| * | | wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg2024-06-143-13/+27
| * | | wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge2024-06-141-8/+9
| * | | wifi: mac80211: Recalc offload when monitor stopRemi Pommarel2024-06-121-0/+1
| * | | wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov2024-06-121-2/+6
| * | | wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg2024-06-121-1/+3
* | | | cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek2024-06-141-25/+54
* | | | cipso: fix total option length computationOndrej Mosnacek2024-06-141-4/+8
* | | | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-1315-88/+112
|\ \ \ \
| * | | | af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib2024-06-131-9/+9
| * | | | net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov2024-06-131-1/+1
| * | | | net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov2024-06-131-6/+5
| | |/ / | |/| |
| * | | net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-06-131-2/+2
| * | | Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-06-135-51/+68
| |\ \ \
| | * | | netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal2024-06-111-0/+1
| | * | | netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik2024-06-112-51/+60
| | * | | netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi2024-06-112-0/+7
| * | | | Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-06-122-10/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bluetooth: fix connection setup in l2cap_connectPauli Virtanen2024-06-101-2/+2
| | * | | Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-7/+1
| | * | | Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz2024-06-101-1/+1
| * | | | tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet2024-06-111-1/+5
| * | | | mptcp: pm: update add_addr counters after connectYonglongLi2024-06-111-6/+10
| * | | | mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi2024-06-111-1/+4
| * | | | mptcp: ensure snd_una is properly initialized on connectPaolo Abeni2024-06-111-0/+1
| * | | | net/sched: initialize noop_qdisc ownerJohannes Berg2024-06-111-0/+1
| |/ / /
| * | | tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet2024-06-101-1/+2
* | | | Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-06-131-1/+3
|\ \ \ \
| * | | | SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao2024-05-301-1/+3