summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp_offload.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-131-2/+2
* ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2019-08-131-5/+3
* ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2019-08-131-1/+9
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-11-111-1/+1
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-051-3/+5
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-051-0/+2
* gre: Call gso_make_checksumTom Herbert2014-06-041-0/+1
* net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-041-1/+3
* ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa2014-02-221-1/+1
* ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-11-051-1/+1
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-211-0/+1
* ipip: add GSO/TSO supportEric Dumazet2013-10-191-0/+1
* net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-08-311-55/+1
* ipv6: Add generic UDP Tunnel segmentationCong Wang2013-08-311-51/+108
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-8/+12
|\
| * udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-311-8/+12
* | MPLS: Add limited GSO supportSimon Horman2013-05-271-1/+2
|/
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-1/+7
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-1/+2
* ipv6: Fix build error with udp_offloadVlad Yasevich2012-11-151-0/+1
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-2/+4
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-151-5/+0
* ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-151-0/+122