summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni2019-03-291-6/+6
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-295-1/+5
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-16/+18
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-293-22/+22
* ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-2/+2
* net: mvneta: Add 2500BaseT supportMaxime Chevallier2019-03-281-0/+1
* s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann2019-03-282-212/+206
* s390/qeth: use callback to finalize cmdJulian Wiedmann2019-03-283-31/+50
* s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann2019-03-281-14/+8
* s390/qeth: clarify default cmd callbackJulian Wiedmann2019-03-281-8/+9
* s390/qeth: don't poll for cmd IO completionJulian Wiedmann2019-03-283-41/+35
* s390/qeth: convert IP table spinlock to mutexJulian Wiedmann2019-03-284-29/+28
* s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann2019-03-283-7/+57
* s390/qeth: add wrapper for IP table accessJulian Wiedmann2019-03-281-16/+17
* s390/qeth: remove locking for RX modeset cacheJulian Wiedmann2019-03-284-14/+0
* s390/qeth: defer RX modesettingJulian Wiedmann2019-03-283-17/+48
* nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko2019-03-281-1/+4
* bnxt: remove ndo_get_phys_port_name implementationJiri Pirko2019-03-281-18/+0
* bnxt: implement ndo_get_devlink_portJiri Pirko2019-03-281-1/+9
* mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko2019-03-285-45/+0
* mlxsw: Implement ndo_get_devlink_portJiri Pirko2019-03-285-0/+48
* net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko2019-03-284-8/+8
* nfp: register devlink port before netdevJiri Pirko2019-03-281-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-27268-2156/+3452
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2772-535/+756
| |\
| | * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| | * chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
| | * net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean2019-03-261-0/+13
| | * net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2019-03-262-0/+23
| | * net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2019-03-262-1/+168
| | * net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter2019-03-261-18/+0
| | * net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-251-1/+1
| | * r8169: fix cable re-plugging issueHeiner Kallweit2019-03-231-1/+1
| | * net: ethernet: ti: fix possible object reference leakWen Yang2019-03-231-2/+6
| | * net: ibm: fix possible object reference leakWen Yang2019-03-231-0/+1
| | * net: xilinx: fix possible object reference leakWen Yang2019-03-231-0/+2
| | * net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli2019-03-231-0/+3
| | * r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit2019-03-221-2/+4
| | * net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-212-8/+6
| | * net: macb: Add null check for PCLK and HCLKHarini Katakam2019-03-211-2/+8
| | * net: phy: Add DP83825I to the DP83822 driverDan Murphy2019-03-211-14/+20
| | * dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu2019-03-201-1/+1
| | * net: ks8851: Deduplicate register macrosLukas Wunner2019-03-203-330/+34
| | * net: ks8851: Fix register macro misnomersLukas Wunner2019-03-201-25/+27
| | * net: ks8851: Set initial carrier state to downLukas Wunner2019-03-201-0/+2
| | * net: ks8851: Delay requesting IRQ until openedLukas Wunner2019-03-201-13/+11
| | * net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner2019-03-201-1/+1
| | * net: ks8851: Dequeue RX packets explicitlyLukas Wunner2019-03-201-4/+4
| | * 3c515: fix integer overflow warningArnd Bergmann2019-03-191-1/+1
| | * net: stmmac: fix memory corruption with large MTUsAaro Koskinen2019-03-191-2/+3