aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-20net: ipv4: add capability check for net administrationYang Yang
2021-07-20ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard
2021-07-20Merge branch 'veth-flexible-channel-numbers'David S. Miller
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-07ipmr: Fix indentation issueRoy, UjjaL
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi
2021-07-02udp: properly flush normal packet at GRO timePaolo Abeni
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29tcp_yeah: check struct yeah size at compile timeEric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-06-22net/ipv4: swap flow ports when validating sourceMiao Wang
2021-06-21udp: Fix a memory leak in udp_read_sock()Cong Wang
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller