summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | macvtap: rcu_dereference outside read-lock sectionDenis Efremov2012-08-121-1/+2
| * | | ixgbe: add missing bracesEmil Tantilov2012-08-101-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-102-7/+9
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: disable greenfield transmissions as a workaroundJohannes Berg2012-08-061-5/+8
| | * | rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka2012-08-061-2/+1
| * | | bnx2x: Fix recovery flow cleanup during probeYuval Mintz2012-08-091-17/+0
| * | | bnx2x: fix unload previous driver flow when flr-capableYuval Mintz2012-08-091-27/+28
| * | | tun: don't zeroize sock->file on detachStanislav Kinsbursky2012-08-091-1/+0
| * | | igb: Fix register defines for all non-82575 hardwareAlexander Duyck2012-08-091-2/+6
| * | | e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+26
| * | | igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+9
| * | | net/stmmac: mark probe function as __devinitArnd Bergmann2012-08-081-1/+1
| * | | lpc_eth: remove obsolete ifdefsstigge@antcom.de2012-08-081-13/+0
| * | | cdc-phonet: Don't leak in usbpn_openJesper Juhl2012-08-081-0/+1
| * | | pptp: lookup route with the proper net namespaceGao feng2012-08-081-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller2012-08-082-5/+8
| |\ \ \
| | * | | igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann2012-08-071-0/+3
| | * | | e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave2012-08-071-2/+4
| | * | | e1000e: NIC goes up and immediately goes downTushar Dave2012-08-071-3/+1
| * | | | drivers: net: irda: bfin_sir: fix compile errorSonic Zhang2012-08-081-4/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-0832-161/+205
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2012-08-062-6/+2
| | * | ixp4xx_eth: fix ptp_ixp46x build failureArnaud Patard (Rtp)2012-08-061-0/+1
| | * | drivers/net/phy/mdio-mux-gpio.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall2012-08-061-1/+0
| | * | igb: don't break user visible strings over multiple lines in igb_ethtool.cJesper Juhl2012-08-041-12/+11
| | * | igb: correct hardware type (i210/i211) check in igb_loopback_test()Jesper Juhl2012-08-041-1/+1
| | * | igb: Fix for failure to init on some 82576 devices.Carolyn Wyborny2012-08-041-8/+8
| * | | Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-021-0/+1
| |\ \ \
| | * | | drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-311-0/+1
* | | | | team: add support for non-ethernet devicesJiri Pirko2012-08-204-32/+77
* | | | | ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2012-08-162-6/+11
* | | | | ixgbe: Roll RSC code into non-EOP codeAlexander Duyck2012-08-161-32/+19
* | | | | ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck2012-08-161-77/+89
* | | | | ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck2012-08-161-15/+17
* | | | | ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck2012-08-161-37/+57
* | | | | ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck2012-08-161-14/+38
* | | | | ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2012-08-162-19/+45
* | | | | ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck2012-08-161-39/+34
* | | | | ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck2012-08-161-26/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-1556-879/+2941
|\ \ \ \ \
| * | | | | p54: fix powerpc gcc warningsChristian Lamparter2012-08-131-4/+8
| * | | | | brcmsmac: document firmware dependenciesJeff Mahoney2012-08-101-1/+3
| * | | | | ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan2012-08-101-2/+3
| * | | | | ath9k: Trim rate tableSujith Manoharan2012-08-102-180/+174
| * | | | | ath9k: Remove MIMO-PS specific codeSujith Manoharan2012-08-101-9/+0
| * | | | | ath9k: Cleanup TX status APISujith Manoharan2012-08-101-42/+29
| * | | | | ath9k: Bail out properly before calculating rate indexSujith Manoharan2012-08-101-13/+11
| * | | | | ath9k: Fix RTS/CTS rate selectionSujith Manoharan2012-08-101-27/+14
| * | | | | ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan2012-08-101-2/+0
| * | | | | ath9k: Unify valid rate calculation routinesSujith Manoharan2012-08-101-35/+39
OpenPOWER on IntegriCloud