summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
* nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
* icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1539-362/+711
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-155-11/+56
| |\
| | * ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+21
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-132-4/+21
| | |\
| | | * netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-142-4/+21
| | * | ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-131-4/+11
| | |/
| | * ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
| * | iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
| * | tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-132-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-1/+0
| |\ \
| | * | bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-021-1/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-062-15/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-055-9/+31
| |\ \ \
| * | | | tcp: account total lost packets properlyYuchung Cheng2020-10-031-0/+10
| * | | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-022-6/+6
| | |_|/ | |/| |
| * | | 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
| |\ \ \ \ \