summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tun: do not compute the rxhash, if not neededPaolo Abeni2018-04-201-9/+6
* lan78xx: Add support to dump lan78xx registersRaghuram Chary J2018-04-201-0/+54
* Merge branch 'lan78xx-Read-configuration-from-Device-Tree'David S. Miller2018-04-206-23/+156
|\
| * dt-bindings: Document the DT bindings for lan78xxPhil Elwell2018-04-202-0/+55
| * lan78xx: Read LED states from Device TreePhil Elwell2018-04-205-1/+81
| * lan78xx: Read MAC address from DT if presentPhil Elwell2018-04-201-22/+20
|/
* sfc: set and clear interrupt affinity hintsBert Kenward2018-04-201-0/+36
* net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet2018-04-201-11/+9
* Merge branch 'qed-Use-trust-mode-to-override-forced-MAC'David S. Miller2018-04-206-18/+306
|\
| * qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-206-0/+111
| * qed* : use trust mode to allow VF to override forced MACShahed Shaikh2018-04-202-18/+195
|/
* Merge branch 'geneve-mtu'David S. Miller2018-04-201-11/+61
|\
| * geneve: configure MTU based on a lower deviceAlexey Kodanev2018-04-201-3/+53
| * geneve: check MTU for a minimum in geneve_change_mtu()Alexey Kodanev2018-04-201-3/+2
| * geneve: cleanup hard coded value for Ethernet header lengthAlexey Kodanev2018-04-201-4/+5
| * geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'Alexey Kodanev2018-04-201-1/+1
|/
* team: account for oper stateGeorge Wilkie2018-04-201-1/+1
* Merge branch 'tipc-Confgiuration-of-MTU-for-media-UDP'David S. Miller2018-04-208-7/+63
|\
| * tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-203-5/+25
| * tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna2018-04-204-0/+31
| * tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna2018-04-202-2/+7
|/
* liquidio: Added ndo_get_vf_stats supportIntiyaz Basha2018-04-205-0/+151
* Merge branch 'ave-fix-the-activation-issues-for-some-UniPhier-SoCs'David S. Miller2018-04-203-35/+238
|\
| * net: ethernet: ave: add support for phy-mode setting of system controllerKunihiko Hayashi2018-04-202-12/+140
| * dt-bindings: net: ave: add syscon-phy-mode property to configure phy-mode set...Kunihiko Hayashi2018-04-201-1/+5
| * net: ethernet: ave: add multiple clocks and resets support as required propertyKunihiko Hayashi2018-04-202-25/+96
|/
* net: phy: mdio-boardinfo: Allow recursive mdiobus_register()Andrew Lunn2018-04-201-1/+4
* Merge branch 'Amiga-xsurf100'David S. Miller2018-04-198-95/+617
|\
| * net-next: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)Michael Karcher2018-04-193-2/+398
| * net-next: ax88796: release platform device drvdata on probe error and module ...Michael Schmitz2018-04-191-0/+2
| * net-next: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareableMichael Karcher2018-04-191-0/+3
| * net-next: ax88796: add interrupt status callback to platform dataMichael Karcher2018-04-192-2/+26
| * net-next: ax88796: Add block_input/output hooks to ax_plat_dataMichael Karcher2018-04-192-2/+17
| * net-next: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close()).Michael Karcher2018-04-191-1/+0
| * net-next: ax88796: Attach MII bus only when openMichael Karcher2018-04-191-88/+95
| * net-next: ax88796: Fix MAC address readingMichael Karcher2018-04-191-0/+6
| * net-next: phy: new Asix Electronics PHY driverMichael Schmitz2018-04-193-0/+70
|/
* Merge branch 'Modernize-mdio-gpio'David S. Miller2018-04-196-136/+40
|\
| * net: phy: mdio-gpio: Remove redundant platform data headerAndrew Lunn2018-04-193-25/+1
| * net: phy: mdio-gpio: Add #defines for the GPIO index'sAndrew Lunn2018-04-192-3/+16
| * net: phy: mdio-gpio: Parse properties directly into bitbang structureAndrew Lunn2018-04-191-29/+16
| * net: phy: mdio-gpio: Move allocation for bitbanging dataAndrew Lunn2018-04-191-6/+7
| * net: phy: mdio-gpio: Swap to using gpio descriptorsAndrew Lunn2018-04-192-63/+20
| * net: phy: mdio-gpio: Remove support for IRQs in platform dataAndrew Lunn2018-04-192-9/+0
| * net: phy: mdio-gpio: remove support for phy maskAndrew Lunn2018-04-192-5/+0
| * net: phy: mdio-gpio: remove support for ignoring turn aroundAndrew Lunn2018-04-192-2/+0
| * net: phy: mdio-bitbang: Remove reset supportAndrew Lunn2018-04-192-11/+0
| * net: phy: mdio-gpio: Remove reset functionAndrew Lunn2018-04-192-3/+0
| * net: phy_ mdio-gpio: Fixup , which should be ;Andrew Lunn2018-04-191-1/+1
|/
* Merge branch 'ipv6-followup-to-fib6_info-change'David S. Miller2018-04-199-369/+375
|\