summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | rt2x00: Don't free register information on suspendIvo van Doorn2009-04-202-34/+2
* | | tg3: Fix SEEPROM accessesMatt Carlson2009-04-201-9/+17
|/ /
* | tun: Fix sk_sleep races when attaching/detachingHerbert Xu2009-04-201-9/+6
* | tun: Only free a netdev when all tun descriptors are closedHerbert Xu2009-04-201-13/+19
* | net: Fix GRO for multiple page fragmentsBen Hutchings2009-04-201-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-04-202-11/+29
|\ \
| * | Bluetooth: Add workaround for wrong HCI event in eSCO setupMarcel Holtmann2009-04-191-2/+10
| * | Bluetooth: Fallback from eSCO to SCO on unspecified errorMarcel Holtmann2009-04-191-9/+17
| * | Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg2009-04-191-0/+2
* | | net: fix "compatibility" typosMarcin Slusarz2009-04-202-4/+4
* | | tcp: fix mid-wq adjustment helperIlpo Järvinen2009-04-201-1/+1
* | | net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski2009-04-202-0/+13
* | | ax25: proc uid file misses headerAlan Cox2009-04-201-3/+9
* | | cxgb3: Fix EEH final recovery attemptDivy Le Ray2009-04-201-0/+7
* | | cxgb3: Fix potential msi-x vector leakDivy Le Ray2009-04-201-1/+6
* | | cxgb3: fix workqueue flush issuesDivy Le Ray2009-04-201-3/+5
* | | cxgb3: fix link fault handlingDivy Le Ray2009-04-202-30/+3
* | | vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2009-04-182-4/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-1825-78/+207
|\ \ \
| * | | ar9170usb: add ZyXEL NWD271NChristian Lamparter2009-04-171-0/+2
| * | | mac80211: validate TIM IE lengthJohannes Berg2009-04-171-0/+3
| * | | cfg80211: do not replace BSS structsJohannes Berg2009-04-172-10/+34
| * | | cfg80211: copy hold when replacing BSSJohannes Berg2009-04-171-0/+2
| * | | mac80211: avoid crashing when no scan sdataJohannes Berg2009-04-171-1/+2
| * | | ar9170: fix struct layout on armJohannes Berg2009-04-161-4/+4
| * | | orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin2009-04-161-5/+3
| * | | mac80211: Fragmentation threshold (typo)Gerrit Renker2009-04-161-1/+1
| * | | rt2x00: prevent double kfree when failing to register hardwareHerton Ronaldo Krzesinski2009-04-161-3/+1
| * | | fix iwl3945 registration regressionJohannes Berg2009-04-161-0/+2
| * | | mac80211: quiet beacon loss messagesMichael Buesch2009-04-161-6/+14
| * | | b43: Do radio lock assertion in softwareMichael Buesch2009-04-163-5/+20
| * | | rt2x00: Add rt73usb USB IDsIvo van Doorn2009-04-161-0/+2
| * | | p54usb: add Telsey 802.11g USB2.0 AdapterChristian Lamparter2009-04-161-0/+1
| * | | ar9170: add Cace Airpcap NX usb_idChristian Lamparter2009-04-161-0/+2
| * | | airo: queue SIOCSIWAUTH-requested auth mode change for next commitDan Williams2009-04-161-1/+1
| * | | at76c50x-usb: Add device ID for OQO model 01+Jamie Lentin2009-04-161-0/+2
| * | | libertas: don't leak skb on receive errorPhilip Rakity2009-04-161-0/+2
| * | | mac80211: correct wext transmit power handlerJohannes Berg2009-04-162-9/+34
| * | | ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin2009-04-161-1/+3
| * | | net/ps3: Fix wireless AP connect error handlingMasakazu Mokuno2009-04-161-0/+3
| * | | p54spi: fix locking warning in p54spi_op_txChristian Lamparter2009-04-161-12/+13
| * | | p54: replace MAC80211_LEDS with P54_LEDS in p54.hChristian Lamparter2009-04-161-6/+6
| * | | b43: Refresh RX poison on buffer recyclingMichael Buesch2009-04-161-10/+11
| * | | b43: Poison RX buffersMichael Buesch2009-04-161-4/+33
| * | | mac80211: Fix bug in getting rx status for frames pending in reorder bufferVasanthakumar Thiagarajan2009-04-161-4/+9
| * | | cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez2009-04-161-2/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-04-182-5/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso2009-04-171-1/+1
| * | netfilter: ctnetlink: report error if event message allocation failsPablo Neira Ayuso2009-04-171-4/+6
* | | gro: Fix use after free in tcp_gro_receiveHerbert Xu2009-04-171-2/+4