summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-191-3/+16
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-152-2/+2
| |\ \ \
| | * | | bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-151-1/+1
| | * | | bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-151-1/+1
* | | | | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-3/+3
* | | | | net: socket: remove register_gifconfArnd Bergmann2021-07-231-3/+1
* | | | | tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet2021-07-211-8/+30
* | | | | tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* | | | | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-20/+1
* | | | | net: ipv4: add capability check for net administrationYang Yang2021-07-201-3/+7
| |_|_|/ |/| | |
* | | | Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-203-4/+6
|\ \ \ \
| * | | | memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-201-1/+3
| * | | | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-202-3/+3
* | | | | net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2021-07-202-15/+3
|/ / / /
* | | / igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-07-171-0/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-1/+0
|\ \ \ | |/ / |/| |
| * | sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-151-1/+0
* | | net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-134-14/+6
| |/ |/|
* | mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-091-4/+15
* | net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-091-3/+15
* | tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad2021-07-091-0/+3
* | ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-081-0/+1
* | ipmr: Fix indentation issueRoy, UjjaL2021-07-071-1/+1
* | tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-061-1/+1
* | udp: properly flush normal packet at GRO timePaolo Abeni2021-07-021-2/+4
* | tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-021-2/+2
* | udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-011-3/+3
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3039-161/+593
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-296-8/+72
| |\
| | * net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-281-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-233-6/+67
| | |\
| | | * udp: Fix a memory leak in udp_read_sock()Cong Wang2021-06-211-0/+2
| | | * skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-212-6/+65
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-1/+1
| | |\ \
| | | * | xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-1/+1
| | * | | net/ipv4: swap flow ports when validating sourceMiao Wang2021-06-221-0/+2
| * | | | tcp_yeah: check struct yeah size at compile timeEric Dumazet2021-06-291-1/+1
| * | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-297-11/+11
| * | | | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-22/+41
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-285-7/+1
| |\ \ \ \
| | * | | | xfrm: remove description from xfrm_type structFlorian Westphal2021-06-095-5/+0
| | * | | | esp: drop unneeded assignment in esp4_gro_receive()Yang Li2021-05-141-2/+1
| * | | | | gre: let mac_header point to outer header only when necessaryGuillaume Nault2021-06-281-1/+6
| * | | | | ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+2
| * | | | | net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-14/+18
| * | | | | tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-233-2/+18
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-188-9/+43
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-175-21/+205
| |\ \ \ \ \
| | * | | | | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-153-11/+47
| | * | | | | tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima2021-06-151-6/+69