summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-16vmxnet3: Fix race between dev_open() and register_netdev()Steve Hodgson1-1/+1
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-18/+27
2012-08-15drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return codeJulia Lawall1-1/+3
2012-08-15drivers/net/ethernet/freescale/fs_enet: fix error return codeJulia Lawall2-3/+9
2012-08-15drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall1-1/+2
2012-08-15net: sierra_net: replace whitelist with ifnumber matchBjørn Mork1-40/+12
2012-08-15net: qmi_wwan: compress device_id list using macrosBjørn Mork1-21/+4
2012-08-15net: qmi_wwan: add Sierra Wireless devicesBjørn Mork1-0/+8
2012-08-15net: qmi_wwan: use fixed interface number matchingBjørn Mork1-187/+28
2012-08-15netpoll: check netpoll tx status on the right deviceAmerigo Wang1-1/+1
2012-08-15netconsole: do not release spin_lock when calling __netpoll_cleanupAmerigo Wang1-5/+0
2012-08-15netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-3/+1
2012-08-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2-10/+12
2012-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-18/+27
2012-08-13ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2-7/+4
2012-08-13ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi1-1/+1
2012-08-13bnx2x: Fix compiler warningsJoren Van Onder1-1/+1
2012-08-13macvtap: rcu_dereference outside read-lock sectionDenis Efremov1-1/+2
2012-08-11ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-10ath9k: stop btcoex on device suspendRajkumar Manoharan1-0/+1
2012-08-10wireless: at76c50x: signedness bug in at76_dfu_get_state()Dan Carpenter1-1/+1
2012-08-10rndis_wlan: Fix potential memory leak in update_pmkid()Alexey Khoroshilov1-2/+4
2012-08-10ath9k: fix interrupt storms on queued hardware resetFelix Fietkau3-7/+16
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-7/+9
2012-08-10bnx2x: Fix recovery flow cleanup during probeYuval Mintz1-17/+0
2012-08-10bnx2x: fix unload previous driver flow when flr-capableYuval Mintz1-27/+28
2012-08-10tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-08-09igb: Fix register defines for all non-82575 hardwareAlexander Duyck1-2/+6
2012-08-09e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+26
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+9
2012-08-09net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-08-09lpc_eth: remove obsolete ifdefsstigge@antcom.de1-13/+0
2012-08-09cdc-phonet: Don't leak in usbpn_openJesper Juhl1-0/+1
2012-08-09pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller2-5/+8
2012-08-09drivers: net: irda: bfin_sir: fix compile errorSonic Zhang1-4/+4
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-161/+205
2012-08-07igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann1-0/+3
2012-08-07e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave1-2/+4
2012-08-07e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-07net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2-6/+2
2012-08-07ixp4xx_eth: fix ptp_ixp46x build failureArnaud Patard (Rtp)1-0/+1
2012-08-07drivers/net/phy/mdio-mux-gpio.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall1-1/+0
2012-08-06iwlwifi: disable greenfield transmissions as a workaroundJohannes Berg1-5/+8
2012-08-06rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-08-04igb: don't break user visible strings over multiple lines in igb_ethtool.cJesper Juhl1-12/+11
2012-08-04igb: correct hardware type (i210/i211) check in igb_loopback_test()Jesper Juhl1-1/+1
2012-08-04igb: Fix for failure to init on some 82576 devices.Carolyn Wyborny1-8/+8
2012-08-04cris: fix eth_v10.c build errorRandy Dunlap1-1/+1
2012-08-04cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWANPeter Meiser1-0/+20