summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-234-36/+17
|\
| * bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-221-14/+5
| * tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell2020-09-111-11/+4
| * tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-112-10/+3
| * tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-113-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-235-11/+28
|\ \
| * | inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet2020-09-221-5/+15
| * | ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-161-5/+8
| * | lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long2020-09-151-0/+1
| * | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-142-0/+2
| * | ip: fix tos reflection in ack and reset packetsWei Wang2020-09-091-1/+2
* | | nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel2020-09-161-2/+2
* | | nexthop: Convert to blocking notification chainIdo Schimmel2020-09-161-6/+7
* | | tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh2020-09-151-11/+9
* | | tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2020-09-151-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-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-053-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-271-1/+2
* | | ip: expose inet sockopts through inet_diagWei Wang2020-09-041-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-222-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-271-0/+32
* | | ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel2020-08-271-1/+7
* | | ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel2020-08-271-1/+1
* | | ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel2020-08-271-1/+1
* | | ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel2020-08-271-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