summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-301-4/+4
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-274-7/+8
* tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-272-2/+10
* tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-07-261-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-235-13/+46
|\
| * tcp: disable TFO blackhole logic by defaultWei Wang2021-07-212-2/+9
| * udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-211-6/+19
| * 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