summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-12-21tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-12-21tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-21udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-12-21ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-12-08ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4
2020-12-08tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck1-0/+5
2020-12-02ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-24bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend1-1/+2
2020-11-24bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-24tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-24inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+6
2020-11-18tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio1-2/+2
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+7
2020-11-18net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-18net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld3-5/+7
2020-11-18xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long1-2/+2
2020-11-10ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-10-29ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2-4/+21
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-29nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1
2020-10-29icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-03tcp: fix syn cookied MPTCP request socket leakPaolo Abeni1-1/+1
2020-10-03tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2-7/+26
2020-09-22inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-16ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-15lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2-0/+2
2020-09-09ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-08-28netfilter: delete repeated wordsRandy Dunlap1-1/+1
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-27ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+2
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov1-1/+4
2020-08-19net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King1-7/+7
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-76/+91
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller1-1/+0
2020-08-12ipv4: tunnel: fix compilation on ARCH=umJohannes Berg1-0/+1
2020-08-12net: initialize fastreuse on inet_inherit_portTim Froidcoeur1-0/+1
2020-08-12net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-44/+53
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron3-24/+31
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig1-8/+6
2020-08-08ip_vti: Fix unused variable warningYueHaibing1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1