summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: correctly handle increased zerocopy args struct sizeArjun Roy2020-12-101-2/+2
* net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2020-12-041-50/+97
* net-zerocopy: Set zerocopy hint when data is copiedArjun Roy2020-12-041-0/+45
* net-zerocopy: Introduce short-circuit small reads.Arjun Roy2020-12-041-0/+36
* net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy2020-12-041-0/+8
* net-zerocopy: Refactor frag-is-remappable test.Arjun Roy2020-12-041-8/+26
* net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy2020-12-041-9/+26
* net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy2020-12-041-30/+39
* net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2020-12-041-16/+68
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-043-11/+19
|\
| * bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-1/+2
| * bpf: Adds support for setting window clampPrankur gupta2020-12-031-9/+16
| * bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-3/+4
|\ \
| * | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* | | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-032-9/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-274-15/+88
|\| |
| * | 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
* | | mptcp: track window announced to peerFlorian Westphal2020-11-201-4/+7
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-195-10/+22
|\| |
| * | 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
* | | | tcp: factor out __tcp_close() helperPaolo Abeni2020-11-161-2/+7
* | | | tcp: factor out tcp_build_frag()Paolo Abeni2020-11-161-52/+67
* | | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-163-3/+3
* | | | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-141-1/+0
* | | | tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-141-0/+14
* | | | IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-141-0/+3
| |_|/ |/| |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-123-7/+25
|\| |
| * | 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
| |/
* | net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-11-121-5/+9
* | net: udp: remove redundant initialization in udp_gro_completeMenglong Dong2020-11-121-1/+1
* | ipv4: Set nexthop flags in a more consistent wayIdo Schimmel2020-11-111-5/+2
* | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat2020-11-111-6/+6
* | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-101-1/+1
* | net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong2020-11-101-2/+1
* | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-9/+0
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-092-4/+4
* | vti: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1