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-01-27net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2022-01-27net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal
2022-01-27netfilter: nft_byteorder: track register operationsPablo Neira Ayuso
2022-01-27netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter
2022-01-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2022-01-27netfilter: Remove flowtable relicsGeert Uytterhoeven
2022-01-26sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupXin Long
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22mptcp: Use struct_group() to avoid cross-field memset()Kees Cook
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells
2022-01-21mptcp: fix removing ids bitmap settingGeliang Tang
2022-01-21mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni
2022-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2022-01-21ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-21tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu
2022-01-16ipv4: update fib_info_cnt under spinlock protectionEric Dumazet
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-16netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal
2022-01-16net/smc: Remove unused function declarationWen Gu
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2022-01-15af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin