summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 3c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov2013-06-121-13/+12Star
* veth: remove redundant call of dev_alloc_nameHong zhi guo2013-06-121-7/+0Star
* xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing2013-06-111-12/+8Star
* ixgbe: add extra stats for ndo_ll_pollEliezer Tamir2013-06-113-0/+60
* ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-113-8/+177
* bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-102-12/+998
* bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-101-56/+83
* bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon2013-06-101-0/+15
* macvtap: enable multiqueue flagJason Wang2013-06-081-5/+2Star
* macvtap: add TUNSETQUEUE ioctlJason Wang2013-06-081-19/+116
* macvtap: eliminate linear searchJason Wang2013-06-081-44/+20Star
* macvtap: introduce macvtap_get_vlan()Jason Wang2013-06-081-7/+20
* macvtap: do not add self to waitqueue if doing a nonblock readJason Wang2013-06-081-2/+5
* macvtap: fix a possible race between queue selection and changing queuesJason Wang2013-06-081-1/+1
* sh_eth: Fix warnings on 64-bit.David S. Miller2013-06-081-1/+1
* sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-081-6/+0Star
* sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-081-9/+5Star
* sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-081-5/+5
* sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-081-20/+8Star
* sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-081-31/+36
* sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-081-9/+7Star
* sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-081-3/+3
* sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-081-3/+4
* sh_eth: create initial ID tableSergei Shtylyov2013-06-081-0/+10
* bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh2013-06-081-4/+3Star
* bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh2013-06-082-126/+43Star
* fec: Only pass pdev in fec_ptp_init()Fabio Estevam2013-06-073-3/+4
* net/macb: change RX path for GEMNicolas Ferre2013-06-072-49/+272
* net/macb: increase RX buffer size for GEMNicolas Ferre2013-06-072-8/+38
* sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu2013-06-071-2/+7
* sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu2013-06-071-125/+51Star
* sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu2013-06-071-5/+1Star
* sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-072-8/+6Star
* sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu2013-06-071-12/+8Star
* sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu2013-06-071-54/+5Star
* sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu2013-06-071-1/+1
* sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-071-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0640-358/+505
|\
| * tg3: Add read dma workaround for 5720Nithin Sujir2013-06-052-8/+18
| * net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)2013-06-051-1/+2
| * bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz2013-06-051-2/+1Star
| * net: fec: add fallback to random MAC addressLucas Stach2013-06-051-0/+12
| * bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov2013-06-051-7/+6Star
| * Merge branch 'fixes-for-3.10' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-06-044-93/+160
| |\
| | * net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2013-06-032-21/+41
| | * net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie2013-06-031-51/+76
| | * net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson2013-06-031-21/+43
| * | net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz2013-06-041-3/+7
| * | net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz2013-06-041-4/+12
| * | net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2013-06-042-16/+6Star