summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipcomp.c
AgeCommit message (Expand)AuthorLines
2005-03-31[IPSEC]: Make IPCOMP more resilient.Herbert Xu-18/+8
2005-02-08[IPSEC]: Stop using dst->xfrmHerbert Xu-3/+1
2005-01-25[XFRM]: Probe selected algorithm only.Herbert Xu-1/+1
2004-09-10[IPCOMP]: Use per-cpu buffers for compression/decompression.Herbert Xu-19/+177
2004-08-19[IPSEC]: Revert pskb change for x->type->outputHerbert Xu-11/+11
2004-08-15[IPSEC]: Move encap check back down to esp4.cHerbert Xu-0/+3
2004-08-02[IPSEC]: Remove unnecessary inet_ecn.h inclusionsHerbert Xu-1/+0
2004-07-09[IPSEC]: Move generic encap code into xfrm4_outputHerbert Xu-69/+7
2004-07-06[IPCOMP]: Exclude IPCOMP header from props.header_lenHerbert Xu-14/+6
2004-06-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller-1/+1
2004-06-22[NET] rename struct inet_protocol to net_protocolArnaldo Carvalho de Melo-1/+1
2004-06-19[XFRM] fix dependency issues for CONFIG_IPV6=m.Hideaki Yoshifuji-3/+7
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris-22/+23
2004-05-31[IPSEC]: Fix xfrm_tunnel leak.Herbert Xu-0/+1
2004-04-15[IPV6]: Limit network triggerable printks.Andi Kleen-2/+2
2004-01-13[IPCOMP]: Set x->km.state to XFRM_STATE_DEAD in ipcomp_tunnel_create().Krishna Kumar-0/+1
2003-10-29[IPSEC]: Missing NULL algorithm checks in AH and IPCOMP init.Herbert Xu-1/+6
2003-08-17[IPSEC]: Fix oops when destroying stillborn states.Herbert Xu-1/+3
2003-08-07[IPSEC]: Use xfrm_rcv for xfrm tunnel packets.Herbert Xu-0/+1
2003-08-03[IPSEC]: ipcomp.c does not neet net/esp.hGeert Uytterhoeven-1/+0
2003-07-27[IPSEC]: Use per-SA flag to control ECN propagation.Herbert Xu-0/+3
2003-07-22[IPSEC] correct 'discvovery' typoSean Neakums-1/+1
2003-05-26[NET]: IPSEC protocol module owner cleanup.Thomas Schlichter-3/+2
2003-05-22[NET]: Zap non-netdevice usage of SET_MODULE_OWNER.David S. Miller-1/+1
2003-05-17[IPSEC]: Fix ipv4 ipcomp threshold calculation.Mitsuru Kanda-1/+6
2003-05-16[IPV4]: Fix RFC number in ipcomp.cJames Morris-2/+2
2003-05-16[IPV6]: Add IPCOMP support.Mitsuru Kanda-24/+11
2003-05-11[IPSEC]: Implement proper IPIP tunnel handling for IPcomp.James Morris-0/+67
2003-05-07[IPSEC]: Fix ipcomp header handling in ipv4 IPCOMP.Mitsuru Kanda-0/+2
2003-05-03[IPSEC]: Consolidate some output code into xfrm_check_output.James Morris-7/+2
2003-04-30[IPSEC]: pmtu discovery support at local tunnel gateway.James Morris-0/+3
2003-04-12[IPSEC]: Fix handling of uncompressable packets in tunnel mode.James Morris-6/+11
2003-04-10[IPSEC]: Add initial IPCOMP support.James Morris-0/+366