summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-043-4/+5
|\
| * netfilter: delete repeated wordsRandy Dunlap2020-08-281-1/+1
| * net: Fix some commentsMiaohe Lin2020-08-271-1/+1
| * ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-261-1/+2
* | ip: expose inet sockopts through inet_diagWei Wang2020-09-031-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-018-52/+314
|\ \
| * | tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-242-2/+15
| * | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-243-16/+109
| * | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-243-17/+98
| * | bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-0/+36
| * | bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-242-5/+29
| * | tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-241-6/+16
| * | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+2
| * | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-242-0/+4
| * | tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-242-11/+14
| * | net: sk_msg: Simplify sk_psock initializationLorenz Bauer2020-08-212-13/+9
* | | net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-4/+2
* | | net: clean up codestyleMiaohe Lin2020-08-314-9/+11
* | | net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin2020-08-311-1/+1
* | | ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel2020-08-261-0/+32
* | | ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel2020-08-261-1/+7
* | | ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel2020-08-261-1/+1
* | | ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel2020-08-261-1/+1
* | | ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel2020-08-261-4/+1
* | | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-253-20/+23
* | | net: Remove duplicated midx check against 0Miaohe Lin2020-08-251-3/+2
* | | net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin2020-08-251-2/+2
* | | net: Set ping saddr after we successfully get the ping portMiaohe Lin2020-08-251-16/+3
* | | net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
* | | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-241-2/+2
* | | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-241-2/+3
* | | net: ipv4: delete repeated wordsRandy Dunlap2020-08-245-6/+6
* | | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+1
| |/ |/|
* | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-136-76/+91
|\
| * Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-111-0/+1
| * net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-44/+53
| * tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-103-24/+31
| * net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-8/+6
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0542-887/+2405
|\
| * ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
| * tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-0/+244
| * ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-032-9/+17
| |\
| | * udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-311-1/+1
| | * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-4/+4