aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-15net: ethernet: sun4i-emac: Allow to enable netif messagesMichael Weiser1-0/+22
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser8-181/+195
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8
2016-11-15net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_resetFlorian Fainelli1-1/+1
2016-11-15net: bnx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-33/+41
2016-11-15Merge branch 'phy_ethtool_nway_reset'David S. Miller16-107/+27
2016-11-15net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15net: usb: ax88172x: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-11-15net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli1-7/+1
2016-11-15net: ethernet: ucc: Utilize phy_ethtool_nway_resetFlorian Fainelli1-8/+1
2016-11-15net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli1-11/+1
2016-11-15net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15net: bcmgenet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-8/+1
2016-11-15net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15net: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-11-15net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-11-15net: bcm63xx_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-5/+2
2016-11-15net: nb8800: Utilize phy_ethtool_nway_resetFlorian Fainelli1-11/+1
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2-0/+12
2016-11-15vxlan: Fix uninitialized variable warnings.David S. Miller1-1/+4
2016-11-15Merge branch 'vxlan-xmit-improvements'David S. Miller3-174/+137
2016-11-15vxlan: remove unsed vxlan_dev_dst_port()pravin shelar1-10/+0
2016-11-15vxlan: simplify vxlan xmitpravin shelar1-44/+34
2016-11-15vxlan: simplify RTF_LOCAL handling.pravin shelar1-34/+51
2016-11-15vxlan: improve vxlan route lookup checks.pravin shelar1-39/+38
2016-11-15vxlan: simplify exception handlingpravin shelar1-27/+19
2016-11-15vxlan: avoid checking socket multiple times.pravin shelar1-7/+5
2016-11-15vxlan: avoid vlan processing in vxlan device.pravin shelar2-24/+1
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni5-3/+8
2016-11-15Merge branch 'bpf-lru'David S. Miller12-50/+2386
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau6-3/+1197
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau3-9/+131
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2-14/+260
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau1-26/+21
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau2-19/+151
2016-11-15bpf: LRU ListMartin KaFai Lau3-1/+648
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller580-4003/+7286
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds120-465/+1358
2016-11-14Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+3
2016-11-14Merge tag 'rtc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-15/+39
2016-11-14tile: handle __ro_after_init like parisc doesChris Metcalf1-0/+3
2016-11-14mlxsw: spectrum_router: Flush FIB tables during finiIdo Schimmel1-2/+12
2016-11-14mdio: Demote print from info to debug in mdio_driver_registerFlorian Fainelli1-1/+1
2016-11-14net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli1-0/+7
2016-11-14driver: macvlan: Replace integer number with bool valueGao Feng1-5/+5
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün1-17/+12
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-14Merge branch 'bnx2-kdump-fix'David S. Miller1-12/+36