summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-092-14/+14
|\
| * netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-082-14/+14
* | tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
* | tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
|/
* udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
* ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-041-1/+1
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-4/+8
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-233-11/+74
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
* tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-2/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-191-7/+11
|\
| * bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-181-1/+2
| * bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend2020-11-181-6/+9
* | ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-11-171-1/+1
* | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-171-1/+3
* | tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-171-1/+1
* | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+6
* | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-2/+15
* | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
* | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-101-2/+7
* | tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-041-2/+2
|\
| * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-313-5/+7
|\ \
| * | netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-303-5/+7
* | | ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-10-311-3/+0
|/ /
* | tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
* | tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
* | nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
* | icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1539-362/+711
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-155-11/+56
| |\ \
| | * | ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+21
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-132-4/+21
| | |\ \
| | | * | netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-142-4/+21
| | * | | ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-131-4/+11
| | |/ /
| | * / ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
| | |/
| * | iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
| * | tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-132-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-1/+0
| |\ \
| | * | bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-021-1/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-062-15/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-055-9/+31
| |\ \ \
| * | | | tcp: account total lost packets properlyYuchung Cheng2020-10-031-0/+10
| * | | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-022-6/+6
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-011-21/+2
| |\ \ \
| | * | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-21/+2