summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-25igb: Add support for generic Tx checksumsAlexander Duyck1-58/+48
2016-02-25igb: rename igb define to be more genericTodd Fujinaka2-4/+4
2016-02-25igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2016-02-25igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka1-0/+20
2016-02-25igb: constify e1000_phy_operations structureJulia Lawall2-2/+2
2016-02-25igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-25e1000e: Initial support for KabeLakeRaanan Avargil2-0/+8
2016-02-25e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2-0/+6
2016-02-25e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil1-0/+12
2016-02-25e1000e: Increase PHY PLL clock gate timingRaanan Avargil2-0/+15
2016-02-25e1000e: Increase ULP timerRaanan Avargil1-2/+2
2016-02-25gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil1-9/+5
2016-02-25gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil1-9/+9
2016-02-25gianfar: Map head TxBD firstClaudiu Manoil1-48/+48
2016-02-24bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki1-2/+4
2016-02-24be2net: Fix a UE caused by passing large frames to the ASICajit.khaparde@broadcom.com2-1/+13
2016-02-24be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com3-17/+19
2016-02-24net/mlx5e: Add TX inner packet countersMatthew Finlay3-12/+32
2016-02-24net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay1-6/+16
2016-02-24net/mlx5e: Add netdev support for VXLAN tunnelingMatthew Finlay6-3/+332
2016-02-24net/mlx5e: Protect en header file from redefinitionsMatthew Finlay1-1/+5
2016-02-24net/mlx5e: Move to checksum completeMatthew Finlay1-4/+5
2016-02-24net/mlx5e: Wake On LAN supportTariq Toukan3-0/+169
2016-02-24net/mlx5e: Implement DCBNL IEEE max rateTariq Toukan2-0/+138
2016-02-24net/mlx5e: Support DCBNL IEEE PFCAchiad Shochat1-0/+39
2016-02-24net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed6-15/+317
2016-02-24net/mlx5: Introduce physical port TC/prio access functionsSaeed Mahameed1-0/+76
2016-02-24net/mlx5: Introduce physical port PFC access functionsAchiad Shochat1-0/+41
2016-02-24net/mlx5: Introduce a new header file for physical port functionsAchiad Shochat2-0/+2
2016-02-23net: dsa: mv88e6xxx: check hardware VLAN in useVivien Didelot1-0/+64
2016-02-23net: dsa: pass bridge down to driversVivien Didelot4-9/+24
2016-02-23net: dsa: mv88e6xxx: add port private structureVivien Didelot2-3/+8
2016-02-23rocker: fix rocker_world_port_obj_vlan_add()Dan Carpenter1-1/+0
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller76-633/+1324
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds71-605/+1239
2016-02-22netcp: use pointer to fix build failSudip Mukherjee1-1/+1
2016-02-22Merge tag 'linux-can-fixes-for-4.5-20160221' of git://git.kernel.org/pub/scm/...David S. Miller1-4/+10
2016-02-22bnx2x: Fix 84833 phy command handlerYuval Mintz2-29/+56
2016-02-22bnx2x: Fix led setting for 84858 phy.Yuval Mintz2-5/+91
2016-02-22bnx2x: Correct 84858 PHY fw versionYuval Mintz1-13/+79
2016-02-22bnx2x: Fix 84833 RX CRCYuval Mintz1-0/+26
2016-02-22bnx2x: Fix link-forcing for KR2Yuval Mintz1-2/+4
2016-02-22qed,qede: Bump driver versions to 8.7.0.0Yuval Mintz2-2/+2
2016-02-22qed: Introduce DMA_REGPAIR_LEYuval Mintz3-20/+10
2016-02-22qed: Change metadata needed for SPQ entriesYuval Mintz3-107/+95
2016-02-22qed: Handle possible race in SB configYuval Mintz1-9/+9
2016-02-22qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz6-15/+15
2016-02-22ipvlan: misc changesMahesh Bandewar3-18/+20
2016-02-22ipvlan: mode is u16Mahesh Bandewar2-4/+6
2016-02-22ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar1-9/+10