summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-2251-258/+421
|\
| * net: aquantia: driver version bumpIgor Russkikh2018-03-221-1/+1
| * net: aquantia: Implement pci shutdown callbackIgor Russkikh2018-03-223-0/+36
| * net: aquantia: Allow live mac address changesIgor Russkikh2018-03-221-0/+2
| * net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh2018-03-224-9/+13
| * net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh2018-03-222-15/+28
| * net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh2018-03-221-0/+4
| * net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh2018-03-221-5/+15
| * qede: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-212-3/+3
| * bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-211-1/+1
| * net: gemini: fix memory leakIgor Pylypiv2018-03-201-0/+1
| * net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET2018-03-201-2/+4
| * net: fec: Fix unbalanced PM runtime callsFlorian Fainelli2018-03-181-0/+2
| * net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)2018-03-171-1/+2
| * net: hns: Fix ethtool private flagsMatthias Brugger2018-03-174-4/+6
| * mlxsw: spectrum_buffers: Set a minimum quota for CPU port trafficIdo Schimmel2018-03-171-6/+6
| * qede: Fix qedr link updateMichal Kalderon2018-03-161-2/+2
| * qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon2018-03-161-0/+15
| * qed: Fix MPA unalign flow in case header is split across two packets.Michal Kalderon2018-03-161-1/+1
| * net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2018-03-162-19/+16
| * sunvnet: does not support GSO for sctpCathy Zhou2018-03-141-1/+1
| * tg3: prevent scheduling while atomic splatJonathan Toppins2018-03-141-1/+1
| * dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0
| * dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0
| * dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
| * qed: Use after free in qed_rdma_free()Dan Carpenter2018-03-131-1/+1
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-03-123-40/+33
| |\
| | * e1000e: Fix link check race conditionBenjamin Poirier2018-03-122-21/+24
| | * Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier2018-03-123-19/+9
| * | bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan2018-03-121-0/+3
| * | bnxt_en: close & open NIC, only when the interface is in running state.Venkat Duvvuru2018-03-121-5/+12
| * | bnxt_en: Return standard Linux error codes for hwrm flow cmds.Venkat Duvvuru2018-03-121-3/+20
| * | bnxt_en: Fix regressions when setting up MQPRIO TX rings.Michael Chan2018-03-121-2/+5
| * | bnxt_en: Pass complete VLAN TCI to the stack.Michael Chan2018-03-122-2/+3
| * | bnxt_en: Remove unwanted ovs-offload messages in some conditionsSriharsha Basavapatna2018-03-121-8/+2
| * | bnxt_en: Fix vnic accounting in the bnxt_check_rings() path.Eddie Wai2018-03-121-44/+20
| * | bnxt_en: Refactor the functions to reserve hardware rings.Michael Chan2018-03-121-32/+53
| |/
| * mlxsw: spectrum: Prevent duplicate mirrorsPetr Machata2018-03-092-4/+27
| * mlxsw: spectrum: Fix gact_ok offloadingJiri Pirko2018-03-095-1/+19
| * net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi2018-03-091-1/+1
| * cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-03-071-1/+0
| * cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar2018-03-071-0/+2
| * net: smsc911x: Fix unload crash when link is upJeremy Linton2018-03-071-2/+2
| * net: qcom/emac: Use proper free methods during TXHemanth Puranik2018-03-071-9/+14
| * qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2018-03-072-1/+5
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-03-074-26/+34
| |\
| | * e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
| | * e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2018-03-052-2/+2
| | * e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2018-03-052-8/+24