summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-011-21/+2
| |\ \ \ \
| | * | | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-21/+2
| * | | | | tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-3/+8
| * | | | | inet: remove icsk_ack.blockedEric Dumazet2020-09-304-11/+5
| * | | | | udp_tunnel: add the ability to share port tablesJakub Kicinski2020-09-281-10/+86
| * | | | | tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng2020-09-251-12/+2
| * | | | | tcp: simplify tcp_mark_skb_lostYuchung Cheng2020-09-251-37/+22
| * | | | | tcp: move tcp_mark_skb_lostYuchung Cheng2020-09-252-14/+14
| * | | | | tcp: consistently check retransmit hintYuchung Cheng2020-09-252-8/+3
| * | | | | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-241-2/+2
| |/ / / /
| * | | | 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-211-14/+5
| | * | | | tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell2020-09-101-11/+4
| | * | | | tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-102-10/+3
| | * | | | tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-103-2/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-11/+28
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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