summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAge
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-06
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-29
* xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-17
* xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-16
* xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-16
* xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-15
| |\
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
| * | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du2012-08-15
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \ \ | |_|/ |/| |
| * | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-17
* | | net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-31
| |/ |/|
* | Fix unexpected SA hard expiration after changing dateFan Du2012-08-02
|/
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* XFRM: Fix memory leak in xfrm_state_updateTushar Gohad2011-07-08
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-28
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-21
* xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert2011-03-13
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-13
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-27
* xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller2011-02-23
* xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.David S. Miller2011-02-23
* xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.David S. Miller2011-02-23
* xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.David S. Miller2011-02-23
* xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.David S. Miller2011-02-23
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-23
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-23
* xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller2011-02-22
* xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller2011-02-22
* xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller2011-02-22
* xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-09
* xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | xfrm: Remove xfrm_state_genidHerbert Xu2010-04-01
|/
* xfrm: SA lookups with markJamal Hadi Salim2010-02-22
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-22
* xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2010-02-19
* xfrm: Revert false event eliding commits.David S. Miller2010-02-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-16
|\
| * xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-16
* | xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal2010-02-16
* | xfrm: Flushing empty SAD generates false eventsjamal2010-02-15
|/
* netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-23
* xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-25
* xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-08