summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-06net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg
2023-12-06tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko
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-06wifi: cfg80211: make RX assoc data constJohannes Berg
2023-12-06wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-12-05packet: add a generic drop reason for receiveYan Zhai
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li
2023-12-05net-device: reorganize net_device fast path variablesCoco Li
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni
2023-12-05xsk: Skip polling event check for unbound socketYewon Choi
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-12-05net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela
2023-12-05net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela
2023-12-05net/sched: act_api: avoid non-contiguous action arrayPedro Tammela
2023-12-05net/sched: act_api: use tcf_act_for_each_actionPedro Tammela
2023-12-05docs: bridge: Add kAPI/uAPI fieldsHangbin Liu
2023-12-04netdev-genl: Add PID for the NAPI threadAmritha Nambiar
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar
2023-12-04netdev-genl: Add netlink framework functions for queueAmritha Nambiar
2023-12-04net: Add queue and napi associationAmritha Nambiar
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2023-12-01tcp: tcp_gro_dev_warn() cleanupEric Dumazet
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-30net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-30SUNRPC: Replace strlcpy() with strscpy()Kees Cook