aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet1-11/+4
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet2-3/+2
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni2-1/+131
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni3-1/+61
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen3-5/+5
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen3-9/+25
2025-03-17tcp: AccECN support to tcp_add_backlogIlpo Järvinen1-1/+2
2025-03-17gro: prevent ACE field corruption & better AccECN handlingIlpo Järvinen1-2/+2
2025-03-17gso: AccECN supportIlpo Järvinen1-1/+5
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen5-13/+15
2025-03-17tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()Ilpo Järvinen1-9/+6
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen2-5/+5
2025-03-17tcp: create FLAG_TS_PROGRESSIlpo Järvinen1-9/+28
2025-03-17tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen1-24/+32
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet1-3/+3
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)1-4/+4
2025-03-07tcp: ulp: diag: always print the name if anyMatthieu Baerts (NGI0)1-11/+10
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)1-6/+6
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet1-8/+18
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet1-2/+2
2025-03-06tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet1-11/+26
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+13
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet2-3/+4
2025-03-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet1-17/+35
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet3-9/+9
2025-03-04tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet1-4/+2
2025-03-04tcp: use RCU in __inet{6}_check_established()Eric Dumazet1-3/+16
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel2-2/+2
2025-03-03tcp: tcp_set_window_clamp() cleanupEric Dumazet1-18/+18
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet3-4/+4
2025-03-03net: gro: convert four dev_net() callsEric Dumazet2-2/+2
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet2-9/+9
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet1-2/+8
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet3-5/+6
2025-03-03ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.Kuniyuki Iwashima1-5/+14
2025-03-03ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima2-24/+16
2025-03-03ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima1-6/+4
2025-03-03ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima1-5/+7
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-35/+26
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima1-44/+41
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima1-11/+6
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima1-16/+11
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima1-19/+9
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima2-13/+43
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima1-17/+24
2025-03-03ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima1-2/+2
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet2-17/+8