Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-23Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-22net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi
2022-07-22bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-22net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park
2022-07-22tls: rx: release the sock lock on locking timeoutJakub Kicinski
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt
2022-07-21netfilter: flowtable: prefer refcount_incFlorian Westphal
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo
2022-07-20tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-20ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-20tcp: support externally provided ubufsPavel Begunkov
2022-07-20ipv6/udp: support externally provided ubufsPavel Begunkov
2022-07-20ipv4/udp: support externally provided ubufsPavel Begunkov
2022-07-20net: introduce managed frags infrastructurePavel Begunkov
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-19net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean
2022-07-19net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean
2022-07-19net: devlink: remove unused locked functionsJiri Pirko
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko