aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipsec: Add missing list_del() in xfrm_state_gc_task().David S. Miller2008-09-091-0/+1
* ipsec: Use RCU-like construct for saved state within a walkHerbert Xu2008-09-091-13/+39
* ipsec: Restore larval states and socket policies in dumpHerbert Xu2008-09-091-0/+2
* ipsec: Fix deadlock in xfrm_state management.David S. Miller2008-09-021-9/+23
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-291-5/+8
|\
| * Audit: collect sessionid in netlink messagesEric Paris2008-04-281-5/+8
* | [XFRM] AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki2008-04-271-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-7/+47
|\
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-7/+47
* | [XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras2008-02-281-17/+36
|/
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* [XFRM]: Remove unused exports.Adrian Bunk2008-01-311-2/+0
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-8/+8
* [XFRM]: xfrm_state_clone() should be static, not exportedEric Dumazet2008-01-281-2/+1
* [XFRM]: Kill some bloatIlpo Järvinen2008-01-281-4/+4
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-16/+137
* [XFRM]: Assorted IPsec fixupsPaul Moore2008-01-281-31/+22
* [XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.Pavel Emelyanov2008-01-281-2/+4
* [XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-6/+3
* [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet2008-01-041-0/+2
* [XFRM]: Audit function arguments misorderedPaul Moore2007-12-201-2/+2
* [XFRM]: Display the audited SPI value in host byte order.Paul Moore2007-12-141-4/+6
* [XFRM]: Fix leak of expired xfrm_statesPatrick McHardy2007-11-271-1/+1
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-4/+14
* [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-171-9/+17
* [IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu2007-10-171-0/+170
* [IPSEC]: Move common code into xfrm_alloc_spiHerbert Xu2007-10-101-6/+20
* [IPSEC]: Remove gratuitous km wake-up events on ACQUIREHerbert Xu2007-10-101-2/+0
* [IPSEC]: Unexport xfrm_replay_notifyHerbert Xu2007-10-101-1/+0
* [IPSEC]: Move xfrm_state_check into xfrm_output.cHerbert Xu2007-10-101-23/+0
* [XFRM]: xfrm audit callsJoy Latten2007-10-101-12/+77
* [XFRM]: Clean up duplicate includes in net/xfrm/Jesper Juhl2007-08-131-2/+1
* [XFRM]: State selection update to use inner addresses.Joakim Koskela2007-07-311-2/+2
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [XFRM] Introduce standalone SAD lookupJamal Hadi Salim2007-07-101-0/+31
* [XFRM]: Fix MTU calculation for non-ESP SAsPatrick McHardy2007-06-181-1/+1
* xfrm: Add security check before flushing SAD/SPDJoy Latten2007-06-071-3/+43
* [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.David S. Miller2007-05-311-6/+9
* [XFRM] SAD info TLV aggregationxJamal Hadi Salim2007-05-041-1/+1
* [XFRM]: Export SAD info.Jamal Hadi Salim2007-04-261-0/+10
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-4/+4
* [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-251-28/+8
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-251-3/+3
* [IPSEC]: Reject packets within replay window but outside the bit maskHerbert Xu2007-04-051-1/+2
* [XFRM]: Fix missing protocol comparison of larval SAs.Joy Latten2007-03-121-2/+4
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-9/+9
* [XFRM]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto2007-02-081-0/+174