aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-25igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-25e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan1-2/+5
2013-04-25e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar1-4/+8
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar2-38/+77
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann2-23/+17
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann1-1/+3
2013-04-25Merge branch 'af_packet-timestamp'David S. Miller4-45/+122
2013-04-25packet: doc: update timestamping partDaniel Borkmann1-6/+35
2013-04-25packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann2-13/+28
2013-04-25packet: minor: convert status bits into shifting formatDaniel Borkmann1-11/+11
2013-04-25packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann1-25/+25
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn2-6/+39
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-94/+212
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-55/+64
2013-04-24igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-24igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-24igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-24igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-24igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-24igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2-0/+46
2013-04-24igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-24igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-24ixgbe: add WOL support for new subdevice IDEmil Tantilov2-0/+2
2013-04-24ixgbe: add SFP+ LX module supportDon Skidmore4-10/+25
2013-04-24ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller3-4/+4
2013-04-24ixgbe: add driver support for x520 OCP adapter.Don Skidmore2-0/+9
2013-04-24ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter1-0/+1
2013-04-24Merge branch 'qlcnic'David S. Miller6-61/+277
2013-04-24qlcnic: Update version to 5.2.42Shahed Shaikh1-2/+2
2013-04-24qlcnic: Add identifying string for 83xx adapterHimanshu Madhani1-19/+106
2013-04-24qlcnic: Rename the IRQ description.Himanshu Madhani2-9/+18
2013-04-24qlcnic: Enable Interrupt Coalescing for 83xx adapterHimanshu Madhani4-22/+87
2013-04-24qlcnic: Add eSwitch statistics supportShahed Shaikh3-1/+11
2013-04-24qlcnic: Take EPORT out of reset sequence before disabling PAUSEManish Chopra1-0/+25
2013-04-24qlcnic: Enhance channel configuration logsManish Chopra3-8/+28
2013-04-24Merge branch 'bnx2x'David S. Miller6-28/+59
2013-04-24bnx2x: Allow recovery from second slot resetYuval Mintz1-0/+1
2013-04-24bnx2x: Fix memory leakYuval Mintz2-3/+3
2013-04-24bnx2x: Enhance MAC configuration for VFsDmitry Kravkov4-15/+30
2013-04-24bnx2x: Allow RX/TX pause control in autonegYaniv Rosner2-5/+14
2013-04-24bnx2x: prevent GRO false checksum claimsYuval Mintz1-5/+11
2013-04-24Merge branch 'mlx4'David S. Miller18-20/+507
2013-04-24net/mlx4_en: Add a service taskAmir Vadai3-0/+47
2013-04-24net/mlx4_en: Support software timestampingAmir Vadai1-0/+2
2013-04-24net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai15-17/+375