aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-21pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCMKen Kawasaki4-1/+32
2009-04-21mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() failsRoland Dreier1-3/+2
2009-04-21mlx4_en: Move to SW counters for total bytes and packetsYevgeny Petrilin1-32/+13
2009-04-21mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initializationYevgeny Petrilin1-1/+1
2009-04-21mlx4_en: Assign dummy event handler for TX queueYevgeny Petrilin4-6/+8
2009-04-21mlx4_en: Fix a race at restart taskYevgeny Petrilin1-8/+11
2009-04-21mlx4_en: Fix error handling while activating RX ringsYevgeny Petrilin1-2/+4
2009-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller9-70/+107
2009-04-20tg3: Fix SEEPROM accessesMatt Carlson1-9/+17
2009-04-20mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-04-20mac80211: fix beacon loss detection after scanKalle Valo1-1/+9
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen1-2/+2
2009-04-20ar9170usb: fix hang on resumeChristian Lamparter1-20/+90
2009-04-20MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG.Robert P. J. Day1-7/+0
2009-04-20mwl8k: fix module re-insertion bugJoerg Albert1-2/+2
2009-04-20p54: deactivate broken powersave functionChristian Lamparter1-2/+0
2009-04-20iwl3945-base.c: Add missing space to debug printJoe Perches1-1/+1
2009-04-20rt2x00: Don't free register information on suspendIvo van Doorn2-34/+2
2009-04-20tun: Fix sk_sleep races when attaching/detachingHerbert Xu1-9/+6
2009-04-20tun: Only free a netdev when all tun descriptors are closedHerbert Xu1-13/+19
2009-04-20net: Fix GRO for multiple page fragmentsBen Hutchings1-2/+2
2009-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2-11/+29
2009-04-20net: fix "compatibility" typosMarcin Slusarz2-4/+4
2009-04-20tcp: fix mid-wq adjustment helperIlpo Järvinen1-1/+1
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski2-0/+13
2009-04-20ax25: proc uid file misses headerAlan Cox1-3/+9
2009-04-20cxgb3: Fix EEH final recovery attemptDivy Le Ray1-0/+7
2009-04-20cxgb3: Fix potential msi-x vector leakDivy Le Ray1-1/+6
2009-04-20cxgb3: fix workqueue flush issuesDivy Le Ray1-3/+5
2009-04-20cxgb3: fix link fault handlingDivy Le Ray2-30/+3
2009-04-19Bluetooth: Add workaround for wrong HCI event in eSCO setupMarcel Holtmann1-2/+10
2009-04-19Bluetooth: Fallback from eSCO to SCO on unspecified errorMarcel Holtmann1-9/+17
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg1-0/+2
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2-4/+8
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller25-78/+207
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-5/+7
2009-04-17ar9170usb: add ZyXEL NWD271NChristian Lamparter1-0/+2
2009-04-17mac80211: validate TIM IE lengthJohannes Berg1-0/+3
2009-04-17cfg80211: do not replace BSS structsJohannes Berg2-10/+34
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg1-0/+2
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg1-1/+2
2009-04-17netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso1-1/+1
2009-04-17netfilter: ctnetlink: report error if event message allocation failsPablo Neira Ayuso1-4/+6
2009-04-17gro: Fix use after free in tcp_gro_receiveHerbert Xu1-2/+4
2009-04-17pegasus: Handle disconnect error code correctly.Oliver Neukum1-0/+1
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp1-2/+2
2009-04-17macb: process the RX ring regardless of interrupt statusErik Waling1-18/+0
2009-04-17macb: Handle Retry Limit Exceeded errorsErik Waling1-4/+6
2009-04-17ixgbe: Fix the DCB PFC thresholds for 82599PJ Waskiewicz1-11/+17
2009-04-17ixgbe: Fix DCB traffic class mapping for 82599PJ Waskiewicz1-4/+48