summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linuxLinus Torvalds2023-12-221-4/+13
|\
| * net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin2023-12-131-4/+13
* | Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-211-1/+9
|\ \
| * | keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2023-12-211-1/+9
* | | Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-2125-110/+269
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-211-0/+2
| |\ \ \
| | * | | bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+2
| * | | | net: check dev->gso_max_size in gso_features_check()Eric Dumazet2023-12-211-0/+3
| * | | | net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-212-52/+9
| * | | | net: avoid build bug in skb extension length calculationThomas Weißschuh2023-12-211-0/+2
| * | | | Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2023-12-205-23/+67
| |\ \ \ \
| | * | | | Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim2023-12-151-1/+6
| | * | | | Bluetooth: Add more enc key size checkAlex Lu2023-12-151-1/+15
| | * | | | Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2023-12-152-7/+25
| | * | | | Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis2023-12-151-6/+15
| | * | | | Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2023-12-151-0/+3
| | * | | | Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2023-12-151-1/+2
| | * | | | Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz2023-12-151-7/+1
| * | | | | net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian2023-12-191-1/+8
| * | | | | mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts2023-12-172-0/+2
| * | | | | mptcp: fix inconsistent state on fastopen racePaolo Abeni2023-12-173-17/+26
| |/ / / /
| * | | | net/rose: fix races in rose_kill_by_device()Eric Dumazet2023-12-151-5/+34
| * | | | net: sched: ife: fix potential use-after-freeEric Dumazet2023-12-151-0/+1
| * | | | net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida2023-12-151-1/+1
| * | | | Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-12-146-11/+114
| |\ \ \ \
| | * | | | wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2023-12-141-1/+1
| | * | | | wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2023-12-121-5/+5
| | * | | | wifi: mac80211: mesh: check element parsing succeededJohannes Berg2023-12-121-2/+4
| | * | | | wifi: mac80211: check defragmentation succeededJohannes Berg2023-12-121-1/+3
| | * | | | wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg2023-12-121-1/+5
| | * | | | net: rfkill: gpio: set GPIO directionRouven Czerwinski2023-12-121-0/+8
| | * | | | wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis2023-12-121-2/+2
| | * | | | wifi: cfg80211: Add my certificateChen-Yu Tsai2023-12-121-0/+87
* | | | | | Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-12-201-3/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever2023-12-181-3/+2
* | | | | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-3/+0
| |/ / / / |/| | | |
* | | | | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
* | | | | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
* | | | | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-131-1/+1
* | | | | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
* | | | | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
* | | | | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-121-0/+6
* | | | | net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-121-1/+3
* | | | | atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
| |_|/ / |/| | |
* | | | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-6/+28
* | | | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-091-0/+6
* | | | tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet2023-12-081-2/+20
* | | | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-081-5/+1
* | | | neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2023-12-081-1/+8
* | | | vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella2023-12-071-2/+1