aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-02xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman1-1/+3
2017-06-22xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman1-1/+1
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+7
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-12/+3
2016-09-21vti6: fix input pathNicolas Dichtel1-5/+11
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev1-0/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+2
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-2/+2
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-1/+1
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+1
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-4/+5
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-03-25[XFRM] IPV6: Optimize xfrm6_input_addr().YOSHIFUJI Hideaki1-41/+14
2008-01-28[IPSEC]: Fix transport-mode async resume on intput without netfilterHerbert Xu1-7/+5
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-0/+1
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA1-0/+3
2008-01-28[XFRM] MIPv6: Fix to input RO state correctly.Masahide NAKAMURA1-25/+29
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-0/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+3
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-1/+3
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-105/+13
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-1/+6
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-2/+2
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-1/+1
2007-10-17[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spiHerbert Xu1-1/+0
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu1-5/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+2
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA1-4/+2
2007-04-25[IPV6] XFRM: Use ip6addr_any where applicable.YOSHIFUJI Hideaki1-3/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-3/+3
2007-04-25[IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki1-0/+4
2007-02-13[IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA1-1/+2
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2006-09-28[XFRM]: xrfm_replay_check() annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_parse_spi() annotationsAl Viro1-1/+1
2006-09-22[XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA1-0/+108
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-26/+3
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-4/+5
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu1-3/+2
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+13
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+150