aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-08-308-19/+36
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [STRIP]: Fix neighbour table refcount leak.Stephen Hemminger2006-08-291-2/+4
| | * | | | | | | | [IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser2006-08-291-2/+2
| | * | | | | | | | [NETLINK]: Call panic if nl_table allocation failsAkinobu Mita2006-08-291-8/+6
| | * | | | | | | | [TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2006-08-292-3/+8
| | * | | | | | | | [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying2006-08-291-0/+4
| | * | | | | | | | [E100]: Add module option to ignore bad EEPROM checksums.David S. Miller2006-08-291-1/+5
| | * | | | | | | | [SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala2006-08-291-3/+7
| | |/ / / / / / /
| * | | | | | | | [XFS] Fix char size overflow in bmap_alloc call for unwritten extentAdrian Bunk2006-08-301-1/+1
| * | | | | | | | [XFS] Update the MAINTAINERS file entry for XFS.Nathan Scott2006-08-301-1/+2
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-08-2917-260/+576
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | [CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French2006-08-163-3/+8
| | * | | | | | [CIFS] endian errors in lanman protocol supportSteve French2006-08-153-3/+3
| | * | | | | | [CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French2006-08-153-7/+16
| | * | | | | | [CIFS] Fix oops when negotiating lanman and no password specifiedSteve French2006-08-111-1/+2
| | * | | | | | [CIFS]Jeremy Allison2006-08-117-296/+512
| | * | | | | | [CIFS] Allow cifsd to suspend if connection is lostSteve French2006-08-111-0/+1
| | * | | | | | [CIFS] Make midState usage more consistentSteve French2006-08-111-6/+6
| | * | | | | | [CIFS] spinlock protect read of last srv response time in timeout pathSteve French2006-08-111-23/+76
| | * | | | | | [CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French2006-08-118-18/+49
| | |/ / / / /
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-08-282-0/+17
| |\ \ \ \ \ \
| | * | | | | | [SERIAL] Support for Intashield 2 port PCI serial cardPeter Horton2006-08-272-0/+17
| * | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-08-2817-79/+205
| |\ \ \ \ \ \ \
| | * | | | | | | [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspac...Lennert Buytenhek2006-08-282-5/+11
| | * | | | | | | [ARM] Add Integrator support for glibc outb() and friendsRussell King2006-08-282-2/+3
| | * | | | | | | [ARM] Move prototype for register_isa_ports to asm/io.hRussell King2006-08-282-1/+7
| | * | | | | | | [ARM] Arrange for isa.c to use named initialisersRussell King2006-08-281-21/+42
| | * | | | | | | [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systemsDavid Brownell2006-08-271-1/+5
| | * | | | | | | [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such...Paul Sokolovsky2006-08-275-27/+82
| | * | | | | | | [ARM] 3758/1: Preserve signalling NaNs in conversionDaniel Jacobowitz2006-08-272-2/+2
| | * | | | | | | [ARM] 3749/3: Correct VFP single/double conversion emulationDaniel Jacobowitz2006-08-272-18/+43
| | * | | | | | | [ARM] 3748/3: Correct error check in vfp_raise_exceptionsDaniel Jacobowitz2006-08-272-2/+10
| | |/ / / / / /
* | | | | | | | Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2006-08-3110-792/+975
|\ \ \ \ \ \ \ \
| * | | | | | | | ixgb: Increment version to 1.0.112-k2Auke Kok2006-08-311-1/+1
| * | | | | | | | ixgb: remove skb->dev assignmentAuke Kok2006-08-311-7/+4
| * | | | | | | | ixgb: Add PCI Error recovery callbacksLinas Vepstas2006-08-311-1/+111
| * | | | | | | | ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg2006-08-311-0/+7
| * | | | | | | | ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg2006-08-311-1/+1
| * | | | | | | | ixgb: recalculate after how many descriptors to wake the queueAuke Kok2006-08-312-4/+1
| * | | | | | | | ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg2006-08-311-5/+1
| * | | | | | | | ixgb: convert dev->priv to netdev_priv(dev).Auke Kok2006-08-311-1/+1
| * | | | | | | | ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok2006-08-311-2/+2
| * | | | | | | | e100: increment version to 3.5.16-k2Auke Kok2006-08-311-1/+1
| * | | | | | | | e100: remove skb->dev assignmentAuke Kok2006-08-311-1/+0
| * | | | | | | | e100: fix error recoveryLinas Vepstas2006-08-311-0/+1
| * | | | | | | | e100: Convert e100 to use netdev_alloc_skb().Auke Kok2006-08-311-2/+2
| * | | | | | | | e1000: Increment driver version to 7.2.7-k2Auke Kok2006-08-311-1/+1
| * | | | | | | | e1000: clean up skb allocation codeChristoph Hellwig2006-08-311-11/+6
| * | | | | | | | e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg2006-08-314-0/+5
| * | | | | | | | e1000: unify WoL capability detection codeJesse Brandeburg2006-08-313-89/+127