summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2-2/+2
2023-03-07Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni1-1/+1
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+9
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-1/+1
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2-0/+9
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-4/+14
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2023-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-2/+9
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2-0/+8
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-1053/+182
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-14/+14
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal1-2/+1
2023-02-21net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima1-2/+1
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-0/+1
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal1-0/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing3-8/+0
2023-02-13net: ipv4: Remove completion function scaffoldingHerbert Xu2-12/+12
2023-02-13net: ipv4: Add scaffolding to change completion function signatureHerbert Xu2-14/+14
2023-02-11Daniel Borkmann says:Jakub Kicinski4-25/+25
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+1
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang2-3/+1
2023-02-04raw: use net_hash_mix() in hash functionEric Dumazet1-6/+7
2023-02-04ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2023-02-03tcp: add TCP_MINTTL drop reasonEric Dumazet1-0/+1
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-02-02net: add support for ipv4 big tcpXin Long3-5/+6
2023-02-02cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long1-1/+1
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet4-25/+25
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge2-3/+8
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki4-4/+43
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet1-1/+2
2023-01-25bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki1-2/+2
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski4-41/+81
2023-01-24net: fou: rename the source for linkingJakub Kicinski2-0/+1
2023-01-24ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2023-01-24ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet1-0/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+22
2023-01-20tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-3/+4
2023-01-18netfilter: ip_tables: remove clusterip targetFlorian Westphal3-944/+0
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-9/+75
2023-01-05inet: control sockets should not use current thread task_fragEric Dumazet1-0/+1