aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-11-10Merge tag 'v5.8.18' into v5.8/standard/baseBruce Ashfield
2020-11-02Merge tag 'v5.8.17' into v5.8/standard/baseBruce Ashfield
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-29ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-29nexthop: Fix performance regression in nexthop deletionIdo Schimmel
2020-10-29icmp: randomize the global rate limiterEric Dumazet
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern
2020-10-16Merge tag 'v5.8.15' into v5.8/standard/baseBruce Ashfield
2020-10-14tcp: fix receive window update in tcp_add_backlog()Eric Dumazet
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-09-29Merge tag 'v5.8.12' into v5.8/standard/baseBruce Ashfield
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern
2020-09-26ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-26ip: fix tos reflection in ack and reset packetsWei Wang
2020-09-14Merge tag 'v5.8.9' into v5.8/standard/baseBruce Ashfield
2020-09-12ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-09-01Merge tag 'v5.8.5' into v5.8/standard/baseBruce Ashfield
2020-08-27net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-19Merge tag 'v5.8.2' into v5.8/standard/baseBruce Ashfield
2020-08-19net: initialize fastreuse on inet_inherit_portTim Froidcoeur
2020-08-19net: refactor bind_bucket fastreuse into helperTim Froidcoeur
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron
2020-08-07Resolve jiffies wrapping about arpLi Wang
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-07-07ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld
2020-06-27net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-06-18net: Fix the arp error in some casesguodeqing