summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
* ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet2024-08-061-4/+4
* udp: Remove duplicate included header file trace/events/udp.hThorsten Blum2024-07-091-1/+0
* udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki2024-06-291-2/+1
* udp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+2
|\
| * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-1/+2
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+3
|\|
| * udp: preserve the connected status if only UDP cmsgYick Xie2024-04-201-2/+3
* | udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2024-04-151-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-1/+1
|\|
| * udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-1/+1
* | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2024-03-291-1/+2
|/
* udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-111-2/+3
* ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet2024-03-081-2/+0
* ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet2024-03-081-1/+0
* ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet2024-03-081-8/+8
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-8/+8
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-121-2/+4
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-3/+3
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* udplite: fix various data-racesEric Dumazet2023-09-141-4/+5
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-2/+3
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-1/+1
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-141-3/+3
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-09-141-3/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-041-58/+38
|\
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-29/+5
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-25/+16
| * udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-4/+8
|\ \ | |/ |/|
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
| * net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-2/+6
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-081-1/+1
* udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-071-0/+2
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-091-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-141-3/+5
|\
| * udp6: fix potential access to stale informationEric Dumazet2023-04-131-3/+5
* | netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-0/+2