summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-12-11tcp: correctly handle increased zerocopy args struct sizeArjun Roy1-2/+2
2020-12-05net-zerocopy: Defer vm zap unless actually needed.Arjun Roy1-50/+97
2020-12-05net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45
2020-12-05net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36
2020-12-05net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8
2020-12-05net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2020-12-05net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26
2020-12-05net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39
2020-12-05net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-16/+68
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-11/+19
2020-12-04bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-1/+2
2020-12-04bpf: Adds support for setting window clampPrankur gupta1-9/+16
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2-9/+9
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-11-29ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+88
2020-11-25tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-4/+8
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias3-11/+74
2020-11-21tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck1-0/+5
2020-11-21tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck1-2/+3
2020-11-21mptcp: track window announced to peerFlorian Westphal1-4/+7
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+22
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-7/+11
2020-11-18ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-18inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend1-1/+2
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-52/+67
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel3-3/+3
2020-11-15inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-15tcp: uninline tcp_stream_memory_free()Eric Dumazet1-0/+14
2020-11-15IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+3
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+6
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+25
2020-11-13net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-12ipv4: Set nexthop flags in a more consistent wayIdo Schimmel1-5/+2
2020-11-12net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat1-6/+6
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-11net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+7
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-9/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2-4/+4
2020-11-10vti: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1