Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / xfrm / xfrm_state.c
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-24 Kazunori MIYAZAWA[IPSEC]: Fix inter address family IPsec tunnel handling.
2008-02-29 Timo Teras[XFRM]: Speed up xfrm_policy and xfrm_state walking
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Adrian Bunk[XFRM]: Remove unused exports.
2008-02-01 Eric Dumazet[XFRM]: constify 'struct xfrm_type'
2008-01-28 Eric Dumazet[XFRM]: xfrm_state_clone() should be static, not exported
2008-01-28 Ilpo Järvinen[XFRM]: Kill some bloat
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Paul Moore[XFRM]: RFC4303 compliant auditing
2008-01-28 Paul Moore[XFRM]: Assorted IPsec fixups
2008-01-28 Pavel Emelyanov[XFRM]: Fix potential race vs xfrm_state(only)_find...
2008-01-28 Denis Cheng[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead...
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-04 Eric Dumazet[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE
2007-12-20 Paul Moore[XFRM]: Audit function arguments misordered
2007-12-14 Paul Moore[XFRM]: Display the audited SPI value in host byte...
2007-11-27 Patrick McHardy[XFRM]: Fix leak of expired xfrm_states
2007-10-18 Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18 Herbert Xu[IPSEC]: Store afinfo pointer in xfrm_mode
2007-10-18 Herbert Xu[IPSEC]: Move type and mode map into xfrm_state.c
2007-10-10 Herbert Xu[IPSEC]: Move common code into xfrm_alloc_spi
2007-10-10 Herbert Xu[IPSEC]: Remove gratuitous km wake-up events on ACQUIRE
2007-10-10 Herbert Xu[IPSEC]: Unexport xfrm_replay_notify
2007-10-10 Herbert Xu[IPSEC]: Move xfrm_state_check into xfrm_output.c
2007-10-10 Joy Latten[XFRM]: xfrm audit calls
2007-08-14 Jesper Juhl[XFRM]: Clean up duplicate includes in net/xfrm/
2007-07-31 Joakim Koskela[XFRM]: State selection update to use inner addresses.
2007-07-19 YOSHIFUJI Hideaki[NET] XFRM: Fix whitespace errors.
2007-07-11 Jamal Hadi Salim[XFRM] Introduce standalone SAD lookup
2007-06-19 Patrick McHardy[XFRM]: Fix MTU calculation for non-ESP SAs
2007-06-07 Joy Lattenxfrm: Add security check before flushing SAD/SPD
2007-05-31 David S. Miller[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
2007-05-04 Jamal Hadi Salim[XFRM] SAD info TLV aggregationx
2007-04-26 Jamal Hadi Salim[XFRM]: Export SAD info.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Patrick McHardy[XFRM]: Optimize MTU calculation
2007-04-26 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-05 Herbert Xu[IPSEC]: Reject packets within replay window but outsid...
2007-03-13 Joy Latten[XFRM]: Fix missing protocol comparison of larval SAs.
2007-02-11 YOSHIFUJI Hideaki[NET] XFRM: Fix whitespace errors.
2007-02-08 Shinta Sugimoto[XFRM]: Extension for dynamic update of endpoint addres...
2007-02-08 Miika Komu[IPSEC]: exporting xfrm_state_afinfo
2006-12-07 Joy Lattenaudit: disable ipsec auditing when CONFIG_AUDITSYSCALL=n
2006-12-07 Joy Lattenaudit: Add auditing to ipsec
2006-12-07 Jamal Hadi Salim[XFRM] Optimize SA dumping
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Al Viro[XFRM]: annotate ->new_mapping()
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-24 Patrick McHardy[XFRM]: Fix xfrm_state accounting
2006-10-16 David S. Miller[XFRM]: Fix xfrm_state_num going negative.
2006-10-04 Masahide NAKAMURA[XFRM] STATE: Use destination address for src hash.
2006-09-29 Masahide NAKAMURA[XFRM]: Do not add a state whose SPI is zero to the...
2006-09-29 Al Viro[XFRM]: xfrm_spi_hash() annotations
2006-09-29 Al Viro[XFRM]: xfrm_replay_advance() annotations
2006-09-29 Al Viro[XFRM]: xrfm_replay_check() annotations
2006-09-29 Al Viro[XFRM]: xfrm_state_lookup() annotations
2006-09-29 Al Viro[XFRM]: xfrm_alloc_spi() annotated
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Fix flusing with hash mask.
2006-09-22 David S. Miller[XFRM]: Extract common hashing code into xfrm_hash...
2006-09-22 David S. Miller[XFRM]: Hash xfrm_state objects by source address too.
2006-09-22 David S. Miller[XFRM]: Kill excessive refcounting of xfrm_state objects.
2006-09-22 David S. Miller[XFRM]: Purge dst references to deleted SAs passively.
2006-09-22 David S. Miller[XFRM]: Do not flush all bundles on SA insert.
2006-09-22 David S. Miller[XFRM]: Simplify xfrm_spi_hash
2006-09-22 David S. Miller[XFRM]: Put more keys into destination hash function.
2006-09-22 David S. Miller[XFRM]: Add generation count to xfrm_state and xfrm_dst.
2006-09-22 David S. Miller[XFRM]: Dynamic xfrm_state hash table sizing.
2006-09-22 David S. Miller[XFRM]: Convert xfrm_state hash linkage to hlists.
2006-09-22 David S. Miller[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledg...
2006-09-22 David S. Miller[XFRM]: Pull xfrm_state_bydst hash table knowledge...
2006-09-22 Masahide NAKAMURA[XFRM]: Add sorting interface for state and template.
2006-09-22 Masahide NAKAMURA[XFRM]: Introduce XFRM_MSG_REPORT.
2006-09-22 Noriaki TAKAMIYA[XFRM] STATE: Introduce care-of address.
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Common receive function for route optimiz...
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Search by address using source address...
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Add source address list.
2006-09-22 Masahide NAKAMURA[XFRM]: Introduce a helper to compare id protocol.
2006-09-22 Venkat Yekkirala[MLSXFRM]: Default labeling of socket specific IPSec...
2006-09-22 Venkat Yekkirala[MLSXFRM]: Flow based matching of xfrm policy and state
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-29 Adrian Bunk[XFRM]: unexport xfrm_state_mtu
2006-06-18 Herbert Xu[IPSEC] xfrm: Abstract out encapsulation modes
2006-06-18 Herbert Xu[IPSEC] xfrm: Undo afinfo lock proliferation
2006-04-30 Ingo Molnar[XFRM]: fix incorrect xfrm_state_afinfo_lock use
2006-04-14 Jamal Hadi Salim[XFRM]: Fix aevent timer.
2006-03-21 David S. Miller[XFRM]: Add some missing exports.
2006-03-21 David S. Miller[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
2006-03-21 David S. Miller[XFRM]: Make sure xfrm_replay_timer_handler() is declar...
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - policy expires
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - SA expires
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - acquire insert
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - core changes
2006-02-24 Herbert Xu[XFRM]: Eliminate refcounting confusion by creating...
2006-01-03 Trent Jaeger[LSM-IPSec]: Security association restriction.
2005-12-19 David S. Miller[IPSEC]: Perform SA switchover immediately.
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-26 Herbert Xu[IPSEC]: Kill obsolete get_mss function
2005-06-20 Herbert Xu[IPSEC]: Add xfrm_state_afinfo->init_flags
2005-06-20 Herbert Xu[IPSEC]: Add xfrm_init_state
next