summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-12-156-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
* | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
* | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-141-1/+2
* | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-141-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-131-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-091-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
* | net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-073-9/+8
* | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-072-1/+6
* | psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel2023-12-071-1/+2
* | bpf: sockmap, updating the sg structure should also update currJohn Fastabend2023-12-071-0/+19
* | net: tls, update curr on splice as wellJohn Fastabend2023-12-071-0/+2
* | Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-12-077-19/+40
|\ \
| * | netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter2023-12-061-4/+12
| * | netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso2023-12-061-2/+3
| * | netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso2023-12-061-4/+9
| * | netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2023-12-062-4/+8
| * | netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal2023-12-061-0/+3
| * | netfilter: bpf: fix bad registration on nf_defragD. Wythe2023-12-061-5/+5
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-071-3/+2
|\ \ \
| * | | xsk: Skip polling event check for unbound socketYewon Choi2023-12-051-3/+2
* | | | tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-071-1/+5
* | | | net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-063-10/+8
* | | | net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov2023-12-061-0/+9
* | | | net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov2023-12-061-0/+6
* | | | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-065-9/+9
* | | | ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-061-4/+7
* | | | tcp: fix mid stream window clamp.Paolo Abeni2023-12-061-3/+19
* | | | packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-042-9/+9
|/ / /
* | / ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-12-011-5/+1
| |/ |/|
* | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-309-101/+357
|\ \
| * | wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg2023-11-271-45/+105
| * | wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-272-33/+43
| * | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+160