summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-80/+111
|\
| * net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
| * {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-031-0/+22
| * {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du2014-01-031-2/+2
| * xfrm: checkpatch errors with foo * barWeilong Chen2014-01-021-4/+4
| * xfrm: checkpatch errors with spaceWeilong Chen2014-01-021-5/+5
| * xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-161-0/+24
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-20/+1
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-50/+54
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-231-3/+3
|\ \ | |/ |/|
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-3/+3
* | xfrm: Simplify SA looking up when using wildcard sourceFan Du2013-10-011-1/+1
* | xfrm: Force SA to be lookup again if SA in acquire stateFan Du2013-10-011-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-09-301-1/+1
|\ \ | |/ |/|
| * xfrm: announce deleation of temporary SANicolas Dichtel2013-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-5/+2
|\ \ | |/ |/|
| * xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-5/+2
* | xfrm: Make xfrm_state timer monotonicFan Du2013-08-161-1/+2
* | xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-5/+7
|/
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-26/+16
* xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-17/+17
* xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-171-25/+18
* xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-161-28/+30
* xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-161-17/+16
* xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-071-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-6/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+3
| |\
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-5/+5
| * | 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-3/+3
|\ \ \ | |_|/ |/| |
| * | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-3/+3
* | | net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-311-1/+3
| |/ |/|
* | Fix unexpected SA hard expiration after changing dateFan Du2012-08-021-4/+17
|/
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-8/+4
* XFRM: Fix memory leak in xfrm_state_updateTushar Gohad2011-07-081-0/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-6/+6
* xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-281-0/+6
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-211-1/+14
* xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert2011-03-131-0/+2
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-108/+3
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-271-4/+8
* xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller2011-02-231-2/+2
* xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.David S. Miller2011-02-231-3/+2
* xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.David S. Miller2011-02-231-2/+8
* xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.David S. Miller2011-02-231-1/+1
* xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.David S. Miller2011-02-231-5/+6
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-231-3/+3
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-231-2/+2