aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar6-31/+71
2017-06-07Merge branch 'nfp-ctrl-vNIC'David S. Miller9-372/+874
2017-06-07nfp: advertise support for NFD ABI 0.5Jakub Kicinski2-2/+2
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski5-15/+177
2017-06-07nfp: allow non-equal distribution of IRQsJakub Kicinski1-1/+2
2017-06-07nfp: slice the netdev spawning functionJakub Kicinski1-25/+37
2017-06-07nfp: don't clutter init code passing fw_ver aroundJakub Kicinski1-10/+7
2017-06-07nfp: map all queue controllers at onceJakub Kicinski3-101/+28
2017-06-07nfp: make vNIC ctrl memory mapping function reusableJakub Kicinski1-27/+28
2017-06-07nfp: add control vNIC datapathJakub Kicinski4-9/+345
2017-06-07nfp: prepare config and enable for working without netdevsJakub Kicinski1-2/+3
2017-06-07nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski4-76/+105
2017-06-07nfp: make sure debug accesses don't depend on netdevsJakub Kicinski2-3/+17
2017-06-07nfp: prepare print macros for use without netdevJakub Kicinski1-8/+25
2017-06-07nfp: move nfp_net_vecs_init()Jakub Kicinski1-27/+27
2017-06-07nfp: reuse ring free code on closeJakub Kicinski1-11/+3
2017-06-07nfp: split out the allocation part of openJakub Kicinski1-22/+35
2017-06-07nfp: reorder open and close functionsJakub Kicinski1-70/+70
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn2-3/+28
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller436-2070/+3741
2017-06-06Merge branch 'phylib-support-for-MV88X3310-10G-phy'David S. Miller10-98/+748
2017-06-06net: phy: add Marvell Alaska X 88X3310 10Gigabit PHY supportRussell King4-0/+380
2017-06-06net: phy: add XAUI and 10GBASE-KR PHY connection typesRussell King3-1/+10
2017-06-06net: phy: split out 10G genphy supportRussell King2-86/+83
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King2-2/+22
2017-06-06net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King1-0/+6
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King4-15/+253
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds96-486/+781
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-116/+201
2017-06-06compiler, clang: suppress warning for unused static inline functionsDavid Rientjes1-0/+7
2017-06-06Merge branch 'sparc64-context-wrap-fixes'David S. Miller8-96/+64
2017-06-06sparc64: delete old wrap codePavel Tatashin6-45/+1
2017-06-06sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-06sparc64: add per-cpu mm of secondary contextsPavel Tatashin2-2/+4
2017-06-06sparc64: redefine first versionPavel Tatashin2-4/+4
2017-06-06sparc64: combine activate_mm and switch_mmPavel Tatashin1-20/+1
2017-06-06sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-06sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett1-1/+2
2017-06-06sparc: Machine description indices can varyJames Clarke2-4/+65
2017-06-06sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz2-6/+12
2017-06-06arch/sparc: support NR_CPUS = 4096Jane Chu2-6/+15
2017-06-06bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann1-1/+0
2017-06-06net: stmmac: fix a broken u32 less than zero checkColin Ian King1-1/+1
2017-06-06net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1
2017-06-06tun: use symmetric hashJason Wang1-3/+3
2017-06-06net: ethoc: enable NAPI before poll may be scheduledMax Filippov1-1/+2
2017-06-06net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov1-1/+1
2017-06-06net: dsa: mv88e6xxx: fix 6085 frame mode maskingVivien Didelot1-1/+1
2017-06-06ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca1-12/+12
2017-06-06Merge branch 'bpf-prog-map-ID'David S. Miller15-28/+798