summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-29net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu
2021-09-28net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal
2021-09-27net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel
2021-09-23net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.cMianhan Liu
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin
2021-09-13Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng
2021-09-05ip_gre: validate csum_start only on pullWillem de Bruijn
2021-09-03net: remove the unnecessary check in cipso_v4_doi_free王贇
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito
2021-08-31fou: remove sparse errorsEric Dumazet
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng
2021-08-30ipv4: make exception cache less predictibleEric Dumazet
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-08-26tcp: enable mid stream window clampNeil Spring
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-08-25netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn