aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-92/+106
2019-05-06libbpf: remove unnecessary cast-to-voidBjörn Töpel1-14/+10
2019-05-06kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko1-0/+5
2019-05-05Merge branch 'r8169-replace-some-magic-with-more-speaking-functions'David S. Miller1-18/+27
2019-05-05r8169: add rtl8168g_set_pause_thresholdsHeiner Kallweit1-6/+11
2019-05-05r8169: add rtl_set_fifo_sizeHeiner Kallweit1-12/+16
2019-05-05Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'David S. Miller3-2/+164
2019-05-05selftests: Add loopback testJiri Pirko1-0/+94
2019-05-05mlxsw: spectrum: Implement loopback ethtool featureJiri Pirko1-2/+33
2019-05-05mlxsw: reg: Add Port Physical Loopback RegisterJiri Pirko1-0/+37
2019-05-05sch_htb: redefine htb qdisc overlimitsCong Wang1-3/+6
2019-05-05r8169: move EEE LED config to rtl8168_config_eee_macHeiner Kallweit1-15/+4
2019-05-05r8169: simplify rtl_writephy_batch and rtl_ephy_initHeiner Kallweit1-48/+52
2019-05-05Merge branch 'Traffic-support-for-SJA1105-DSA-driver'David S. Miller16-41/+903
2019-05-05Documentation: net: dsa: sja1105: Add info about supported traffic modesVladimir Oltean1-0/+54
2019-05-05net: dsa: sja1105: Add support for Spanning Tree ProtocolVladimir Oltean1-9/+99
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean8-15/+308
2019-05-05net: dsa: Add a private structure pointer to dsa_portVladimir Oltean1-0/+6
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean3-12/+66
2019-05-05net: dsa: Keep private info in the skb->cbVladimir Oltean1-0/+31
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean3-1/+21
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean5-0/+312
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean1-0/+2
2019-05-05net: dsa: Call driver's setup callback after setting up its switchdev notifierVladimir Oltean1-4/+4
2019-05-05net: dsa: mv88e6xxx: refine SMI supportVivien Didelot5-170/+219
2019-05-05Merge branch 'net-act_police-offload-support'David S. Miller18-108/+654
2019-05-05nfp: flower: add qos offload stats request and replyPieter Jansen van Vuuren5-0/+210
2019-05-05nfp: flower: add qos offload install and remove functionality.Pieter Jansen van Vuuren3-1/+174
2019-05-05nfp: flower: add qos offload frameworkPieter Jansen van Vuuren4-1/+29
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren5-17/+38
2019-05-05net/sched: allow stats updates from offloaded police actionsPieter Jansen van Vuuren1-0/+15
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2-0/+22
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren2-0/+11
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren2-36/+71
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2-27/+0
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-9/+7
2019-05-05mlxsw: use intermediate representation for matchall offloadPieter Jansen van Vuuren2-19/+30
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2-0/+34
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2-0/+15
2019-05-05Merge branch 'of_net-Add-NVMEM-support-to-of_get_mac_address'David S. Miller32-70/+129
2019-05-05powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05ARM: Kirkwood: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+2
2019-05-05staging: octeon-ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar3-3/+3
2019-05-05net: usb: support of_get_mac_address new ERR_PTR errorPetr Štetiar2-2/+2
2019-05-05net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-10/+6
2019-05-05net: macb: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-7/+5
2019-05-05dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviourPetr Štetiar21-42/+58
2019-05-05of_net: add NVMEM support to of_get_mac_addressPetr Štetiar1-3/+51
2019-05-05Merge branch 'bnxt_en-Driver-updates'David S. Miller4-102/+432