summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-181-25/+37
* tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-181-24/+38
* xen-netfront: pull on receive skb may need to happen earlierJan Beulich2013-07-171-18/+13Star
* vxlan: add necessary locking on device removalstephen hemminger2013-07-171-0/+6
* hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang2013-07-171-2/+2
* be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi2013-07-161-4/+10
* macvtap: do not assume 802.1Q when send vlan packetsJason Wang2013-07-161-1/+1
* macvtap: fix the missing ret value of TUNSETQUEUEJason Wang2013-07-161-0/+1
* mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner2013-07-161-1/+1
* bgmac: add dependency to phylibHauke Mehrtens2013-07-161-0/+1
* 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-1424-56/+393
|\
| * via-rhine: fix dma mapping errorsNeil Horman2013-07-131-1/+16
| * atl1e: fix dma mapping warningsNeil Horman2013-07-131-3/+25
| * usb/net/r815x: fix cast to restricted __le32hayeswang2013-07-131-9/+12
| * usb/net/r8152: fix integer overflow in expressionhayeswang2013-07-131-1/+2
| * drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-121-7/+0Star
| * drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang2013-07-121-11/+0Star
| * drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-121-7/+0Star
| * net/usb: add relative mii functions for r815xhayeswang2013-07-123-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/+2Star
| * vxlan: Fix kernel crash on rmmod.Pravin B Shelar2013-07-111-1/+1
| * sh_eth: SH_ETH should depend on HAS_DMAGeert Uytterhoeven2013-07-111-0/+1
| * macvtap: correctly linearize skb when zerocopy is usedJason Wang2013-07-111-2/+6
| * tuntap: correctly linearize skb when zerocopy is usedJason Wang2013-07-111-3/+6
| * ifb: fix rcu_sched self-detected stallsdingtianhong2013-07-111-1/+3
| * r8169: add a new chip for RTL8411hayeswang2013-07-111-0/+67
| * net: rename ll methods to busy-pollEliezer Tamir2013-07-115-6/+6
| * net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-114-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-122-13/+9Star
| * | | mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer2013-07-121-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-111-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/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-10625-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