Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[sfrench/cifs-2.6.git] / net / xfrm /
2008-02-03 David S. MillerMerge branch 'fixes' of /linux/kernel/git/linville...
2008-02-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-02 Linus TorvaldsMerge branch 'for-linus' of git://linux-nfs.org/~bfield...
2008-02-02 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/pci-2.6
2008-02-02 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2008-02-01 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-02-01 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-02-01 Linus TorvaldsMerge branch 'audit.b46' of git://git./linux/kernel...
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-02-01 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2008-02-01 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-01 Masahide NAKAMURA[XFRM]: Fix statistics.
2008-02-01 Adrian Bunk[XFRM]: Remove unused exports.
2008-02-01 Eric Dumazet[XFRM]: constify 'struct xfrm_type'
2008-02-01 Herbert Xu[IPSEC]: Add support for combined mode algorithms
2008-02-01 Herbert Xu[IPSEC]: Allow async algorithms
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-31 Paul MackerrasMerge branch 'linux-2.6'
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6.25
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Ilpo Järvinen[XFRM] xfrm_policy: kill some bloat
2008-01-28 Sebastian Siewior[XFRM]: Remove ifdef crypto.
2008-01-28 Eric Dumazet[XFRM]: xfrm_state_clone() should be static, not exported
2008-01-28 WANG Cong[XFRM] xfrm_policy_destroy: Rename and relative fixes.
2008-01-28 Masahide NAKAMURA[XFRM] Statistics: Add outbound-dropping error.
2008-01-28 Ilpo Järvinen[XFRM]: Kill some bloat
2008-01-28 Herbert Xu[IPSEC]: Return EOVERFLOW when output sequence number...
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Herbert Xu[IPSEC]: Move all calls to xfrm_audit_state_icvfail...
2008-01-28 Herbert Xu[IPSEC]: Fix double free on skb on async output
2008-01-28 Masahide NAKAMURA[XFRM]: Fix outbound statistics.
2008-01-28 Paul Moore[XFRM]: Drop packets when replay counter would overflow
2008-01-28 Paul Moore[XFRM]: RFC4303 compliant auditing
2008-01-28 Paul Moore[XFRM]: Assorted IPsec fixups
2008-01-28 Masahide NAKAMURA[XFRM]: Add packet processing statistics option.
2008-01-28 Masahide NAKAMURA[XFRM]: Support to increment packet dropping statistics.
2008-01-28 Masahide NAKAMURA[XFRM]: Define packet dropping statistics.
2008-01-28 Masahide NAKAMURA[XFRM] IPv6: Fix dst/routing check at transformation.
2008-01-28 Herbert Xu[IPSEC]: Do xfrm_state_check_space before encapsulation
2008-01-28 Pavel Emelyanov[XFRM]: Fix potential race vs xfrm_state(only)_find...
2008-01-28 Herbert Xu[IPSEC]: Fix zero return value in xfrm_lookup on error
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 Herbert Xu[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_po...
2008-01-28 Herbert Xu[IPSEC]: Make xfrm_lookup flags argument a bit-field
2008-01-28 Herbert Xu[IPSEC]: Add xfrm_input_state helper
2008-01-28 Denis Cheng[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead...
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Herbert Xu[IPSEC]: Use the correct family for input state lookup
2008-01-28 Paul Moore[IPSEC]: SPD auditing fix to include the netmask/prefix...
2008-01-28 Joonwoo Park[IPSEC]: kmalloc + memset conversion to kzalloc
2008-01-28 David S. Miller[IPSEC]: Kill afinfo->nf_post_routing
2008-01-28 Herbert Xu[IPSEC]: Add async resume support on input
2008-01-28 Herbert Xu[IPSEC]: Remove nhoff from xfrm_input
2008-01-28 Herbert Xu[IPSEC]: Make x->lastused an unsigned long
2008-01-28 Herbert Xu[IPSEC]: Move state lock into x->type->input
2008-01-28 Herbert Xu[IPSEC]: Move integrity stat collection into xfrm_input
2008-01-28 Herbert Xu[IPSEC]: Store xfrm states in security path directly
2008-01-28 Herbert Xu[IPSEC]: Merge most of the input path
2008-01-28 Herbert Xu[IPSEC]: Add async resume support on output
2008-01-28 Herbert Xu[IPSEC]: Merge most of the output path
2008-01-28 Herbert Xu[IPSEC]: Separate inner/outer mode processing on input
2008-01-28 Herbert Xu[IPSEC]: Move x->outer_mode->output out of locked section
2008-01-28 Herbert Xu[IPSEC]: Merge common code into xfrm_bundle_create
2008-01-28 Herbert Xu[IPSEC]: Move flow construction into xfrm_dst_lookup
2008-01-28 Herbert Xu[IPSEC]: Use dst->header_len when resizing on output
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-27 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-01-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-24 Paul MackerrasMerge branch 'for-2.6.25' of /linux/kernel/git/galak...
2008-01-23 Paul MackerrasMerge branch 'linux-2.6'
2008-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-12 Len BrownPull bugzilla-9535 into release branch
2008-01-12 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
2008-01-11 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6.24
2008-01-11 Len BrownPull bugzilla-9683 into release branch
2008-01-11 Len BrownPull bugzilla-9627 into release branch
2008-01-11 Len BrownPull bugzilla-9535 into release branch
2008-01-11 Len BrownPull bugzilla-9494 into release branch
2008-01-11 Len BrownPull bugzilla-9194 into release branch
2008-01-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-01-09 Eric Dumazet[XFRM]: xfrm_algo_clone() allocates too much memory
2008-01-06 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2008-01-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-01-04 Eric Dumazet[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE
2008-01-03 Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2007-12-23 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
2007-12-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2007-12-21 Paul MackerrasMerge branch 'linux-2.6'
2007-12-20 Paul Moore[XFRM]: Audit function arguments misordered
2007-12-19 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-12-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-12-18 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2007-12-17 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
next