aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-17xfrm: Revert false event eliding commits.David S. Miller1-6/+2
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+3
2010-02-16xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal1-5/+5
2010-02-16xfrm: Fix xfrm_state_clone leakHerbert Xu1-9/+3
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal1-2/+6
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan1-3/+3
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi1-1/+1
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy1-13/+17
2009-06-29xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun1-49/+8
2009-04-27xfrm: wrong hash value for temporary SANicolas Dichtel1-3/+3
2009-03-27xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert1-1/+1
2009-03-13xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller1-32/+58
2008-12-03xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi1-15/+11
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan1-12/+4
2008-11-25netns xfrm: flush SA/SPDs on netns stopAlexey Dobriyan1-0/+8
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan1-5/+2
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan1-35/+38
2008-11-25netns xfrm: fixup xfrm_alloc_spi()Alexey Dobriyan1-2/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-15/+19
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan1-9/+9
2008-11-25netns xfrm: trivial netns propagationsAlexey Dobriyan1-25/+34
2008-11-25netns xfrm: propagate netns into bydst/bysrc/byspi hash functionsAlexey Dobriyan1-21/+23
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan1-9/+7
2008-11-25netns xfrm: per-netns state GC workAlexey Dobriyan1-5/+5
2008-11-25netns xfrm: per-netns state GC listAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: per-netns xfrm_hash_workAlexey Dobriyan1-18/+17
2008-11-25netns xfrm: per-netns xfrm_state countsAlexey Dobriyan1-7/+7
2008-11-25netns xfrm: per-netns xfrm_state_hmaskAlexey Dobriyan1-16/+15
2008-11-25netns xfrm: per-netns xfrm_state_byspi hashAlexey Dobriyan1-8/+13
2008-11-25netns xfrm: per-netns xfrm_state_bysrc hashAlexey Dobriyan1-9/+14