aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-21mac80211: fix alignment calculation bugJohannes Berg
2009-04-21mac80211: do not print WARN if config interfaceReinette Chatre
2009-04-21iwl3945: use cancel_delayed_work_sync to cancel rfkill_pollReinette Chatre
2009-04-21iwlwifi: fix EEPROM validation mask to include OTP only devicesJay Sternberg
2009-04-21atmel: fix netdev ops conversionJohannes Berg
2009-04-21pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCMKen Kawasaki
2009-04-21mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() failsRoland Dreier
2009-04-21mlx4_en: Move to SW counters for total bytes and packetsYevgeny Petrilin
2009-04-21mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initializationYevgeny Petrilin
2009-04-21mlx4_en: Assign dummy event handler for TX queueYevgeny Petrilin
2009-04-21mlx4_en: Fix a race at restart taskYevgeny Petrilin
2009-04-21mlx4_en: Fix error handling while activating RX ringsYevgeny Petrilin
2009-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-04-20tg3: Fix SEEPROM accessesMatt Carlson
2009-04-20mac80211: fix basic rate bitmap calculationJohannes Berg
2009-04-20mac80211: fix beacon loss detection after scanKalle Valo
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen
2009-04-20ar9170usb: fix hang on resumeChristian Lamparter
2009-04-20MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG.Robert P. J. Day
2009-04-20mwl8k: fix module re-insertion bugJoerg Albert
2009-04-20p54: deactivate broken powersave functionChristian Lamparter
2009-04-20iwl3945-base.c: Add missing space to debug printJoe Perches
2009-04-20rt2x00: Don't free register information on suspendIvo van Doorn
2009-04-20netfilter: bridge: allow fragmentation of VLAN packets traversing a bridgehummerbliss@gmail.com
2009-04-20tun: Fix sk_sleep races when attaching/detachingHerbert Xu
2009-04-20tun: Only free a netdev when all tun descriptors are closedHerbert Xu
2009-04-20net: Fix GRO for multiple page fragmentsBen Hutchings
2009-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2009-04-20net: fix "compatibility" typosMarcin Slusarz
2009-04-20tcp: fix mid-wq adjustment helperIlpo Järvinen
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski
2009-04-20ax25: proc uid file misses headerAlan Cox
2009-04-20cxgb3: Fix EEH final recovery attemptDivy Le Ray
2009-04-20cxgb3: Fix potential msi-x vector leakDivy Le Ray
2009-04-20cxgb3: fix workqueue flush issuesDivy Le Ray
2009-04-20cxgb3: fix link fault handlingDivy Le Ray
2009-04-19Bluetooth: Add workaround for wrong HCI event in eSCO setupMarcel Holtmann
2009-04-19Bluetooth: Fallback from eSCO to SCO on unspecified errorMarcel Holtmann
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-04-17ar9170usb: add ZyXEL NWD271NChristian Lamparter
2009-04-17mac80211: validate TIM IE lengthJohannes Berg
2009-04-17cfg80211: do not replace BSS structsJohannes Berg
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg
2009-04-17netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso
2009-04-17netfilter: ctnetlink: report error if event message allocation failsPablo Neira Ayuso
2009-04-17gro: Fix use after free in tcp_gro_receiveHerbert Xu