summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau2016-12-084-17/+27
* mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau2016-12-082-30/+44
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-084-0/+19
* lan78xx: add LAN7801 MAC only supportWoojung Huh2016-12-083-2/+126
* phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-081-0/+47
* liquidio VF rx data and ctl pathRaghu Vatsavayi2016-12-084-4/+423
* liquidio CN23XX: VF TX buffersRaghu Vatsavayi2016-12-081-0/+182
* liquidio CN23XX: VF xmitRaghu Vatsavayi2016-12-083-3/+364
* liquidio CN23XX: VF scatter gather listsRaghu Vatsavayi2016-12-081-0/+134
* liquidio CN23XX: VF mac addressRaghu Vatsavayi2016-12-083-0/+197
* liquidio CN23XX: VF link statusRaghu Vatsavayi2016-12-081-0/+249
* liquidio CN23XX: VF offload featuresRaghu Vatsavayi2016-12-082-0/+565
* macsec: remove first zero and add attribute name in commentsZhang Shengju2016-12-081-13/+12
* net: smmac: allow configuring lower pbl valuesNiklas Cassel2016-12-084-2/+7
* net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel2016-12-083-11/+15
* net: stmmac: dwmac1000: fix define DMA_BUS_MODE_RPBL_MASKNiklas Cassel2016-12-081-1/+1
* net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel2016-12-082-16/+17
* net: stmmac: simplify the common DMA init APINiklas Cassel2016-12-085-22/+22
* net: stmmac: return error if no DMA configuration is foundNiklas Cassel2016-12-081-9/+9
* net: ethernet: slicoss: use module_pci_driver()Tobias Klauser2016-12-081-12/+1
* net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel2016-12-082-2/+3
* net: stmmac: dwmac-generic: add missing compatible stringsNiklas Cassel2016-12-081-0/+3
* net: ll_temac: Utilize of_get_mac_address()Tobias Klauser2016-12-081-5/+6
* net: axienet: Utilize of_get_mac_address()Tobias Klauser2016-12-081-6/+7
* net/mlx5e: Offload TC matching on packets being IP fragmentsOr Gerlitz2016-12-081-0/+12
* net: mvneta: Indent some statementsDan Carpenter2016-12-081-3/+4
* drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()Dan Carpenter2016-12-081-0/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-12-0723-360/+723
|\
| * i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller2016-12-061-101/+113
| * i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-063-17/+32
| * i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller2016-12-061-13/+55
| * i40e: delete filter after adding its replacement when convertingJacob Keller2016-12-061-1/+1
| * i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller2016-12-061-37/+21
| * i40e: recalculate vsi->active_filters from hash contentsJacob Keller2016-12-061-23/+29
| * i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-064-9/+31
| * i40e: lock service task correctlyMitch Williams2016-12-061-17/+7
| * i40e: Add functions which apply correct PHY access method for read and write ...Michal Kosiarz2016-12-063-0/+80
| * i40e: Add FEC for 25gCarolyn Wyborny2016-12-063-4/+48
| * i40e: Add support for 25G devicesCarolyn Wyborny2016-12-0613-79/+208
| * i40e: use unsigned printf format specifier for active_filters countJacob Keller2016-12-061-1/+1
| * Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-062-2/+2
| * i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-063-8/+8
| * i40e: remove code to handle dev_addr speciallyJacob Keller2016-12-061-36/+7
| * i40e/i40evf: napi_poll must return the work doneAlexander Duyck2016-12-062-2/+2
| * i40e: restore workaround for removing default MAC filterJacob Keller2016-12-061-0/+41
| * i40e: simplify txd use count calculationMitch Williams2016-12-062-34/+56
| * i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-062-1/+6
* | dummy: expend mtu range for dummy deviceZhang Shengju2016-12-071-0/+3
* | nlmon: use core MTU range checking in nlmon driverZhang Shengju2016-12-071-19/+1
* | driver: macvlan: Remove the rcu member of macvlan_portGao Feng2016-12-071-2/+1