summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-11-051-2/+126
|\
| * netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-2/+4
| * netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2020-10-311-0/+122
* | tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2020-11-051-0/+3
* | tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2020-11-032-6/+6
* | udp: support sctp over udp in skb_udp_tunnel_segmentXin Long2020-10-301-0/+3
* | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1
* | net: ipv4: Fix some kerneldoc warnings in TCP Low PriorityAndrew Lunn2020-10-301-0/+7
|/
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-242-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-201-1/+1
* icmp: randomize the global rate limiterEric Dumazet2020-10-171-2/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1639-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-151-2/+21
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-142-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-141-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-141-22/+1
| * | tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-142-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-131-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-091-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-065-9/+31
| |\ \ \
| * | | | tcp: account total lost packets properlyYuchung Cheng2020-10-041-0/+10
| * | | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-032-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-261-12/+2
| * | | | tcp: simplify tcp_mark_skb_lostYuchung Cheng2020-09-261-37/+22
| * | | | tcp: move tcp_mark_skb_lostYuchung Cheng2020-09-262-14/+14
| * | | | tcp: consistently check retransmit hintYuchung Cheng2020-09-262-8/+3
| * | | | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-251-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-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
| |\ \ \ \
| * | | | | 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