summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-0/+33
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski62-11/+178
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi1-0/+2
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi1-0/+2
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi1-0/+15
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-23/+44
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski7-12/+58
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
2022-07-20net/sched: remove qdisc_root_lock() helperDavide Caratti1-19/+0
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo1-0/+20
2022-07-19net: devlink: remove unused locked functionsJiri Pirko1-20/+0
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko1-0/+1
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko1-0/+5
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko1-0/+12
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko1-0/+5
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko1-0/+17
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko1-0/+20
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+1
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski1-1/+0
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski1-0/+3
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu1-0/+1
2022-07-16tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-6/+2
2022-07-15tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2-3/+3
2022-07-15tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-1/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+16
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski1-0/+14
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan1-2/+2
2022-07-14netfilter: nf_nat: in nf_nat_initialized(), use const struct nf_conn *James Yonan1-1/+1
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-1/+1
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2-113/+381
2022-07-13Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-3/+5
2022-07-13net: devlink: move unlocked function prototypes alongside the locked onesJiri Pirko1-9/+7
2022-07-13raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy2-0/+22
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-4/+0
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh1-2/+0
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh1-1/+0
2022-07-12net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal1-10/+0
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal1-0/+15