aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 23-80/+234
2022-01-27net: bridge: vlan: fix memory leak in __allowed_ingressGravatar Tim Yi 1-3/+3
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERGravatar Menglong Dong 1-1/+1
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesGravatar Eric Dumazet 1-2/+9
2022-01-27ipv4: raw: lock the socket in raw_bind()Gravatar Eric Dumazet 1-1/+4
2022-01-27net: bridge: vlan: fix single net device option dumpingGravatar Nikolay Aleksandrov 1-1/+2
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Gravatar Guillaume Nault 1-7/+20
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedGravatar Maxim Mikityanskiy 1-0/+20
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 9-65/+34
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-2/+2
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupGravatar Xin Long 1-1/+2
2022-01-24net/smc: Transitional solution for clcsock race issueGravatar Wen Gu 1-12/+51
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsGravatar Jakub Kicinski 1-3/+12
2022-01-24net-procfs: show net devices bound packet typesGravatar Jianguo Wu 1-3/+32
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-2/+2
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 16-56/+56
2022-01-21mptcp: Use struct_group() to avoid cross-field memset()Gravatar Kees Cook 1-3/+3
2022-01-22rxrpc: Adjust retransmission backoffGravatar David Howells 2-6/+4
2022-01-20mptcp: fix removing ids bitmap settingGravatar Geliang Tang 1-1/+1
2022-01-20mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Gravatar Paolo Abeni 1-10/+27
2022-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar Jakub Kicinski 4-9/+19
2022-01-20ipv6: annotate accesses to fn->fn_sernumGravatar Eric Dumazet 2-11/+14
2022-01-20tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Gravatar Eric Dumazet 1-0/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-16/+17
2022-01-20ipv6_tunnel: Rate limit warning messagesGravatar Ido Schimmel 1-4/+4
2022-01-20net: sched: Clarify error message when qdisc kind is unknownGravatar Victor Nogueira 1-1/+1
2022-01-20net: fix information leakage in /proc/net/ptypeGravatar Congyu Liu 2-1/+4
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 31-132/+229
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysGravatar Eric Dumazet 1-14/+15
2022-01-19ipv4: avoid quadratic behavior in netns dismantleGravatar Eric Dumazet 1-19/+17
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Gravatar Krzysztof Kozlowski 1-0/+5
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-0/+6
2022-01-18netns: add schedule point in ops_exit_list()Gravatar Eric Dumazet 1-1/+3
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-3/+3
2022-01-17net: Flush deferred skb free on socket destroyGravatar Gal Pressman 1-0/+3
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGravatar Gal Pressman 1-0/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+3
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesGravatar Wen Gu 1-16/+1
2022-01-16ipv4: update fib_info_cnt under spinlock protectionGravatar Eric Dumazet 1-3/+8
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 2-106/+77
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 7-9/+42
2022-01-16netfilter: conntrack: don't increment invalid counter on NF_REPEATGravatar Florian Westphal 1-3/+5
2022-01-15net/smc: Remove unused function declarationGravatar Wen Gu 1-4/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-39/+13
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateGravatar Yury Norov 1-2/+2
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-1/+2
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocGravatar Michal Hocko 6-38/+11
2022-01-14af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressGravatar Eric Dumazet 2-5/+15