aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-12bnx2x: Fix compiler warningsJoren Van Onder1-1/+1
2012-08-12macvtap: rcu_dereference outside read-lock sectionDenis Efremov1-1/+2
2012-08-10ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-7/+9
2012-08-09bnx2x: Fix recovery flow cleanup during probeYuval Mintz1-17/+0
2012-08-09bnx2x: fix unload previous driver flow when flr-capableYuval Mintz1-27/+28
2012-08-09tun: 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-08net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-08-08lpc_eth: remove obsolete ifdefsstigge@antcom.de1-13/+0
2012-08-08cdc-phonet: Don't leak in usbpn_openJesper Juhl1-0/+1
2012-08-08pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwaskie/netDavid S. Miller2-5/+8
2012-08-08drivers: 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-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2-6/+2
2012-08-06ixp4xx_eth: fix ptp_ixp46x build failureArnaud Patard (Rtp)1-0/+1
2012-08-06drivers/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-03cris: fix eth_v10.c build errorRandy Dunlap1-1/+1
2012-08-03cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWANPeter Meiser1-0/+20
2012-08-03hyperv: Move wait completion msg code into rndis_filter_halt_device()Haiyang Zhang2-7/+11
2012-08-03net/mlx4_core: Remove port type restrictionsYevgeny Petrilin2-17/+0
2012-08-03net/mlx4_en: Fixing TX queue stop/wake flowYevgeny Petrilin2-11/+7
2012-08-03net/mlx4_en: loopbacked packets are dropped when SMAC=DMACAmir Vadai1-2/+2
2012-08-03emulex: benet: Add a missing CR in the end of messageMasanari Iida1-1/+1
2012-08-03ath9k: Add PID/VID support for AR1111Mohammed Shafi Shajakhan3-0/+3
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds1-0/+1
2012-08-02brcmsmac: use channel flags to restrict OFDMSeth Forshee2-5/+3
2012-08-02libertas: fix two memory leaksDaniel Drake2-0/+2
2012-08-02rt2x00 : fix rt3290 resuming failed.Woody Hung2-71/+68
2012-08-02libertas: don't reset card on error when it is being removedDaniel Drake1-1/+4
2012-08-02b43: fix logic in GPIO initRafał Miłecki1-8/+13
2012-08-02bnx2x: fix mem leak when command is unknownJesper Juhl1-0/+1
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings4-9/+46
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon1-0/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-7/+6
2012-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-13/+80
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman6-7/+6
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-66/+17