| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: White-space cleansing : Line Layouts | Ian Morris | 2014-08-25 | 1 | -7/+7 |
* | xfrm: make local error reporting more robust | Hannes Frederic Sowa | 2013-08-14 | 1 | -0/+1 |
* | ipv6: use IS_ENABLED() | Amerigo Wang | 2012-11-01 | 1 | -2/+2 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -2/+2 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | xfrm: Assign the inner mode output function to the dst entry | Steffen Klassert | 2011-05-11 | 1 | -0/+1 |
* | net: Use flowi4 and flowi6 in xfrm layer. | David S. Miller | 2011-03-13 | 1 | -6/+8 |
* | net: Break struct flowi out into AF specific instances. | David S. Miller | 2011-03-13 | 1 | -2/+2 |
* | net: Make flowi ports AF dependent. | David S. Miller | 2011-03-13 | 1 | -2/+2 |
* | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2011-03-13 | 1 | -2/+2 |
* | xfrm: Const'ify tmpl and address arguments to ->init_temprop() | David S. Miller | 2011-02-24 | 1 | -2/+2 |
* | xfrm: Mark flowi arg to ->init_tempsel() const. | David S. Miller | 2011-02-23 | 1 | -1/+1 |
* | xfrm: Allow different selector family in temporary state | Thomas Egerer | 2010-09-20 | 1 | -14/+19 |
* | ipv6: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 2009-02-22 | 1 | -1/+1 |
* | xfrm: remove useless forward declarations | Alexey Dobriyan | 2008-11-25 | 1 | -2/+0 |
* | xfrm: Have af-specific init_tempsel() initialize family field of temporary se... | Andreas Steffen | 2008-11-04 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-28 | 1 | -0/+2 |
|\ |
|
| * | [IPSEC]: Fix BEET output | Herbert Xu | 2008-03-27 | 1 | -0/+2 |
* | | [XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -97/+74 |
|/ |
|
* | [IPV6]: Make xfrm6_init to return an error code. | Daniel Lezcano | 2008-01-28 | 1 | -2/+2 |
* | [IPSEC]: Kill afinfo->nf_post_routing | David S. Miller | 2008-01-28 | 1 | -1/+0 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [IPSEC]: Remove nhoff from xfrm_input | Herbert Xu | 2008-01-28 | 1 | -2/+0 |
* | [IPSEC]: Merge most of the input path | Herbert Xu | 2008-01-28 | 1 | -0/+1 |
* | [IPSEC]: Merge most of the output path | Herbert Xu | 2008-01-28 | 1 | -0/+2 |
* | [IPSEC]: Separate inner/outer mode processing on input | Herbert Xu | 2008-01-28 | 1 | -1/+4 |
* | [IPSEC]: Separate inner/outer mode processing on output | Herbert Xu | 2008-01-28 | 1 | -0/+18 |
* | [IPSEC]: Store afinfo pointer in xfrm_mode | Herbert Xu | 2007-10-18 | 1 | -0/+1 |
* | [IPSEC]: Add missing BEET checks | Herbert Xu | 2007-10-18 | 1 | -2/+4 |
* | [IPV6] MIP6: Loadable module support for MIPv6. | Masahide NAKAMURA | 2007-07-11 | 1 | -2/+2 |
* | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -1/+1 |
* | [IPSEC]: exporting xfrm_state_afinfo | Miika Komu | 2007-02-08 | 1 | -0/+1 |
* | [XFRM]: ports in struct xfrm_selector annotated | Al Viro | 2006-09-29 | 1 | -2/+2 |
* | [XFRM]: Fix wildcard as tunnel source | Patrick McHardy | 2006-09-23 | 1 | -16/+0 |
* | [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo. | David S. Miller | 2006-09-23 | 1 | -40/+0 |
* | [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo. | David S. Miller | 2006-09-23 | 1 | -56/+0 |
* | [XFRM] IPV6: Support Mobile IPv6 extension headers sorting. | Masahide NAKAMURA | 2006-09-23 | 1 | -2/+26 |
* | [XFRM] IPV6: Add sort functions to combine templates/states for IPsec. | Masahide NAKAMURA | 2006-09-23 | 1 | -0/+97 |
* | [XFRM] STATE: Search by address using source address list. | Masahide NAKAMURA | 2006-09-23 | 1 | -0/+21 |
* | [XFRM] STATE: Add source address list. | Masahide NAKAMURA | 2006-09-23 | 1 | -0/+3 |
* | [XFRM]: Add XFRM_MODE_xxx for future use. | Masahide NAKAMURA | 2006-09-23 | 1 | -1/+1 |
* | [IPSEC] xfrm: Undo afinfo lock proliferation | Herbert Xu | 2006-06-18 | 1 | -1/+0 |
* | [XFRM]: IPsec tunnel wildcard address support | Patrick McHardy | 2006-01-13 | 1 | -0/+17 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+136 |