summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-071-2/+2
|\
| * bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-03-281-2/+2
* | tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-071-0/+3
* | ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-041-4/+4
* | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-042-23/+23
* | icmp: guard against too small mtuEric Dumazet2023-03-311-0/+5
|/
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-211-2/+2
* ynl: broaden the license even moreJakub Kicinski2023-03-162-2/+2
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-161-0/+3
* tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima2023-03-151-1/+7
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-6/+6
* tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-091-1/+1
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-072-2/+2
* Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni2023-03-071-1/+1
|\
| * netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-061-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-062-0/+9
|\ \ | |/ |/|
| * bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-032-0/+9
* | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-273-4/+14
|\|
| * tcp: tcp_check_req() can be called from process contextEric Dumazet2023-02-271-2/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-222-2/+9
| |\
| | * netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-02-222-0/+8
| | * netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-02-221-2/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-5/+6
|\ \ \ | |/ / |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| * | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-3/+4
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2126-1053/+182
|\ \ \
| * | | net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima2023-02-201-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-0/+1
| |\ \ \
| | * | | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+1
| * | | | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-153-8/+0
| * | | | Daniel Borkmann says:Jakub Kicinski2023-02-104-25/+25
| |\ \ \ \
| | * | | | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-024-25/+25
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+1
| |\ \ \ \
| * | | | | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-031-6/+7
| * | | | | ipv4: raw: add drop reasonsEric Dumazet2023-02-031-3/+5
| * | | | | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-021-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: add support for ipv4 big tcpXin Long2023-02-013-5/+6
| * | | | | cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long2023-02-011-1/+1
| | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-1/+2
| |\ \ \ \
| | * | | | bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+2
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-272-0/+4
| |\ \ \ \
| * | | | | icmp: Add counters for rate limitsJamie Bainbridge2023-01-262-3/+8
| * | | | | inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-254-4/+43
| * | | | | net: fou: use policy and operation tables generated from the specJakub Kicinski2023-01-244-41/+81
| * | | | | net: fou: rename the source for linkingJakub Kicinski2023-01-242-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-204-7/+22
| |\ \ \ \ \
| * | | | | | netfilter: ip_tables: remove clusterip targetFlorian Westphal2023-01-183-944/+0
| * | | | | | inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-01-171-11/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-212-14/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |