summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-18SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim
2023-12-13net: prevent mss overflow in skb_segment()Eric Dumazet
2023-12-13vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2023-12-13Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski
2023-12-13tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro
2023-12-12net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-09io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-08tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend
2023-12-07net: tls, update curr on splice as wellJohn Fastabend
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-06tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-06netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter
2023-12-06netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso
2023-12-06netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso
2023-12-06netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal
2023-12-06netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal
2023-12-06netfilter: bpf: fix bad registration on nf_defragD. Wythe
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov
2023-12-06net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni
2023-12-05xsk: Skip polling event check for unbound socketYewon Choi
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski
2023-11-27wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg
2023-11-27wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg
2023-11-27wifi: cfg80211: add locked debugfs wrappersJohannes Berg
2023-11-24wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear
2023-11-24wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg
2023-11-24wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg