aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller2006-09-225-0/+10
* [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-223-54/+197
* [XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller2006-09-222-44/+54
* [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller2006-09-224-197/+159
* [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller2006-09-224-135/+100
* [XFRM] IPV6: Support Mobile IPv6 extension headers sorting.Masahide NAKAMURA2006-09-221-2/+26
* [XFRM] IPV6: Add sort functions to combine templates/states for IPsec.Masahide NAKAMURA2006-09-221-0/+97
* [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-224-18/+142
* [XFRM]: Add sorting interface for state and template.Masahide NAKAMURA2006-09-223-2/+72
* [XFRM] POLICY: sub policy support.Masahide NAKAMURA2006-09-223-44/+260
* [XFRM] POLICY: Add Kconfig to support sub policy.Masahide NAKAMURA2006-09-221-0/+10
* [IPV6] MIP6: Ignore to report if mobility headers is rejected.Masahide NAKAMURA2006-09-221-0/+3
* [IPV6] MIP6: Report to user-space when home address option is rejected.Masahide NAKAMURA2006-09-221-0/+83
* [XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2006-09-224-0/+79
* [XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA2006-09-222-7/+49
* [IPV6] MIP6: Transformation support mobility header.Masahide NAKAMURA2006-09-222-0/+20
* [IPV6] MIP6: Add sending mobility header functions through raw socket.Masahide NAKAMURA2006-09-221-0/+17
* [IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA2006-09-223-1/+115
* [IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA2006-09-224-0/+34
* [XFRM] STATE: Add Mobile IPv6 route optimization protocols to netlink interface.Masahide NAKAMURA2006-09-221-0/+16
* [IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA2006-09-222-0/+170
* [IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA2006-09-224-0/+223
* [IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.Masahide NAKAMURA2006-09-222-5/+122
* [IPV6] MIP6: Revert address to send ICMPv6 error.Masahide NAKAMURA2006-09-221-0/+25
* [IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.David S. Miller2006-09-221-3/+3
* [IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA2006-09-222-1/+86
* [IPV6] MIP6: Add home address option definition.Noriaki TAKAMIYA2006-09-222-0/+11
* [IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2006-09-223-12/+21
* [IPV6]: Find option offset by type.Masahide NAKAMURA2006-09-222-0/+45
* [IPV6] MIP6: Add socket option and ancillary data interface of routing header...Masahide NAKAMURA2006-09-222-5/+16
* [IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA2006-09-222-8/+68
* [IPV6] MIP6: Add routing header type 2 definition.Noriaki TAKAMIYA2006-09-221-0/+13
* [IPV6]: Add Kconfig to enable Mobile IPv6.Masahide NAKAMURA2006-09-221-0/+9
* [XFRM]: Fix message about transformation user interface.Masahide NAKAMURA2006-09-222-4/+4
* [XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA2006-09-224-5/+28
* [XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2006-09-224-0/+9
* [XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2006-09-224-1/+37
* [XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA2006-09-225-3/+27
* [XFRM] STATE: Add a hook to obtain local/remote outbound address.Masahide NAKAMURA2006-09-222-2/+20
* [XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA2006-09-221-3/+3
* [XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA2006-09-225-0/+113
* [XFRM]: Restrict authentication algorithm only when inbound transformation pr...Masahide NAKAMURA2006-09-221-1/+2
* [XFRM] STATE: Introduce route optimization mode.Masahide NAKAMURA2006-09-223-0/+102
* [XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA2006-09-227-3/+16
* [XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2006-09-226-10/+119
* [XFRM] STATE: Add source address list.Masahide NAKAMURA2006-09-224-2/+51
* [XFRM]: Expand XFRM_MAX_DEPTH for route optimization.Masahide NAKAMURA2006-09-221-1/+1
* [XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA2006-09-222-2/+5
* [XFRM]: Introduce a helper to compare id protocol.Masahide NAKAMURA2006-09-222-3/+9
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-2221-39/+42