aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet1-0/+2
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife1-17/+44
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife1-8/+12
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife1-8/+8
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-26/+55
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife1-5/+6
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni1-5/+26
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-4/+4
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-1/+12
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-9/+17
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski1-12/+1
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-1/+12
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet1-3/+3
2025-02-18ipv4: remove get_rttosWillem de Bruijn1-3/+3
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-32/+31
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+27
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+56
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-3/+194
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-21/+23
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-2/+2
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel1-1/+2
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki1-2/+1
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai1-5/+5
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-2/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cbRichard Gobert1-1/+2
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony1-2/+0
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-29udp: avoid calling sock_def_readable() if possibleEric Dumazet1-3/+11
2024-03-29udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet1-6/+1
2024-03-29udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet1-5/+6
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler1-1/+1
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-0/+7