summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-181-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-281-6/+4Star
* 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-261-5/+0Star
* 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-111-0/+3
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+3
* | Disable rp_filter for IPsec packetsMichael Smith2011-04-111-0/+9
|/
* xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-291-0/+22
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-221-0/+1
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-141-0/+1
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-141-4/+20
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-141-2/+8
* xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2011-03-141-0/+7
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-131-12/+12
* net: Make flowi ports AF dependent.David S. Miller2011-03-131-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-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-281-1/+1
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-281-5/+5
* xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller2011-02-281-2/+2
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-281-4/+4
* xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller2011-02-241-2/+2
* xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller2011-02-241-12/+12
* xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller2011-02-241-3/+3
* xfrm: Const'ify policy arg to xp_net.David S. Miller2011-02-241-1/+1
* xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller2011-02-241-1/+1
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-241-4/+8
* xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller2011-02-241-1/+1
* xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller2011-02-241-1/+2
* xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-241-2/+2
* xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller2011-02-241-1/+1
* xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller2011-02-241-2/+4
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-241-4/+4
* xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller2011-02-231-2/+4
* xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller2011-02-231-1/+2