summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* liquidio CN23XX: copyrights changes and alignmentRaghu Vatsavayi2016-11-1530-480/+352
* liquidio CN23XX: code cleanupRaghu Vatsavayi2016-11-1513-70/+23
* liquidio CN23XX: device statesRaghu Vatsavayi2016-11-156-31/+64
* liquidio CN23XX: VF related operationsRaghu Vatsavayi2016-11-155-0/+251
* liquidio CN23XX: mailbox interrupt processingRaghu Vatsavayi2016-11-154-7/+184
* liquidio CN23XX: Mailbox supportRaghu Vatsavayi2016-11-157-3/+474
* liquidio CN23XX: sysfs VF config supportRaghu Vatsavayi2016-11-153-0/+117
* liquidio CN23XX: HW config for VF supportRaghu Vatsavayi2016-11-153-34/+74
* Merge branch 'amd-xgbe-next'David S. Miller2016-11-152-5/+4
|\
| * amd-xgbe: Fix up some coccinelle identified warningsLendacky, Thomas2016-11-151-3/+2
| * amd-xgbe: Fix mask appliciation for Clause 37 registerLendacky, Thomas2016-11-151-2/+2
|/
* Merge branch 'sun4i-emac-big-endian'David S. Miller2016-11-159-183/+218
|\
| * net: ethernet: sun4i-emac: Read rxhdr in CPU byte-orderMichael Weiser2016-11-151-2/+1
| * net: ethernet: sun4i-emac: Allow to enable netif messagesMichael Weiser2016-11-151-0/+22
| * net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2016-11-158-181/+195
|/
* dctcp: update cwnd on congestion eventFlorian Westphal2016-11-151-1/+8
* net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_resetFlorian Fainelli2016-11-151-1/+1
* net: bnx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-151-33/+41
* Merge branch 'phy_ethtool_nway_reset'David S. Miller2016-11-1516-107/+27
|\
| * net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
| * net: usb: ax88172x: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
| * net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-7/+1
| * net: ethernet: ucc: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-8/+1
| * net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-11/+1
| * net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
| * net: bcmgenet: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-8/+1
| * net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
| * net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
| * net: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
| * net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
| * net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
| * net: bcm63xx_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-5/+2
| * net: nb8800: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-11/+1
| * net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2016-11-152-0/+12
|/
* vxlan: Fix uninitialized variable warnings.David S. Miller2016-11-151-1/+4
* Merge branch 'vxlan-xmit-improvements'David S. Miller2016-11-153-174/+137
|\
| * vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
| * vxlan: simplify vxlan xmitpravin shelar2016-11-151-44/+34
| * vxlan: simplify RTF_LOCAL handling.pravin shelar2016-11-151-34/+51
| * vxlan: improve vxlan route lookup checks.pravin shelar2016-11-151-39/+38
| * vxlan: simplify exception handlingpravin shelar2016-11-151-27/+19
| * vxlan: avoid checking socket multiple times.pravin shelar2016-11-151-7/+5
| * vxlan: avoid vlan processing in vxlan device.pravin shelar2016-11-152-24/+1
|/
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-155-3/+8
* Merge branch 'bpf-lru'David S. Miller2016-11-1512-50/+2386
|\
| * bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-156-3/+1197
| * bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-153-9/+131
| * bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-152-14/+260
| * bpf: Refactor codes handling percpu mapMartin KaFai Lau2016-11-151-26/+21
| * bpf: Add percpu LRU listMartin KaFai Lau2016-11-152-19/+151