summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cris: fix eth_v10.c build errorRandy Dunlap2012-08-031-1/+1
| * cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWANPeter Meiser2012-08-031-0/+20
| * hyperv: Move wait completion msg code into rndis_filter_halt_device()Haiyang Zhang2012-08-032-7/+11
| * net/mlx4_core: Remove port type restrictionsYevgeny Petrilin2012-08-032-17/+0
| * net/mlx4_en: Fixing TX queue stop/wake flowYevgeny Petrilin2012-08-032-11/+7
| * net/mlx4_en: loopbacked packets are dropped when SMAC=DMACAmir Vadai2012-08-031-2/+2
| * emulex: benet: Add a missing CR in the end of messageMasanari Iida2012-08-031-1/+1
| * ath9k: Add PID/VID support for AR1111Mohammed Shafi Shajakhan2012-08-033-0/+3
| * brcmsmac: use channel flags to restrict OFDMSeth Forshee2012-08-022-5/+3
| * libertas: fix two memory leaksDaniel Drake2012-08-022-0/+2
| * rt2x00 : fix rt3290 resuming failed.Woody Hung2012-08-022-71/+68
| * libertas: don't reset card on error when it is being removedDaniel Drake2012-08-021-1/+4
| * b43: fix logic in GPIO initRafał Miłecki2012-08-021-8/+13
| * bnx2x: fix mem leak when command is unknownJesper Juhl2012-08-021-0/+1
| * sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-024-9/+46
* | 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+1
|\ \
| * | brcm80211: pointless current->files passed to filp_close()Al Viro2012-07-291-1/+1
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-316-7/+6
|\ \ \
| * | | netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-316-7/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-316-13/+80
|\ \ \ | |/ / |/| |
| * | tun: Fix formatting.David S. Miller2012-07-301-2/+2
| * | net/tun: fix ioctl() based info leaksMathias Krause2012-07-291-1/+3
| * | tg3: Update version to 3.124Michael Chan2012-07-291-1/+1
| * | tg3: Fix race condition in tg3_get_stats64()Michael Chan2012-07-291-2/+4
| * | tg3: Add New 5719 Read DMA workaroundMichael Chan2012-07-292-1/+29
| * | tg3: Fix Read DMA workaround for 5719 A0.Michael Chan2012-07-291-2/+1
| * | tg3: Request APE_LOCK_PHY before PHY accessMichael Chan2012-07-292-0/+38
| * | seeq: use PTR_RET at init_module of driverDevendra Naga2012-07-291-3/+1
| * | bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_pathDevendra Naga2012-07-291-2/+1
| * | qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com2012-07-291-0/+1
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-303-66/+17
|\ \ \
| * | | net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-302-58/+17
| * | | net/c_can: remove conditional compilation of clk codeViresh Kumar2012-07-301-8/+0
| |/ /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-302-139/+265
|\ \ \ | |/ / |/| |
| * | netdev: octeon_mgmt: Convert to use device tree.David Daney2012-07-231-105/+207
| * | netdev: mdio-octeon.c: Convert to use device tree.David Daney2012-07-231-34/+58
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-282-6/+1
|\ \ \
| * \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-07-271-5/+0
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-271-5/+0
| | |\ \ \
| | | * | | mac80211_hwsim: fix possible race condition in usage of info->control.sta & c...Thomas Huehn2012-07-261-5/+0
| * | | | | USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-07-271-1/+1
OpenPOWER on IntegriCloud