summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-30ibm emac: Fix locking for enable/disable eob irqAlistair Popple1-0/+4
2013-10-30ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple1-8/+4
2013-10-30arc_emac: drop redundant mac address checkLuka Perkov1-3/+3
2013-10-30mvneta: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-30octeon_mgmt: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-30virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang1-7/+6
2013-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-81/+354
2013-10-30net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown1-5/+3
2013-10-30net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown1-6/+4
2013-10-30net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown1-21/+13
2013-10-30net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown1-22/+30
2013-10-30net/benet: Make lancer_wait_ready() staticGavin Shan2-2/+1
2013-10-30net/benet: Remove interface typeGavin Shan2-6/+0
2013-10-30netconsole: Convert to pr_<level>Joe Perches1-30/+27
2013-10-30bgmac: separate RX descriptor setup code into a new functionRafał Miłecki1-19/+22
2013-10-29i40e: fix error return code in i40e_probe()Wei Yongjun1-1/+3
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore2-34/+45
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller3-0/+60
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2-0/+177
2013-10-29ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller1-6/+7
2013-10-29ixgbevf: add ixgbevf_rx_skbJacob Keller1-1/+15
2013-10-29ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller1-23/+13
2013-10-29ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller1-2/+2
2013-10-29ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2-16/+38
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis1-4/+0
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu3-7/+7
2013-10-29vxlan: silence one build warningZhi Yong Wu1-17/+14
2013-10-29cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior1-1/+15
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov1-5/+5
2013-10-29virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton1-58/+106
2013-10-28veth: extend features to support tunnelingEric Dumazet1-0/+3
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller3-40/+89
2013-10-28be2net: add support for ndo_busy_pollSathya Perla2-18/+187
2013-10-28be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2-0/+15
2013-10-28bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong1-4/+5
2013-10-28bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong1-33/+13
2013-10-28bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong1-4/+6
2013-10-28bonding: remove bond read lock for bond_alb_monitor()dingtianhong1-16/+4
2013-10-28bonding: remove bond read lock for bond_mii_monitor()dingtianhong1-32/+12
2013-10-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-50/+134
2013-10-26qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2-5/+7
2013-10-26qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh1-5/+2
2013-10-26ax88179_178a: Remove AX_MEDIUM_ALWAYS_ONE bit in AX_MEDIUM_STATUS_MODE regist...Freddy Xin1-6/+5
2013-10-26netconsole: fix multiple race conditionsNikolay Aleksandrov1-7/+3
2013-10-26netconsole: fix NULL pointer dereferenceNikolay Aleksandrov1-0/+8
2013-10-26net: wan: sbni: remove assembly crc32 codeSebastian Siewior1-89/+0
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov1-2/+2
2013-10-24ixgbevf: bump driver versionDon Skidmore1-1/+1
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller3-1/+84