summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2-13/+14
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2-0/+7
2021-08-01netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal1-2/+3
2021-08-01netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal1-17/+34
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-86/+324
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng1-4/+4
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann4-7/+8
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2-2/+10
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng1-1/+4
2021-07-27ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+15
2021-07-24bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau1-6/+231
2021-07-24tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau1-17/+18
2021-07-24tcp: seq_file: Add listening_get_first()Martin KaFai Lau1-20/+39
2021-07-24bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau1-20/+5
2021-07-24tcp: seq_file: Refactor net and family matchingMartin KaFai Lau1-38/+30
2021-07-24tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-13/+46
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann1-3/+3
2021-07-23net: socket: remove register_gifconfArnd Bergmann1-3/+1
2021-07-22tcp: disable TFO blackhole logic by defaultWei Wang2-2/+9
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet1-8/+30
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet1-1/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko1-6/+19
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-20/+1
2021-07-20net: ipv4: add capability check for net administrationYang Yang1-3/+7
2021-07-20ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard1-3/+1
2021-07-20Merge branch 'veth-flexible-channel-numbers'David S. Miller3-4/+6
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin1-1/+3
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin2-3/+3
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2-15/+3
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet1-3/+16
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang1-1/+0
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+2
2021-07-15bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki1-1/+1
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend1-1/+1
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng4-14/+6
2021-07-10mptcp: avoid processing packet if a subflow resetJianguo Wu1-4/+15
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu1-3/+15
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad1-0/+3
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-0/+1
2021-07-08ipmr: Fix indentation issueRoy, UjjaL1-1/+1
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi1-1/+1
2021-07-03udp: properly flush normal packet at GRO timePaolo Abeni1-2/+4
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-3/+3