summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel2020-09-151-2/+2
* nexthop: Convert to blocking notification chainIdo Schimmel2020-09-151-6/+7
* tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh2020-09-141-11/+9
* tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2020-09-141-2/+2
* tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-142-17/+7
* mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni2020-09-141-1/+1
* tcp: reflect tos value received in SYN to the socketWei Wang2020-09-102-1/+18
* ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-102-3/+5
* tcp: record received TOS value in the request socketWei Wang2020-09-102-3/+4
* ipmr: Use full VIF ID in netlink cache reportsPaul Davey2020-09-101-1/+1
* ipmr: Add high byte of VIF ID to igmpmsgPaul Davey2020-09-101-2/+6
* ipmr: Add route table ID to netlink cache reportsPaul Davey2020-09-101-1/+3
* cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai2020-09-081-1/+1
* 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