aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman1-9/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-2/+2
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet1-7/+9
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman1-0/+4
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2023-08-08ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan1-4/+1
2023-07-12ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima1-2/+0
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-16/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+11
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima1-3/+0
2022-04-13net: ipv6: add skb drop reasons to TLV parseMenglong Dong1-12/+24
2022-04-13net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong1-8/+1
2022-04-13ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui1-4/+1
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-4/+4
2021-11-14ipv6: Remove duplicate statementsluo penghao1-1/+0
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-1/+1
2021-08-04ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet1-59/+46
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+61
2021-06-24ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-06-23ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn1-5/+0
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-1/+0
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-1/+1
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring1-2/+199
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-81/+30
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-34/+21
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert1-12/+55
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun1-2/+2
2017-07-31udp6: fix jumbogram receptionPaolo Abeni1-0/+1
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+3
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-1/+1
2017-04-25ipv6: fix source routingSabrina Dubroca1-0/+4
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun1-1/+0
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun1-28/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun1-4/+75
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-3/+3
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun1-0/+10
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun1-0/+175
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-0/+76
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies1-0/+27
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies1-0/+49
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-33/+33
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-1/+2
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal1-1/+1
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-9/+9
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick1-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-1/+1
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明1-1/+2
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-9/+1
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich1-44/+0
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich1-36/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-3/+35
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich1-0/+8
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-9/+9
2012-06-04net: Remove casts to same typeJoe Perches1-2/+2
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-27/+27
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-2/+2
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston1-0/+1
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack1-0/+16
2012-04-02net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack1-8/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-9/+9
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet1-5/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-6/+6
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet1-6/+4
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-01-13ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-20/+20
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-18/+24
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-28[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano1-1/+1
2008-01-28[IPV6]: make extended headers to return an error at initializationDaniel Lezcano1-25/+39
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu1-11/+2
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-27/+14
2007-10-15[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu1-18/+5
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki1-78/+0
2007-07-10[IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki1-31/+16
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-9/+10
2007-05-10[IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki1-4/+12
2007-04-27[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki1-0/+1
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-11/+10
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-10/+10
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-23/+33
2007-04-25[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.rawArnaldo Carvalho de Melo1-1/+1
2007-04-25[IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki1-0/+2
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-1/+1
2007-04-24IPv6: fix Routing Header Type 0 handling thinkoYOSHIFUJI Hideaki1-1/+1
2007-04-24[IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki1-6/+34
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-1/+1
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki1-19/+38
2006-09-22[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.Masahide NAKAMURA1-0/+7
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki1-1/+0
2006-09-22[IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA1-1/+83
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-10/+19
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+43
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-8/+61
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-08-31[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+2
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-2/+2
2006-04-18[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki1-0/+12
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-7/+12
2006-01-03[IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo1-0/+4
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki1-0/+19
2005-11-20[IPV6]: Fix memory management error during setting up new advapi sockopts.YOSHIFUJI Hideaki1-1/+2
2005-09-10[IPV6]: Bring Type 0 routing header in-line with rfc3542.Brian Haley1-2/+1
2005-09-08Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 David S. Miller1-3/+104
2005-09-08[IPV6]: Need to use pskb_trim_rcsum().Stephen Hemminger1-5/+4
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki1-3/+104
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+575