summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian
2023-12-17mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-15net: sched: ife: fix potential use-after-freeEric Dumazet
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-14Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg
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-12wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg
2023-12-12wifi: mac80211: mesh: check element parsing succeededJohannes Berg
2023-12-12wifi: mac80211: check defragmentation succeededJohannes Berg
2023-12-12wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg
2023-12-12net: rfkill: gpio: set GPIO directionRouven Czerwinski
2023-12-12wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis
2023-12-12wifi: cfg80211: Add my certificateChen-Yu Tsai
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