summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ravb: Consolidate clock handlingGeert Uytterhoeven2017-10-131-25/+10
* net: bgmac: enable master mode for BCM54210E and B50212E PHYsRafał Miłecki2017-10-131-1/+7
* net: phy: broadcom: support new device flag for setting master modeRafał Miłecki2017-10-131-0/+6
* ipvlan: always use the current L2 addr of the masterMahesh Bandewar2017-10-131-1/+6
* vxge: Clean up unused variables in vxge-trafficChristos Gkekas2017-10-121-19/+0
* net: systemport: Turn on ACB at the SYSTEMPORT levelFlorian Fainelli2017-10-121-1/+5
* net: dsa: bcm_sf2: Turn on ACB at the switch levelFlorian Fainelli2017-10-122-0/+53
* net: systemport: Establish lower/upper queue mappingFlorian Fainelli2017-10-122-5/+121
* Revert "net: qcom/emac: enforce DMA address restrictions"Timur Tabi2017-10-121-24/+15
* net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan2017-10-123-14/+27
* net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan2017-10-121-5/+12
* net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan2017-10-123-4/+3
* net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-123-12/+26
* net: qualcomm: rmnet: Implement bridge modeSubash Abhinov Kasiviswanathan2017-10-124-6/+122
* net: qualcomm: rmnet: Convert the muxed endpoint to hlistSubash Abhinov Kasiviswanathan2017-10-126-53/+68
* net: qualcomm: rmnet: Remove duplicate setting of rmnet_devicesSubash Abhinov Kasiviswanathan2017-10-122-5/+4
* net: qualcomm: rmnet: Remove duplicate setting of rmnet private infoSubash Abhinov Kasiviswanathan2017-10-126-40/+15
* net: qualcomm: rmnet: Move rmnet_mode to rmnet_portSubash Abhinov Kasiviswanathan2017-10-123-10/+7
* net: qualcomm: rmnet: Remove some unused definesSubash Abhinov Kasiviswanathan2017-10-121-8/+0
* net: qualcomm: rmnet: Remove existing logic for bridge modeSubash Abhinov Kasiviswanathan2017-10-122-69/+9
* net: qcom/emac: clean up some TX/RX error messagesTimur Tabi2017-10-122-13/+10
* net: qcom/emac: enforce DMA address restrictionsTimur Tabi2017-10-121-15/+24
* net: qcom/emac: remove unused address arraysTimur Tabi2017-10-121-13/+3
* net: qcom/emac: specify the correct DMA maskTimur Tabi2017-10-121-13/+4
* net: hns3: make local functions staticWei Yongjun2017-10-121-2/+4
* atm: idt77105: Drop needless setup_timer()Kees Cook2017-10-111-2/+0
* net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-10-111-1/+1
* net: phy: DP83822 initial driver submissionDan Murphy2017-10-114-3/+350
* net: dsa: lan9303: Add basic offloading of unicast trafficEgil Hjelmeland2017-10-112-0/+84
* net: dsa: lan9303: Move tag setup to new lan9303_setup_taggingEgil Hjelmeland2017-10-111-17/+25
* Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc...David S. Miller2017-10-111-96/+96
|\
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-10-06537-3892/+17983
| |\
| * | mac80211_hwsim: use dyndbg for debug messagesLubomir Rintel2017-09-211-96/+96
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-10-107-41/+75
|\ \ \
| * | | igb: check memory allocation failureChristophe JAILLET2017-10-101-0/+2
| * | | e1000e: Be drop monitor friendlyFlorian Fainelli2017-10-101-7/+11
| * | | e1000e: apply burst mode settings only on defaultWillem de Bruijn2017-10-103-13/+15
| * | | e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin2017-10-101-3/+5
| * | | e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2017-10-102-8/+26
| * | | e1000e: Separate signaling for link check/link upBenjamin Poirier2017-10-102-4/+9
| * | | e1000e: Fix return value testBenjamin Poirier2017-10-101-1/+1
| * | | e1000e: Fix wrong comment related to link detectionBenjamin Poirier2017-10-101-2/+2
| * | | e1000e: Fix error path in link detectionBenjamin Poirier2017-10-101-3/+4
* | | | net/mlx4_en: Increase number of default RX ringsInbar Karmy2017-10-101-2/+1
* | | | net/mlx4_en: Limit the number of RX ringsInbar Karmy2017-10-101-1/+6
* | | | net/mlx4_en: Limit the number of TX ringsInbar Karmy2017-10-104-7/+7
* | | | net: hns3: fix the ring count for ETHTOOL_GRXRINGSLipeng2017-10-101-1/+1
* | | | net: hns3: add support for ETHTOOL_GRXFHLipeng2017-10-103-0/+68
* | | | net: hns3: add support for set_rxnfcLipeng2017-10-106-2/+129
* | | | net: hns3: add support for set_ringparamLipeng2017-10-103-2/+81