summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-18/+33
|\
| * tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
| * tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
| * tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
| * tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
| * tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
| * secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-4/+6
| * net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
* | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
* | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-8/+5
* | ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-28/+22
* | ipv4: remove unnecessary type castingsYu Zhe2022-04-308-10/+10
* | tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang2022-04-301-10/+5
* | tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* | Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski2022-04-291-6/+10
|\ \
| * | tcp: pass back data left in socket after receiveJens Axboe2022-04-291-6/+10
* | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-282-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-287-14/+35
|\ \ \ | | |/ | |/|
| * | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+7
| * | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-252-1/+12
| * | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-3/+3
| * | ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-5/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-04-251-0/+0
| |\ \
| | * | netfilter: flowtable: Remove the empty fileRongguang Wei2022-04-251-0/+0
| | |/
| * | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-3/+8
| * | tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-04-221-1/+1
| |/
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-262-25/+1
* | arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng2022-04-251-5/+2
* | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-223-10/+8
* | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-223-9/+9
|\|
| * net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-152-6/+7
| * esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-3/+2
* | tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3
* | tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-7/+2
* | tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet2022-04-171-6/+9
* | tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet2022-04-171-9/+8
* | tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-1/+2
* | tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-3/+4
* | tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-7/+17
* | tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet2022-04-171-3/+7
* | tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet2022-04-171-1/+6
* | tcp: get rid of rst_seq_matchEric Dumazet2022-04-171-8/+5
* | tcp: consume incoming skb leading to a resetEric Dumazet2022-04-171-12/+16
* | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-3/+10
* | net: ipv4: add skb drop reasons to ip_error()Menglong Dong2022-04-131-1/+5
* | fou: Remove XRFM from NET_FOU KconfigCoco Li2022-04-122-2/+0