summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K2012-07-161-12/+0
* bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-07-101-3/+3
* IPoIB: fix skb truesize underestimatiomEric Dumazet2012-07-101-4/+8
* gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-091-4/+3
* drivers/net/ethernet/broadcom/cnic.c: remove invalid reference to list iterat...Julia Lawall2012-07-091-1/+2
* drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall2012-07-091-2/+2
* bonding: debugfs and network namespaces are incompatibleEric W. Biederman2012-07-091-1/+1
* bonding: Manage /proc/net/bonding/ entries from the netdev eventsEric W. Biederman2012-07-091-3/+6
* stmmac: Fix for higher mtu size handlingDeepak Sikri2012-07-091-1/+2
* stmmac: Fix for nfs hang on multiple rebootDeepak Sikri2012-07-091-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-094-11/+10
|\
| * iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach2012-07-091-2/+2
| * iwlegacy: always monitor for stuck queuesStanislaw Gruszka2012-07-091-8/+6
| * rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka2012-07-091-1/+1
| * mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK)Bing Zhao2012-07-091-0/+1
* | cnic: Don't use netdev->base_addrMichael Chan2012-07-091-2/+5
* | net: qmi_wwan: add ZTE MF60Bjørn Mork2012-07-091-0/+18
* | netdev/phy: Fixup lockdep warnings in mdio-mux.cDavid Daney2012-07-091-2/+8
* | ixgbe: DCB and SR-IOV can not co-exist and will cause hangsAlexander Duyck2012-07-091-0/+5
* | atl1c: fix issue of transmit queue 0 timed outCloud Ren2012-07-081-1/+0
* | net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet2012-07-082-3/+3
* | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-07-031-15/+13
|\ \
| * | clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13
* | | Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2012-07-031-1/+1
|\ \ \
| * | | md/raid10: fix careless build errorNeilBrown2012-07-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-0320-101/+108
|\ \ \ \
| * | | | e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15
| * | | | igbvf: fix divide by zeroMitch A Williams2012-06-301-11/+18
| * | | | davinci_cpdma: include linux/module.hDaniel Mack2012-06-281-0/+1
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-2814-23/+66
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2814-23/+66
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | mwifiex: fix memory leak associated with IE manamgementAvinash Patil2012-06-271-0/+1
| | | * | | ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes2012-06-271-2/+2
| | | * | | ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis2012-06-271-1/+1
| | | * | | rtlwifi: rtl8192cu: New USB IDsLarry Finger2012-06-271-0/+3
| | | * | | iwlwifi: fix activating inactive stationsJohannes Berg2012-06-251-0/+12
| | | * | | wlcore: drop INET dependencyRandy Dunlap2012-06-251-1/+0
| | | * | | ath9k: fix dynamic WEP related regressionFelix Fietkau2012-06-253-1/+7
| | | * | | mwifiex: improve error path handling in usb.cAmitkumar Karwar2012-06-221-5/+17
| | | * | | mwifiex: fix bugs in event handling codeAmitkumar Karwar2012-06-223-11/+10
| | | * | | mwifiex: fix WPS eapol handshake failureStone Piao2012-06-221-0/+1
| | | * | | mwifiex: fix 11n rx packet drop issueStone Piao2012-06-223-2/+12
| * | | | | gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-281-6/+4
| * | | | | net: qmi_wwan: fix Oops while disconnectingBjørn Mork2012-06-281-0/+4
* | | | | | floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds2012-07-031-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-037-87/+261
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linusJens Axboe2012-06-132-26/+51
| |\ \ \ \ \ \
| | * | | | | | drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg2012-06-121-23/+36
| | * | | | | | drbd: fix list corruption by failing but already aborted readsLars Ellenberg2012-06-121-1/+6
| | * | | | | | drbd: fix access of unallocated pages and kernel panicLars Ellenberg2012-06-121-2/+9