aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller2011-02-221-1/+1
* xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller2011-02-221-1/+1
* xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller2011-02-221-1/+1
* xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-091-1/+1
* xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-201-18/+27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | xfrm: Remove xfrm_state_genidHerbert Xu2010-04-011-4/+1
|/
* xfrm: SA lookups with markJamal Hadi Salim2010-02-221-0/+12
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-24/+34
* xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2010-02-191-2/+6
* xfrm: Revert false event eliding commits.David S. Miller2010-02-171-6/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-9/+3
|\
| * xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3
* | xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal2010-02-161-5/+5
* | xfrm: Flushing empty SAD generates false eventsjamal2010-02-151-2/+6
|/
* netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-231-3/+3
* xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-251-1/+1
* xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-081-13/+17
* xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-291-49/+8
* xfrm: wrong hash value for temporary SANicolas Dichtel2009-04-271-3/+3
* xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert2009-03-271-1/+1
* xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
* xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi2008-12-031-15/+11
* netns xfrm: per-netns sysctlsAlexey Dobriyan2008-11-251-12/+4
* netns xfrm: flush SA/SPDs on netns stopAlexey Dobriyan2008-11-251-0/+8
* netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-251-2/+2
* netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-251-5/+2
* netns xfrm: state walking in netnsAlexey Dobriyan2008-11-251-3/+3
* netns xfrm: finding states in netnsAlexey Dobriyan2008-11-251-35/+38
* netns xfrm: fixup xfrm_alloc_spi()Alexey Dobriyan2008-11-251-2/+2
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-15/+19
* netns xfrm: state flush in netnsAlexey Dobriyan2008-11-251-9/+9
* netns xfrm: trivial netns propagationsAlexey Dobriyan2008-11-251-25/+34
* netns xfrm: propagate netns into bydst/bysrc/byspi hash functionsAlexey Dobriyan2008-11-251-21/+23