summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+14
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet-2/+5
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+6
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-2/+9
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov-0/+8
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1053/+182
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-14/+14
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal-2/+1
2023-02-20net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima-2/+1
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-0/+1
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal-0/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing-8/+0
2023-02-13net: ipv4: Remove completion function scaffoldingHerbert Xu-12/+12
2023-02-13net: ipv4: Add scaffolding to change completion function signatureHerbert Xu-14/+14
2023-02-10Daniel Borkmann says:Jakub Kicinski-25/+25
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-2/+2
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+1
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang-3/+1
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet-6/+7
2023-02-03ipv4: raw: add drop reasonsEric Dumazet-3/+5
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet-0/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2023-02-01net: add support for ipv4 big tcpXin Long-5/+6
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long-1/+1
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-25/+25
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+2
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge-3/+8
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki-4/+43
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet-1/+2
2023-01-24bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki-2/+2
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski-41/+81
2023-01-24net: fou: rename the source for linkingJakub Kicinski-0/+1
2023-01-23ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet-0/+2
2023-01-23ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet-0/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+22
2023-01-20tcp: fix rate_app_limited to default to 1David Morley-0/+2
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni-1/+1
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing-6/+19
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz-3/+4
2023-01-18netfilter: ip_tables: remove clusterip targetFlorian Westphal-944/+0
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello-11/+1
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-9/+75
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet-0/+1
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni-0/+18
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima-9/+56
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld-1/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-228/+693