summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-fixes'Jeff Garzik2006-01-284-11/+31
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-01-284-11/+31
| |\
| | * [PATCH] ieee80211: Fix A band min and max channel definitionsZhu Yi2006-01-271-2/+2
| | * [PATCH] ieee80211: Fix iwlist scan can only show about 20 APsZhu Yi2006-01-271-2/+10
| | * [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
| | * [PATCH] orinoco_cs: tweak Vcc debugging messagesValdis.Kletnieks@vt.edu2006-01-271-2/+2
* | | [PATCH] mv643xx_eth: Clean up platform_data configurationDale Farnsworth2006-01-274-73/+31
* | | [PATCH] mv643xx_eth: use MII library for ethtool functionsJames Chapman2006-01-272-141/+213
* | | [PATCH] mv643xx_eth: use MII library for PHY managementJames Chapman2006-01-272-23/+43
* | | [PATCH] mv643xx_eth: Make port queue enable/disable code consistentDale Farnsworth2006-01-271-54/+79
* | | [PATCH] mv643xx_eth: Rename mp->tx_ring_skbs to mp->tx_desc_countDale Farnsworth2006-01-272-29/+30
* | | [PATCH] mv643xx_eth: Merge unicast and multicast address filtering codeDale Farnsworth2006-01-272-79/+9
* | | [PATCH] mv643xx_eth: Remove needless mp->port_mac_addrDale Farnsworth2006-01-272-13/+8
* | | Merge branch 'upstream-fixes'Jeff Garzik2006-01-272-63/+49
|\ \ \ | |/ /
| * | [PATCH] mv643xx_eth: Fix for building as a moduleDale Farnsworth2006-01-271-2/+2
| * | [PATCH] mv643xx_eth: Whitespace cleanupDale Farnsworth2006-01-271-48/+46
| * | [PATCH] mv643xx_eth: Update dev->last_rx on packet receivePaolo Galtieri2006-01-271-0/+1
| * | [PATCH] mv643xx_eth: Fix spinlock recursion bugDale Farnsworth2006-01-271-13/+0
* | | [PATCH] BUG_ON() Conversion in net/tulip/winbond-840.cEric Sesterhenn / snakebyte2006-01-271-1/+1
* | | [PATCH] BUG_ON() Conversion in net/tulip/de2104x.cEric Sesterhenn / snakebyte2006-01-271-12/+6
* | | [PATCH] BUG_ON() Conversion in net/tulip/xircom_cb.cEric Sesterhenn / snakebyte2006-01-271-4/+2
* | | Merge branch 'upstream-fixes'Jeff Garzik2006-01-26346-4677/+13887
|\ \ \ | |/ /
| * | [PATCH] s2io: scatter-gather fixAnanda Raju2006-01-261-1/+1
| * | [PATCH] b44: fix laptop carrier detectStephen Hemminger2006-01-261-2/+3
| * | [PATCH] acenic: fix checking of read_eeprom_byte() return valuesEric Sesterhenn2006-01-261-0/+4
| * | [PATCH] bonding: fix ->get_settings error checkingEric Sesterhenn2006-01-261-1/+1
| |/
| * [SPARC64]: Use compat_sys_futimesat in 32-bit syscall table.David S. Miller2006-01-201-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-1912-85/+156
| |\
| | * [NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary.David S. Miller2006-01-191-1/+1
| | * Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-1911-84/+155
| | |\
| | | * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| | | * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-173-1/+40
| | | * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-172-1/+9
| | | * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-175-46/+47
| | | * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| | | * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10
| | | * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-172-3/+14
| | | * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-1917-422/+186
| |\ \ \
| | * | | [SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2006-01-1916-422/+184
| | * | | [SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.David S. Miller2006-01-181-0/+2
| | |/ /
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-01-1915-147/+196
| |\ \ \
| | * | | [IA64] eliminate softlockup warningJohn Hawkes2006-01-191-0/+1
| | * | | [IA64] sem2mutex: arch/ia64/kernel/perfmon.cJes Sorensen2006-01-191-5/+6
| | * | | [IA64] sem2mutex: arch/ia64/ia32/sys_ia32.cJes Sorensen2006-01-191-16/+12
| | * | | [IA64] Fix bug in ia64 specific down() functionZoltan Menyhart2006-01-171-4/+4
| | * | | [IA64] Zonelists for nodes without cpusJack Steiner2006-01-171-0/+4
| | * | | [IA64-SGI] sn_console.c minor cleanupJes Sorensen2006-01-171-71/+58
| | * | | [IA64-SGI] sn2 mutex conversionJes Sorensen2006-01-176-44/+43
| | * | | [IA64-SGI] pass segment# on SN_SAL_IOIF_SLOT_{DIS,EN}ABLE callsMike Habeck2006-01-171-4/+8
OpenPOWER on IntegriCloud