summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez
2021-10-15tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
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