summaryrefslogtreecommitdiffstats
path: root/include/linux/udp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4 days1-1/+1
|\
| * printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal13 days1-1/+1
* | net: change maximum number of UDP segments to 128Yuri Benditovich2024-04-141-1/+1
* | udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-0/+28
|/
* udp: add local "peek offset enabled" flagPaolo Abeni2024-02-211-0/+10
* udplite: fix various data-racesEric Dumazet2023-09-141-4/+2
* udplite: remove UDPLITE_BITEric Dumazet2023-09-141-3/+2
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-5/+4
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-09-141-7/+9
* 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-5/+5
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-5/+5
* udp: introduce udp->udp_flagsEric Dumazet2023-09-141-7/+21
* udp: preserve const qualifier in udp_sk()Eric Dumazet2023-03-181-4/+1
* udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2022-11-161-0/+2
* net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-1/+2
* udp: track the forward memory release threshold in an hot cachelinePaolo Abeni2022-10-241-0/+3
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+1
* udp: remove inner_udp_hdr()Jakub Kicinski2022-01-271-5/+0
* vxlan: allow L4 GRO passthroughPaolo Abeni2021-03-301-0/+6
* udp: never accept GSO_FRAGLIST packetsPaolo Abeni2021-03-301-3/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-081-0/+1
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-071-0/+6
* udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-071-0/+11
* udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-071-1/+2
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-071-1/+6
* net: Convert GRO SKB handling to list_head.David Miller2018-06-261-2/+2
* udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-0/+3
* udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-0/+3
* udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni2017-04-011-1/+1
* udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+3
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-0/+8
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-4/+4
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-1/+1
* ip: Move checksum convert defines to inetTom Herbert2015-01-051-15/+1
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-011-1/+15
* net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-231-1/+23
* udp: add encap_destroy callbackTom Parkin2013-03-201-0/+1
* net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-091-0/+5
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-21/+1
* udp: bind() optimisationEric Dumazet2009-11-101-0/+6
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-081-0/+1
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-081-0/+2
* udp: dynamically size hash tables at boot timeEric Dumazet2009-10-071-3/+3
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-161-1/+2
* udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-1/+1
* udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-0/+5
* [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-231-11/+7
* [UDP]: Revert udplite and code split.David S. Miller2008-03-061-10/+0