summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-11xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing1-12/+8
2013-06-11ixgbe: add extra stats for ndo_ll_pollEliezer Tamir3-0/+60
2013-06-11ixgbe: add support for ndo_ll_pollEliezer Tamir3-8/+177
2013-06-11bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2-12/+998
2013-06-11bcm63xx_enet: split DMA channel register accessesMaxime Bizon1-56/+83
2013-06-11bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon1-0/+15
2013-06-08macvtap: enable multiqueue flagJason Wang1-5/+2
2013-06-08macvtap: add TUNSETQUEUE ioctlJason Wang1-19/+116
2013-06-08macvtap: eliminate linear searchJason Wang1-44/+20
2013-06-08macvtap: introduce macvtap_get_vlan()Jason Wang1-7/+20
2013-06-08macvtap: do not add self to waitqueue if doing a nonblock readJason Wang1-2/+5
2013-06-08macvtap: fix a possible race between queue selection and changing queuesJason Wang1-1/+1
2013-06-08sh_eth: Fix warnings on 64-bit.David S. Miller1-1/+1
2013-06-08sh_eth: remove dependencies from KconfigSergei Shtylyov1-6/+0
2013-06-08sh_eth: get R8A777x support out of #ifdefSergei Shtylyov1-9/+5
2013-06-08sh_eth: get SH7724 support out of #ifdefSergei Shtylyov1-5/+5
2013-06-08sh_eth: get SH7757 support out of #ifdefSergei Shtylyov1-20/+8
2013-06-08sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov1-31/+36
2013-06-08sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov1-9/+7
2013-06-08sh_eth: get SH7619 support out of #ifdefSergei Shtylyov1-3/+3
2013-06-08sh_eth: get SH771x support out of #ifdefSergei Shtylyov1-3/+4
2013-06-08sh_eth: create initial ID tableSergei Shtylyov1-0/+10
2013-06-08bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh1-4/+3
2013-06-08bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh2-126/+43
2013-06-08fec: Only pass pdev in fec_ptp_init()Fabio Estevam3-3/+4
2013-06-07net/macb: change RX path for GEMNicolas Ferre2-49/+272
2013-06-07net/macb: increase RX buffer size for GEMNicolas Ferre2-8/+38
2013-06-07sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu1-2/+7
2013-06-07sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu1-125/+51
2013-06-07sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu1-5/+1
2013-06-07sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2-8/+6
2013-06-07sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu1-12/+8
2013-06-07sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu1-54/+5
2013-06-07sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu1-1/+1
2013-06-07sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu1-5/+2
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-358/+505
2013-06-05net: sun4i-emac: Staticize local symbolsSachin Kamat1-2/+2
2013-06-05net: sun4i-emac: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-06-05net: emaclite: Use platform resource tableMichal Simek1-45/+22
2013-06-05cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing2-2/+2
2013-06-05net: sun4i-emac: remove erroneous assignmentArnd Bergmann1-4/+0
2013-06-05mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v1-1/+1
2013-06-05net/mlx4: use one page fragment per incoming frameEric Dumazet1-3/+3
2013-06-05tg3: Add read dma workaround for 5720Nithin Sujir2-8/+18
2013-06-05net: mvneta: read MAC address from hardware when availableThomas Petazzoni1-9/+35
2013-06-05net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)1-1/+2
2013-06-05net: sun4i-emac: fix a typo in emac_probe()Wei Yongjun1-1/+1
2013-06-05net: mv643xx_eth: add missing semicolonArnd Bergmann1-3/+5
2013-06-05bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz1-2/+1
2013-06-05Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller10-51/+30