aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-01xfrm: Simplify SA looking up when using wildcard sourceFan Du1-1/+1
2013-10-01xfrm: Force SA to be lookup again if SA in acquire stateFan Du1-1/+1
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2013-08-26xfrm: announce deleation of temporary SANicolas Dichtel1-1/+1
2013-08-16xfrm: Make xfrm_state timer monotonicFan Du1-1/+2
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa1-5/+2
2013-08-05xfrm: constify mark argument of xfrm_find_acq()Mathias Krause1-5/+7
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-26/+16
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明1-17/+17
2013-01-17xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang1-25/+18
2013-01-16xfrm: replace rwlock on xfrm_km_list with rcuCong Wang1-28/+30
2013-01-16xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang1-17/+16
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing1-3/+0
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-3/+3
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-5/+5
2012-08-31net/xfrm/xfrm_state.c: fix error return codeJulia Lawall1-1/+3
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-1/+1
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-4/+17
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-8/+4
2011-07-08XFRM: Fix memory leak in xfrm_state_updateTushar Gohad1-0/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-6/+6
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+6
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun1-1/+14
2011-03-13xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert1-0/+2
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-108/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller1-4/+8
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller1-2/+2
2011-02-23xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.David S. Miller1-3/+2
2011-02-23xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.David S. Miller1-2/+8
2011-02-23xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.David S. Miller1-5/+6
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-3/+3
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller1-1/+1
2010-12-09xfrm: Fix xfrm_state_migrate leakThomas Egerer1-1/+1
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-18/+27
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-01xfrm: Remove xfrm_state_genidHerbert Xu1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22xfrm: SA lookups with markJamal Hadi Salim1-0/+12
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-24/+34
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim1-2/+6