aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2-1/+6
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-07net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski7-19/+40
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+2
2023-12-06net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg1-9/+4
2023-12-06tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-06bpf: Add helpers for trampoline image managementSong Liu1-4/+3
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko3-18/+18
2023-12-06netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter1-4/+12
2023-12-06netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso1-2/+3
2023-12-06netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso1-4/+9
2023-12-06netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2-4/+8
2023-12-06netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal1-0/+3
2023-12-06netfilter: bpf: fix bad registration on nf_defragD. Wythe1-5/+5
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov3-10/+8
2023-12-06net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov1-0/+9
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov1-0/+6
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov5-9/+9
2023-12-06wifi: cfg80211: make RX assoc data constJohannes Berg4-4/+4
2023-12-06wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg1-31/+67
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-12-05packet: add a generic drop reason for receiveYan Zhai1-13/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg6-4/+20
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li1-0/+93
2023-12-05net-device: reorganize net_device fast path variablesCoco Li1-0/+56
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni1-3/+19
2023-12-05xsk: Skip polling event check for unbound socketYewon Choi1-3/+2
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2-6/+6
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2-8/+4
2023-12-05net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela1-4/+2
2023-12-05net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela1-4/+2
2023-12-05net/sched: act_api: avoid non-contiguous action arrayPedro Tammela1-12/+21
2023-12-05net/sched: act_api: use tcf_act_for_each_actionPedro Tammela1-7/+5
2023-12-05docs: bridge: Add kAPI/uAPI fieldsHangbin Liu1-0/+2
2023-12-04netdev-genl: Add PID for the NAPI threadAmritha Nambiar1-0/+7
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar2-0/+5
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar3-4/+122
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar3-0/+36
2023-12-04netdev-genl: Add netlink framework functions for queueAmritha Nambiar1-3/+184
2023-12-04net: Add queue and napi associationAmritha Nambiar1-0/+37
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar3-0/+39
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2-1/+86
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-0/+45
2023-12-01tcp: tcp_gro_dev_warn() cleanupEric Dumazet1-18/+11