summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds39-161/+593
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-8/+72
2021-06-29tcp_yeah: check struct yeah size at compile timeEric Dumazet1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring7-11/+11
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett1-2/+2
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds5-0/+5
2021-06-29ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler1-22/+41
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller5-7/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault1-1/+6
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault1-0/+2
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-1/+2
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-14/+18
2021-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+67
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima3-2/+18
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1