summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-07-08XFRM: Fix memory leak in xfrm_state_updateTushar Gohad
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun
2011-03-13xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller
2011-02-23xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.David S. Miller
2011-02-23xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.David S. Miller
2011-02-23xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.David S. Miller
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.David S. Miller
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller
2010-12-09xfrm: Fix xfrm_state_migrate leakThomas Egerer
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-01xfrm: Remove xfrm_state_genidHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22xfrm: SA lookups with markJamal Hadi Salim
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim
2010-02-17xfrm: Revert false event eliding commits.David S. Miller
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-16xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal
2010-02-16xfrm: Fix xfrm_state_clone leakHerbert Xu
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy
2009-06-29xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun
2009-04-27xfrm: wrong hash value for temporary SANicolas Dichtel
2009-03-27xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert
2009-03-13xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller
2008-12-03xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan
2008-11-25netns xfrm: flush SA/SPDs on netns stopAlexey Dobriyan
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan
2008-11-25netns xfrm: fixup xfrm_alloc_spi()Alexey Dobriyan
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan
2008-11-25netns xfrm: trivial netns propagationsAlexey Dobriyan