aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-20net: sunbmac: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-20net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: fsl_pq_mdio: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-20net: phy: rtl8211: fix interrupt on status link changeGiuseppe CAVALLARO1-2/+2
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov1-0/+7
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2-1/+22
2013-08-20r8169: remember WOL preferences on driver loadPeter Wu1-1/+1
2013-08-20myri10ge: Add support for ndo_busy_pollHyong-Youb Kim1-2/+198
2013-08-20pch_gbe: ethtool cannot change parameters when link is downAnders Larsen1-0/+1
2013-08-20moxa: fix missing unlock on error in moxart_mac_start_xmit()Wei Yongjun1-4/+6
2013-08-20sundance: Add netpoll supportDenis Kirjanov1-0/+14
2013-08-20vxlan: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2013-08-20r8169,sis190: remove unnecessary length checkPeter Wu2-6/+0
2013-08-20drivers/net: enic: Generate notification of hardware crashNeel Patel2-1/+2
2013-08-20drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel5-1/+83
2013-08-20drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel7-17/+197
2013-08-20via-ircc: don't return zero if via_ircc_open() failedAlexey Khoroshilov1-4/+2
2013-08-20macvtap: Ignore tap features when VNET_HDR is offVlad Yasevich1-2/+4
2013-08-20macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.Vlad Yasevich1-4/+0
2013-08-20macvtap: simplify usage of tap_featuresVlad Yasevich1-4/+6
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2-2/+2
2013-08-20treewide: Fix typo in printkMasanari Iida6-9/+9
2013-08-20qlcnic: Update version to 5.3.47Himanshu Madhani1-3/+3
2013-08-20qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar2-2/+28
2013-08-20qlcnic: Loopback Inter Driver Communication AEN handlerManish Chopra2-9/+37
2013-08-20qlcnic: Add PVID support for 84xx adaptersManish Chopra2-7/+14
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra3-7/+23
2013-08-20bnx2x: set VF DMAE when first function has 0 supported VFsAriel Elior1-5/+2
2013-08-20bnx2x: Protect against VFs' ndos when SR-IOV is disabledAriel Elior1-18/+31
2013-08-20bnx2x: prevent VF benign attentionsYuval Mintz1-0/+3
2013-08-20bnx2x: Consider DCBX remote errorDmitry Kravkov1-3/+6
2013-08-20bnx2x: Change DCB context handlingDmitry Kravkov4-8/+43
2013-08-20bnx2x: dropless flow control not always functionalDmitry Kravkov1-13/+23
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar1-1/+15
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar1-4/+9
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-37/+54
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-26/+19
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar1-36/+67
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar1-15/+7
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar1-41/+51
2013-08-20r8152: add commentshayeswang1-0/+5
2013-08-20r8152: adjust tx_bottom functionhayeswang1-66/+68
2013-08-20r8152: move some declearation of variableshayeswang1-15/+14
2013-08-20r8152: adjust some duplicated codehayeswang1-27/+28
2013-08-20r8152: replace lockflags with flagshayeswang1-24/+24
2013-08-20r8152: replace void * with struct r8152 *hayeswang1-2/+4
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang1-1/+0
2013-08-20sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov1-17/+11
2013-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-29/+37