summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-04-30ipv4: remove unnecessary type castingsYu Zhe
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski
2022-04-29tcp: pass back data left in socket after receiveJens Axboe
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-12fou: Remove XRFM from NET_FOU KconfigCoco Li
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong
2022-04-11net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet