summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau
2021-07-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau
2021-07-23tcp: seq_file: Add listening_get_first()Martin KaFai Lau
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau
2021-07-23tcp: seq_file: Refactor net and family matchingMartin KaFai Lau
2021-07-23tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
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