aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * PS3: gelic: fix memory leakMasakazu Mokuno2008-05-121-0/+2
| * mac80211: fix association with some APsHelmut Schaa2008-05-121-14/+50
| * iwlwifi: Fix frequency in rx_status fillEmmanuel Grumbach2008-05-122-2/+2
| * zd1211rw: fix potential use-after-free bugJohannes Berg2008-05-121-1/+5
| * Fix potential scheduling while atomic in mesh_path_add.Pavel Emelyanov2008-05-121-1/+2
| * Fix not checked kmalloc() result.Pavel Emelyanov2008-05-121-1/+7
| * Fix GFP_KERNEL allocation under read lock.Pavel Emelyanov2008-05-121-3/+3
| * mac80211: mesh hwmp: fix kfree(skb)Patrick McHardy2008-05-121-1/+1
| * mac80211: fix access to null skbLuis Carlos Cobo2008-05-121-3/+3
| * mac80211: fix incorrect mesh header lengthLuis Carlos Cobo2008-05-122-6/+6
| * mac80211: Don't encrypt beaconsIvo van Doorn2008-05-121-0/+1
| * rt2x00: Clean up error handling of PCI queue DMA allocation.Ivo van Doorn2008-05-121-2/+3
| * rt2x00: Fix broken recover-on-error pathIvo van Doorn2008-05-121-7/+4
| * rt2x00: Don't use pskb_expand_head()Ivo van Doorn2008-05-121-20/+11
| * iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selectedZhu Yi2008-05-121-1/+1
| * mac80211: fix debugfs default key oopsJohannes Berg2008-05-121-3/+12
| * wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is definedJohn W. Linville2008-05-122-6/+4
| * fix irq flags in mac80211 codeSteven Rostedt2008-05-121-2/+2
| * prism54: fix regression with missing carrier in AP-modeLuis R. Rodriguez2008-05-121-2/+9
* | pppol2tp: Remove null pointer dereference.Julia Lawall2008-05-121-3/+10
* | syncppp: Fix crashes.David S. Miller2008-05-128-18/+21
|/
* sctp: Add address type check while process paramaters of ASCONF chunkWei Yongjun2008-05-121-0/+13
* sctp: Do not enable peer IPv6 address support on PF_INET socketWei Yongjun2008-05-121-1/+2
* niu: Determine the # of ports from the card's VPD dataMatheos Worku2008-05-122-32/+30
* sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller2008-05-081-1/+1
* tipc: Increase buffer header to support worst-case deviceAllan Stephens2008-05-081-6/+5
* net: Added ASSERT_RTNL() to dev_open() and dev_close().Ben Hutchings2008-05-081-0/+4
* can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp2008-05-081-4/+12
* Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-05-0832-390/+1193
|\
| * e1000e: don't return half-read eeprom on errorKok, Auke2008-05-061-1/+5
| * ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund2008-05-061-1/+1
| * cxgb3: Use CAP_SYS_RAWIO for firmwareAlan Cox2008-05-061-2/+2
| * pcnet32: delete non NAPI code from driver.Don Fry2008-05-062-71/+4
| * fs_enet: Fix a memory leak in fs_enet_mdio_probeScott Wood2008-05-061-1/+2
| * [netdrvr] eexpress: IPv6 fails - multicast problemsBruce Robson2008-05-061-5/+6
| * 3c59x: use netstats in net_device structurePaulius Zaleckas2008-05-061-36/+35
| * 3c980-TX needs EXTRA_PREAMBLEGunnar Larisch2008-05-061-1/+1
| * Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_...Jeff Garzik2008-05-066-39/+148
| |\
| | * mv643xx_eth: inter-mv643xx SMI port sharingLennert Buytenhek2008-04-282-16/+24
| | * mv643xx_eth: shorten shared platform driver nameLennert Buytenhek2008-04-281-2/+2
| | * mv643xx_eth: configurable t_clkLennert Buytenhek2008-04-282-8/+10
| | * mv643xx_eth: mbus decode window supportLennert Buytenhek2008-04-282-0/+57
| | * mv643xx_eth: get rid of static variables, allow multiple instancesLennert Buytenhek2008-04-286-17/+59
| * | fix warning in drivers/net/appletalk/cops.cJeff Garzik2008-05-061-11/+5
| * | e1000e: Add support for BM PHYs on ICH9Bruce Allan2008-05-067-21/+748
| * | uli526x: fix endianness issues in the setup frameAnton Vorontsov2008-05-061-12/+18
| * | uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov2008-05-061-4/+4
| * | ucc_geth: Fix a bunch of sparse warningsAndy Fleming2008-05-064-160/+174
| * | phylib: Fix some sparse warningsAndy Fleming2008-05-062-1/+6
| * | gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming2008-05-063-6/+12