aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long1-12/+11
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski4-4/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-23/+14
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning2-2/+5
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi4-34/+80
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi1-1/+1
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-21/+9
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+15
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-6/+0
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2-4/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-2/+12
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang1-1/+1
2021-09-29net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu1-1/+0
2021-09-28net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu1-1/+0
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal1-21/+9
2021-09-27net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu1-1/+0
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng3-8/+11
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-7/+9
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+16
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet4-48/+0
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+2
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-5/+14
2021-09-23net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.cMianhan Liu1-2/+0
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.cMianhan Liu1-9/+0
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.cMianhan Liu1-3/+0
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal1-1/+1
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel1-0/+2
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong1-1/+1
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet4-7/+10
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin1-1/+1
2021-09-13Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng4-10/+7
2021-09-05ip_gre: validate csum_start only on pullWillem de Bruijn1-3/+6
2021-09-03net: remove the unnecessary check in cipso_v4_doi_free王贇1-10/+8
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito1-0/+2
2021-08-31fou: remove sparse errorsEric Dumazet2-6/+6
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-7/+42
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng1-1/+3
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-3/+1
2021-08-26tcp: enable mid stream window clampNeil Spring1-0/+1