Documentation: Remove unreferenced "blkmtd_*" parms
[deliverable/linux.git] / net /
2007-10-19  Jean DelvareSpelling fix: explicitly
2007-10-19  Marcin Garskimore UTF-8 conversions
2007-10-19  Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-19  Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-19  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-19  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-19  Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-19  Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-x86
2007-10-19  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-19  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-19  Pavel EmelyanovUse task_pid_nr() in ip_vs_sync.c
2007-10-19  Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19  Jiri Slabydefine global BIT macro
2007-10-19  Jiri Slabyget rid of input BIT* duplicate defines
2007-10-19  Jiri Slabyremove asm/bitops.h includes
2007-10-19  Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19  Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19  Herbert Xu[NET]: Fix possible dev_deactivate race condition
2007-10-19  Anton Arapov[INET]: Justification for local port range robustness.
2007-10-19  Patrick McHardy[PACKET]: Kill unused pg_vec_endpage() function
2007-10-19  David S. MillerMerge branch 'fixes-davem' of /linux/kernel/git/linvill...
2007-10-19  Randy Dunlap[NET]: QoS/Sched as menuconfig
2007-10-19  Olof Johansson[NET]: Fix bug in sk_filter race cures.
2007-10-19  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-18  Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-10-18  Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-hrt
2007-10-18  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-18  Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2007-10-18  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-18  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-18  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/sparc-2.6
2007-10-18  Eric W. Biedermansysctl: properly register the irda binary sysctl numbers
2007-10-18  Eric W. Biedermansysctl: remove broken netfilter binary sysctls
2007-10-18  Eric W. Biedermansysctl: ipv4 remove binary sysctl paths where they...
2007-10-18  Eric W. Biedermansysctl: remove broken sunrpc debug binary sysctls
2007-10-18  Eric W. Biedermansysctl: ipv6 route flushing (kill binary path)
2007-10-18  Eric W. Biedermansysctl: fix neighbour table sysctls.
2007-10-18  John W. Linville[PATCH] mac80211: make ieee802_11_parse_elems return...
2007-10-18  Pavel Emelyanov[IPV6]: Fix again the fl6_sock_lookup() fixed locking
2007-10-18  Jozsef Kadlecsik[NETFILTER]: nf_conntrack_tcp: fix connection reopening fix
2007-10-18  Pavel Emelyanov[IPV6]: Fix race in ipv6_flowlabel_opt() when inserting...
2007-10-18  Pavel Emelyanov[IPV6]: Lost locking in fl6_sock_lookup
2007-10-18  Pavel Emelyanov[IPV6]: Lost locking when inserting a flowlabel in...
2007-10-18  Li Zefan[NETFILTER]: xt_sctp: fix mistake to pass a pointer...
2007-10-18  Ilpo Järvinen[TCP]: Remove lost_retrans zero seqno special cases
2007-10-18  Jeff Garzik[NET]: fix carrier-on bug?
2007-10-18  David Howells[NET]: Fix uninitialised variable in ip_frag_reasm()
2007-10-18  Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18  Herbert Xu[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP
2007-10-18  Herbert Xu[IPSEC]: Use the top IPv4 route's peer instead of the...
2007-10-18  Herbert Xu[IPSEC]: Store afinfo pointer in xfrm_mode
2007-10-18  Herbert Xu[IPSEC]: Add missing BEET checks
2007-10-18  Herbert Xu[IPSEC]: Move type and mode map into xfrm_state.c
2007-10-18  Herbert Xu[IPSEC]: Fix length check in xfrm_parse_spi
2007-10-18  Herbert Xu[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spi
2007-10-18  Herbert Xu[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi
2007-10-18  Herbert Xu[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input
2007-10-18  Herbert Xu[IPSEC]: Fix pure tunnel modes involving IPv6
2007-10-18  Pavel Emelyanov[IPV6]: Cleanup snmp6_alloc_dev()
2007-10-18  Pavel Emelyanov[IPV6]: Fix return type for snmp6_free_dev()
2007-10-18  Pavel Emelyanov[NET]: Fix the race between sk_filter_(de|at)tach and...
2007-10-18  Pavel Emelyanov[NET]: Cleanup the error path in sk_attach_filter
2007-10-18  Pavel Emelyanov[NET]: Move the filter releasing into a separate call
2007-10-18  Pavel Emelyanov[NET]: Introduce the sk_detach_filter() call
2007-10-18  John W. Linville[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS...
2007-10-18  David S. MillerMerge branch 'fixes-davem' of /linux/kernel/git/linvill...
2007-10-18  Pavel Emelyanov[INET]: Consolidate frag queues freeing
2007-10-18  Pavel Emelyanov[INET]: Remove no longer needed ->equal callback
2007-10-18  Pavel Emelyanov[INET]: Consolidate xxx_find() in fragment management
2007-10-18  Pavel Emelyanov[INET]: Consolidate xxx_frag_create()
2007-10-18  Pavel Emelyanov[INET]: Consolidate xxx_frag_alloc()
2007-10-18  Pavel Emelyanov[INET]: Consolidate xxx_frag_intern
2007-10-18  Pavel Emelyanov[INET]: Omit double hash calculations in xxx_frag_intern
2007-10-18  Stephen Hemminger[BR2684]: get rid of broken header code.
2007-10-18  Ryan Reading[IRDA]: IrCOMM discovery indication simplification
2007-10-18  Ingo Molnar[DCCP]: fix link error with !CONFIG_SYSCTL
2007-10-18  Pavel Emelyanov[IPV6]: Fix memory leak in cleanup_ipv6_mibs()
2007-10-17  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-17  Eric Van Hensbergen9p: remove sysctl
2007-10-17  Eric Van Hensbergen9p: fix bad kconfig cross-dependency
2007-10-17  Latchesar Ionkov9p: attach-per-user
2007-10-17  Eric Van Hensbergen9p: Make transports dynamic
2007-10-17  Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-17  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-17  Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17  Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-17  Dave Hansenr/o bind mounts: filesystem helpers for custom 'struct...
2007-10-17  David HowellsKEYS: Make request_key() and co fundamentally asynchronous
2007-10-17  Rusty RussellRemove "unsafe" from module struct
2007-10-17  Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17  Paul MackerrasMerge branch 'for-2.6.24' of git://git.secretlab.ca...
2007-10-17  Paul MackerrasMerge branch 'fixes-2.6.24' of /linux/kernel/git/galak...
2007-10-17  Bill Moss[PATCH] mac80211: honor IW_SCAN_THIS_ESSID in siwscan...
2007-10-17  John W. Linville[PATCH] mac80211: store SSID in sta_bss_list
2007-10-17  John W. Linville[PATCH] mac80211: store channel info in sta_bss_list
next
This page took 0.059754 seconds and 8 git commands to generate.