aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-07net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_statsNathan Chancellor1-1/+3
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King1-0/+2
2019-05-07net: mvpp2: cls: fix less than zero check on a u32 variableColin Ian King1-2/+4
2019-05-07Merge branch 'fc-quic-pacing'David S. Miller1-14/+96
2019-05-07net_sched: sch_fq: handle non connected flowsEric Dumazet1-2/+13
2019-05-07net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet1-12/+83
2019-05-07Merge branch 'hns3-next'David S. Miller3-288/+230
2019-05-07net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin1-4/+4
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2-9/+2
2019-05-07net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin1-32/+13
2019-05-07net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin1-14/+15
2019-05-07net: hns3: fix error handling for desc fillingYunsheng Lin1-11/+7
2019-05-07net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin1-111/+81
2019-05-07net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin1-39/+23
2019-05-07net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin1-6/+8
2019-05-07net: hns3: add linearizing checking for TSO caseYunsheng Lin1-0/+45
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin3-0/+6
2019-05-07net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin1-1/+1
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin3-86/+50
2019-05-07Merge branch 'net-dsa-lantiq-Add-bridge-offloading'David S. Miller1-9/+803
2019-05-07net: dsa: lantiq: Add Forwarding Database accessHauke Mehrtens1-0/+98
2019-05-07net: dsa: lantiq: Add fast age functionHauke Mehrtens1-0/+40
2019-05-07net: dsa: lantiq: Add VLAN aware bridge offloadingHauke Mehrtens1-4/+197
2019-05-07net: dsa: lantiq: Add VLAN unaware bridge offloadingHauke Mehrtens1-7/+468
2019-05-07net: dsa: lantiq: Allow special tags only on CPU portHauke Mehrtens1-2/+4
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