summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* atl1e: unmap partially mapped skb on dma error and free skbNeil Horman2013-07-161-1/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1324-56/+393
|\
| * via-rhine: fix dma mapping errorsNeil Horman2013-07-121-1/+16
| * atl1e: fix dma mapping warningsNeil Horman2013-07-121-3/+25
| * usb/net/r815x: fix cast to restricted __le32hayeswang2013-07-121-9/+12
| * usb/net/r8152: fix integer overflow in expressionhayeswang2013-07-121-1/+2
| * drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-111-7/+0
| * drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang2013-07-111-11/+0
| * drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-111-7/+0
| * net/usb: add relative mii functions for r815xhayeswang2013-07-113-3/+239
| * ifb: fix oops when loading the ifb faileddingtianhong2013-07-111-0/+4
| * dummy: fix oops when loading the dummy faileddingtianhong2013-07-111-0/+4
| * drivers: net: phy: at803x: Add missing mdio device idHelmut Schaa2013-07-111-0/+1
| * bnx2x: fix tunneling CSUM calculationDmitry Kravkov2013-07-111-3/+3
| * alx: fix lockdep annotationMaarten Lankhorst2013-07-111-3/+2
| * vxlan: Fix kernel crash on rmmod.Pravin B Shelar2013-07-111-1/+1
| * sh_eth: SH_ETH should depend on HAS_DMAGeert Uytterhoeven2013-07-101-0/+1
| * macvtap: correctly linearize skb when zerocopy is usedJason Wang2013-07-101-2/+6
| * tuntap: correctly linearize skb when zerocopy is usedJason Wang2013-07-101-3/+6
| * ifb: fix rcu_sched self-detected stallsdingtianhong2013-07-101-1/+3
| * r8169: add a new chip for RTL8411hayeswang2013-07-101-0/+67
| * net: rename ll methods to busy-pollEliezer Tamir2013-07-105-6/+6
| * net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-104-4/+4
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-132-2/+2
|\ \
| * | MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-102-2/+2
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-1322-0/+5773
|\ \ \
| * | | mlx5: Return -EFAULT instead of -EPERMDan Carpenter2013-07-112-13/+9
| * | | mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer2013-07-111-1/+1
| * | | mlx5_core: Fixes for sparse warningsRoland Dreier2013-07-082-11/+21
| * | | mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-0822-0/+5767
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-07-101-0/+2
|\ \ \ \
| * | | | sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp2013-07-101-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-101-4/+1
|\ \ \ \ | |/ / / |/| | |
| * | | virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09625-11584/+59291
|\ \ \ \
| * | | | drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov2013-07-091-22/+39
| * | | | drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov2013-07-091-0/+2
| * | | | net: mv643xx_eth: do not use port number as platform device idJonas Gorski2013-07-091-2/+11
| * | | | virtio_net: fix race in RX VQ processingMichael S. Tsirkin2013-07-091-2/+3
| * | | | net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim2013-07-091-1/+1
| * | | | sfc: Fix memory leak when discarding scattered packetsBen Hutchings2013-07-051-7/+20
| * | | | dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla2013-07-041-2/+46
| * | | | dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla2013-07-041-0/+26
| * | | | dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla2013-07-041-3/+3
| * | | | net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO2013-07-041-10/+10
| * | | | net/mlx4: fix small memory leak on errorDan Carpenter2013-07-031-0/+1
| * | | | net: fec: Add VLAN receive HW support.Jim Baxter2013-07-032-10/+55
| * | | | alx: remove WoL supportJohannes Berg2013-07-034-323/+15
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0319-83/+181
| |\ \ \ \
| * | | | | stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO2013-07-029-267/+117
OpenPOWER on IntegriCloud