aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safeGravatar Paul Moore 1-81/+30
2018-04-17ipv6: Count interface receive statistics on the ingress netdevGravatar Stephen Suryaputra 1-34/+21
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptGravatar Mathieu Xhonneux 1-0/+9
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsGravatar Tom Herbert 1-12/+55
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGravatar Gustavo A. R. Silva 1-4/+1
2017-10-18ipv6: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueGravatar David Lebrun 1-2/+2
2017-07-31udp6: fix jumbogram receptionGravatar Paolo Abeni 1-0/+1
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-3/+3
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.Gravatar David S. Miller 1-1/+1
2017-04-25ipv6: fix source routingGravatar Sabrina Dubroca 1-0/+4
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHGravatar David Lebrun 1-1/+0
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationGravatar David Lebrun 1-28/+3
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2016-11-09ipv6: sr: add support for SRH injection through setsockoptGravatar David Lebrun 1-4/+75
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsGravatar David Lebrun 1-3/+3
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesGravatar David Lebrun 1-0/+10
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)Gravatar David Lebrun 1-0/+175
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-0/+76
2016-06-27calipso: Add validation of CALIPSO option.Gravatar Huw Davies 1-0/+27
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Gravatar Huw Davies 1-0/+49
2016-04-27ipv6: rename IP6_INC_STATS_BH()Gravatar Eric Dumazet 1-33/+33
2015-12-02ipv6: add complete rcu protection around np->optGravatar Eric Dumazet 1-1/+2
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmGravatar Florian Westphal 1-1/+1
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedGravatar Joe Perches 1-9/+9
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsGravatar Ian Morris 1-1/+1
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingGravatar Jiri Pirko 1-6/+0
2013-01-13ipv6: Store Router Alert option in IP6CB directly.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+2
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleGravatar Vlad Yasevich 1-9/+1
2012-11-15ipv6: Update ipv6 static library with newly needed functionsGravatar Vlad Yasevich 1-44/+0
2012-11-15ipv6: Move exthdr offload support into separate fileGravatar Vlad Yasevich 1-36/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Gravatar Vlad Yasevich 1-3/+35
2012-11-15ipv6: Add new offload registration infrastructure.Gravatar Vlad Yasevich 1-0/+8
2012-11-01ipv6: use IS_ENABLED()Gravatar Amerigo Wang 1-9/+9
2012-06-04net: Remove casts to same typeGravatar Joe Perches 1-2/+2
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkGravatar Eldad Zack 1-1/+14
2012-05-19ipv6: bool/const conversions phase2Gravatar Eric Dumazet 1-27/+27
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Gravatar Eldad Zack 1-2/+2
2012-05-01ipv6: Export ipv6 functions for use by other protocolsGravatar Chris Elston 1-0/+1
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingGravatar Eldad Zack 1-0/+16
2012-04-02net/ipv6/exthdrs.c: Checkpatch cleanupsGravatar Eldad Zack 1-8/+5
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-9/+9
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Gravatar Eric Dumazet 1-5/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-6/+6
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Gravatar Eric Dumazet 1-6/+4
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionGravatar Arnaud Ebalard 1-0/+24