summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arcnet: cleanup sizeof parameterDan Carpenter2013-07-191-1/+1
| * | | veth: add vlan featuresFlavio Leitner2013-07-191-0/+1
| * | | qlcnic: Fix guest VLANManish Chopra2013-07-191-2/+10
| * | | qlcnic: Fix releasing of Tx frag which was never mapped.Jitendra Kalsaria2013-07-191-1/+1
| * | | qlcnic: Fix dump template version maskShahed Shaikh2013-07-191-1/+1
| * | | qlcnic: Fix ethtool display for 83xx adapter.Himanshu Madhani2013-07-191-2/+2
| * | | qlcnic: Fix panic while setting VF's MAC addressManish Chopra2013-07-191-1/+3
| * | | qlcnic: Fix multicast packet handling for PF and VF.Sucheta Chakraborty2013-07-191-12/+10
| * | | qlcnic: Fix NULL pointer dereference in VF probe path.Sucheta Chakraborty2013-07-191-1/+2
| * | | qlcnic: Set __QLCNIC_DEV_UP in adapter state before enabling interruptsPratik Pujar2013-07-191-1/+1
| * | | qlcnic: Fix invalid register offset calculationShahed Shaikh2013-07-191-1/+1
| * | | vxlan: fix igmp racesstephen hemminger2013-07-191-15/+38
| * | | vxlan: unregister on namespace exitstephen hemminger2013-07-191-1/+3
| |/ /
* | | tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-4/+4
|/ /
* | 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/+13
* | vxlan: add necessary locking on device removalstephen hemminger2013-07-171-0/+6
* | hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang2013-07-161-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-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
|\ \ \