summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-178/+190
2014-01-29bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong2-12/+30
2014-01-29tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO1-1/+26
2014-01-29bnx2x: Fix generic option settingsYaniv Rosner1-40/+38
2014-01-28qlcnic: Fix loopback test failureShahed Shaikh1-3/+8
2014-01-28qlcnic: Fix tx timeout.Rajesh Borundia1-7/+2
2014-01-28qlcnic: Fix initialization of vlan list.Rajesh Borundia1-6/+5
2014-01-28qlcnic: Correct off-by-one errors in bounds checksManish Chopra1-4/+4
2014-01-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+8
2014-01-28i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones1-1/+2
2014-01-28xen-netfront: fix resource leak in netfrontAnnie Li1-62/+26
2014-01-28hyperv: Add support for physically discontinuous receive bufferHaiyang Zhang2-6/+3
2014-01-28sky2: initialize napi before registering deviceStanislaw Gruszka1-2/+2
2014-01-28bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico1-21/+36
2014-01-28bonding: RCUify bond_ab_arp_probeVeaceslav Falico1-10/+6
2014-01-28bnx2x: More Shutdown revisionsYuval Mintz1-2/+2
2014-01-27net: stmmac: Log MAC address only onceHans de Goede1-2/+2
2014-01-27net: stmmac: Silence PTP init errors on hw without PTPHans de Goede1-1/+1
2014-01-27net/apne: Remove unused variable ei_localGeert Uytterhoeven1-1/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1005-26692/+56381
2014-01-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds12-20/+137
2014-01-25net/cxgb4: Fix referencing freed adapterGavin Shan1-1/+1
2014-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-7/+20
2014-01-24qlcnic: update version to 5.3.55Himanshu Madhani1-2/+2
2014-01-24qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani4-97/+192
2014-01-24qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani7-117/+200
2014-01-24qlcnic: Update poll controller code pathManish chopra1-6/+28
2014-01-24qlcnic: Interrupt code cleanupManish chopra6-72/+121
2014-01-24qlcnic: Enhance Tx timeout debugging.Himanshu Madhani2-20/+51
2014-01-24qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty5-7/+7
2014-01-24bonding: fix u64 divisionNikolay Aleksandrov1-10/+14
2014-01-24sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2-2/+5
2014-01-24net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz1-11/+10
2014-01-24tulip: cleanup by using ARRAY_SIZE()Dan Carpenter1-1/+1
2014-01-24net/cxgb4: Don't retrieve stats during recoveryGavin Shan1-0/+10
2014-01-24net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2-7/+21
2014-01-24drivers: net: cpsw: enable promiscuous mode supportMugunthan V N3-25/+98
2014-01-23ath9k: Fix RX interrupt mitigationSujith Manoharan2-2/+12
2014-01-23rt2x00: rt2800usb: mark D-Link DWA-137 as supportedRoman Dubtsov1-0/+1
2014-01-23ath9k: Fix code mistakeSujith Manoharan1-1/+1
2014-01-23b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang1-2/+2
2014-01-23mwifiex: fix wakeup on magic packetAndreas Fenkart1-1/+1
2014-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-1/+3
2014-01-23Merge branch 'ip-roce' into for-nextRoland Dreier1-0/+20
2014-01-23Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier11-20/+117
2014-01-23IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen1-2/+8
2014-01-23mlx5_core: Fix PowerPC supportEli Cohen1-4/+5
2014-01-23mlx5_core: Improve debugfs readabilityEli Cohen1-6/+33
2014-01-23IB/mlx5: Add support for resize CQEli Cohen1-2/+2
2014-01-23IB/mlx5: Implement modify CQEli Cohen1-2/+15