summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil2016-02-241-0/+12
| | * | | | | | e1000e: Increase PHY PLL clock gate timingRaanan Avargil2016-02-242-0/+15
| | * | | | | | e1000e: Increase ULP timerRaanan Avargil2016-02-241-2/+2
| * | | | | | | net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny2016-02-253-170/+189
| * | | | | | | qed, qede: rebrand module descriptionYuval Mintz2016-02-252-6/+6
| * | | | | | | qed: Prevent probe on previous errorYuval Mintz2016-02-251-0/+11
| * | | | | | | qed: add MODULE_FIRMWARE()Yuval Mintz2016-02-251-0/+2
| * | | | | | | qede: Don't report link change needlesslyYuval Mintz2016-02-251-6/+10
| * | | | | | | qede: Linearize SKBs when neededYuval Mintz2016-02-251-5/+33
| * | | | | | | qede: Change pci DID for 10g deviceYuval Mintz2016-02-251-1/+1
| * | | | | | | netxen: Use kobj_to_dev()Amitoj Kaur Chawla2016-02-251-5/+5
| * | | | | | | 3c59x: Use setup_timer()Amitoj Kaur Chawla2016-02-251-8/+2
| * | | | | | | forcedeth: Use setup_timer()Amitoj Kaur Chawla2016-02-251-6/+2
| * | | | | | | net: tulip: Use setup_timer()Amitoj Kaur Chawla2016-02-251-9/+5
| * | | | | | | gianfar: fix endianness for hardware timestampYangbo Lu2016-02-251-2/+2
| * | | | | | | gianfar_ptp: replace get_of_u32 with of_property_read_u32Yangbo Lu2016-02-251-20/+13
| * | | | | | | bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann2016-02-242-7/+17
| |/ / / / / /
| * | | | | | gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil2016-02-241-9/+5
| * | | | | | gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil2016-02-241-9/+9
| * | | | | | gianfar: Map head TxBD firstClaudiu Manoil2016-02-241-48/+48
| * | | | | | bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki2016-02-241-2/+4
| * | | | | | be2net: Fix a UE caused by passing large frames to the ASICajit.khaparde@broadcom.com2016-02-242-1/+13
| * | | | | | be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com2016-02-243-17/+19
| * | | | | | net/mlx5e: Add TX inner packet countersMatthew Finlay2016-02-243-12/+32
| * | | | | | net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay2016-02-241-6/+16
| * | | | | | net/mlx5e: Add netdev support for VXLAN tunnelingMatthew Finlay2016-02-246-3/+332
| * | | | | | net/mlx5e: Protect en header file from redefinitionsMatthew Finlay2016-02-241-1/+5
| * | | | | | net/mlx5e: Move to checksum completeMatthew Finlay2016-02-241-4/+5
| * | | | | | net/mlx5e: Wake On LAN supportTariq Toukan2016-02-243-0/+169
| * | | | | | net/mlx5e: Implement DCBNL IEEE max rateTariq Toukan2016-02-242-0/+138
| * | | | | | net/mlx5e: Support DCBNL IEEE PFCAchiad Shochat2016-02-241-0/+39
| * | | | | | net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed2016-02-246-15/+317
| * | | | | | net/mlx5: Introduce physical port TC/prio access functionsSaeed Mahameed2016-02-241-0/+76
| * | | | | | net/mlx5: Introduce physical port PFC access functionsAchiad Shochat2016-02-241-0/+41
| * | | | | | net/mlx5: Introduce a new header file for physical port functionsAchiad Shochat2016-02-242-0/+2
| * | | | | | rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter2016-02-231-1/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2349-434/+977
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | netcp: use pointer to fix build failSudip Mukherjee2016-02-221-1/+1
| * | | | | | qed,qede: Bump driver versions to 8.7.0.0Yuval Mintz2016-02-212-2/+2
| * | | | | | qed: Introduce DMA_REGPAIR_LEYuval Mintz2016-02-213-20/+10
| * | | | | | qed: Change metadata needed for SPQ entriesYuval Mintz2016-02-213-107/+95
| * | | | | | qed: Handle possible race in SB configYuval Mintz2016-02-211-9/+9
| * | | | | | qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz2016-02-216-15/+15
| * | | | | | i40e/ethtool: support coalesce setting by queueKan Liang2016-02-191-0/+7
| * | | | | | i40e/ethtool: support coalesce getting by queueKan Liang2016-02-191-0/+7
| * | | | | | i40e: queue-specific settings for interrupt moderationKan Liang2016-02-196-70/+120
| * | | | | | be2net: Fix pcie error recovery in case of NIC+RoCE adaptersPadmanabh Ratnakar2016-02-191-0/+4
| * | | | | | net: macb: make magic-packet property genericSergio Prado2016-02-191-1/+1
| * | | | | | i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg2016-02-192-2/+2
| * | | | | | i40e: let go of the pastMitch Williams2016-02-191-0/+2