summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-311-0/+5
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-141-2/+10
|\
| * xfrm: Add a state resolution packet queueSteffen Klassert2013-02-061-0/+7
| * pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-011-2/+3
* | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-13/+12
* | xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-3/+10
|/
* xfrm: Remove unused definesSteffen Klassert2013-01-211-4/+0
* xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-0/+3
| |\
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-0/+2
| |\ \
| * | | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du2012-08-151-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-11/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-11/+12
* | | | xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-09-041-0/+3
| |_|/ |/| |
* | | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-201-0/+2
| |/ |/|
* | Fix unexpected SA hard expiration after changing dateFan Du2012-08-021-0/+4
|/
* net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh2012-07-181-0/+2
* xfrm_user: Propagate netlink error codes properly.David S. Miller2012-06-271-6/+4
* xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-6/+6
* xfrm: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+3
* xfrm: remove unneeded method typedef declaration in net/xfrm.h.Rami Rosen2012-02-251-5/+0
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* xfrm: optimize ipv4 selector matchingAlexey Dobriyan2011-11-221-0/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-0/+3
|\
| * xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-0/+3
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+3
* | Disable rp_filter for IPsec packetsMichael Smith2011-04-101-0/+9
|/
* xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-281-0/+22
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-211-0/+1
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+1
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-4/+20
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-2/+8
* xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+7
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-12/+12
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-0/+1
* xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller2011-02-271-1/+1
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-271-5/+5
* xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller2011-02-271-2/+2
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-271-4/+4
* xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller2011-02-231-2/+2
* xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller2011-02-231-12/+12
* xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller2011-02-231-3/+3
* xfrm: Const'ify policy arg to xp_net.David S. Miller2011-02-231-1/+1
* xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller2011-02-231-1/+1
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-231-4/+8