summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-12net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia ZiemiaƄska
2023-12-11net/sched: cls_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela
2023-12-11net/sched: act_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: act_api: don't open code max()Pedro Tammela
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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-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-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-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