summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-05brcmfmac: dont use ZERO flag for usb INHante Meuleman1-1/+0
2012-09-05brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel1-4/+4
2012-09-05ath9k: Fix a crash in 2 WIRE btcoex chipsetsMohammed Shafi Shajakhan1-1/+2
2012-09-05ath9k_hw: enable PA linearizationFelix Fietkau1-3/+0
2012-09-05ath9k: fix PA linearization calibration related crashFelix Fietkau4-8/+7
2012-09-05ath9k_hw: disable PA linearization for AR9462Felix Fietkau1-1/+2
2012-09-05ath9k_hw: calibrate PA input for PA predistortionFelix Fietkau3-1/+111
2012-09-05ath9k_hw: clear the AM2PM predistortion mask on AR933xFelix Fietkau1-1/+5
2012-09-05ath9k_hw: do not enable the MIB interrupt in the interrupt mask registerFelix Fietkau1-3/+0
2012-09-05rt2x00: fix voltage setting for RT3572/RT3592Marc Kleine-Budde1-0/+1
2012-09-05mwifiex: fix skb length issue when send a command to firmwareStone Piao1-1/+14
2012-09-04ixgbe: remove old init remnantEliezer Tamir1-5/+0
2012-09-04igb: Supported and Advertised Pause FrameAkeem G. Abodunrin1-3/+18
2012-09-04igb: reduce Rx header sizeEric Dumazet1-2/+2
2012-09-04igb: Add loopback test support for i210Carolyn Wyborny1-35/+16
2012-09-04i825xx: fix paging fault on znet_probe()Wu Fengguang1-4/+9
2012-09-04ieee802154: MRF24J40 driverAlan Ott3-0/+779
2012-09-04usbnet: drop unneeded check for NULLOliver Neukum1-2/+1
2012-09-03can: mcp251x: avoid repeated frame bugBenoît Locher1-1/+10
2012-09-03net: sierra_net: rx_urb_size is constantBjørn Mork1-13/+4
2012-09-03net: sierra_net: make private symbols staticBjørn Mork1-3/+3
2012-09-03net: cx82310_eth: use common match macroBjørn Mork1-10/+1
2012-09-03net: usbnet: fix softirq storm on suspendBjørn Mork1-4/+12
2012-09-01net: qmi_wwan: add several new Gobi devicesBjørn Mork1-0/+3
2012-09-01fddi: 64 bit bug in smt_add_para()Dan Carpenter1-1/+1
2012-08-31r8169: add D-Link DGE-560T identifiers.Francois Romieu1-0/+2
2012-08-31bonding: add some slack to arp monitoring time limitsJiri Bohac1-11/+20
2012-08-31net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu1-1/+3
2012-08-31net: qmi_wwan: new device: Foxconn/Novatel E396Aleksander Morgado1-0/+1
2012-08-31usbnet: fix deadlock in resumeOliver Neukum1-1/+1
2012-08-31net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla1-32/+8
2012-08-31net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2-6/+3
2012-08-31net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla1-1/+2
2012-08-31net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla1-0/+3
2012-08-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-41/+164
2012-08-31cs89x0 : packet reception not workingJaccon Bastiaansen1-5/+5
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-101/+140
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck4-28/+58
2012-08-30ixgbevf: Add suspend and resume support to the VFAlexander Duyck1-4/+89
2012-08-30e1000e: update driver version numberBruce Allan1-1/+1
2012-08-30e1000e: cleanup - remove unnecessary variableBruce Allan1-3/+2
2012-08-30e1000e: cleanup - remove inapplicable commentBruce Allan1-1/+1
2012-08-30e1000e: cleanup strict checkpatch checkBruce Allan1-1/+2
2012-08-30e1000e: cleanup strict checkpatch MEMORY_BARRIER checksBruce Allan1-1/+9
2012-08-30e1000e: use correct type for read of 32-bit registerBruce Allan1-2/+2
2012-08-30bnx2x: Correct the ndo_poll_controller callMerav Sicron1-3/+5
2012-08-30bnx2x: Move netif_napi_add to the open callMerav Sicron5-13/+10
2012-08-30net/fsl_pq_mdio: add support for the Fman 1G MDIO controllerTimur Tabi1-0/+9
2012-08-30net/fsl-pq-mdio: coalesce multiple memory allocations into oneTimur Tabi1-28/+14
2012-08-30net/fsl_pq_mdio: streamline probing of MDIO nodesTimur Tabi1-152/+221