summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang1-10/+5
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet1-0/+1
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jens Axboe1-6/+10
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski1-6/+10
2022-04-29tcp: pass back data left in socket after receiveJens Axboe1-6/+10
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2-2/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-14/+35
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet2-25/+1
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-1/+7
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng1-5/+2
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+3
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-0/+0
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei1-0/+0
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault1-20/+17
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault3-10/+8
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault1-2/+2
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-9/+9
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet1-2/+3
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet1-7/+2
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet1-6/+9
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet1-9/+8
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet1-1/+2
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet1-3/+4
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet1-7/+17
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet1-3/+7
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet1-1/+6
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet1-8/+5
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet1-12/+16
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2-6/+7
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong1-3/+10
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong1-1/+5
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-3/+2
2022-04-12fou: Remove XRFM from NET_FOU KconfigCoco Li2-2/+0
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp8-44/+35
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-2/+2
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault3-7/+7
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-0/+4
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso1-0/+4
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong2-37/+52
2022-04-11net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong1-5/+13
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan1-0/+12
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet23-185/+190
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2-2/+4