summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-03-31icmp: guard against too small mtuEric Dumazet
2023-03-28bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-15tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-09tcp: tcp_make_synack() can be called from process contextBreno Leitao
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-07Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-02-20net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-13net: ipv4: Remove completion function scaffoldingHerbert Xu
2023-02-13net: ipv4: Add scaffolding to change completion function signatureHerbert Xu
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet
2023-02-03ipv4: raw: add drop reasonsEric Dumazet
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01net: add support for ipv4 big tcpXin Long
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet
2023-01-24bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski