summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet2019-05-071-12/+83
* Merge branch 'hns3-next'David S. Miller2019-05-073-288/+230
|\
| * net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin2019-05-071-4/+4
| * net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2019-05-072-9/+2
| * net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin2019-05-071-32/+13
| * net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin2019-05-071-14/+15
| * net: hns3: fix error handling for desc fillingYunsheng Lin2019-05-071-11/+7
| * net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin2019-05-071-111/+81
| * net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin2019-05-071-39/+23
| * net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin2019-05-071-6/+8
| * net: hns3: add linearizing checking for TSO caseYunsheng Lin2019-05-071-0/+45
| * net: hns3: add counter for times RX pages gets allocatedYunsheng Lin2019-05-073-0/+6
| * net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin2019-05-071-1/+1
| * net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin2019-05-073-86/+50
|/
* Merge branch 'net-dsa-lantiq-Add-bridge-offloading'David S. Miller2019-05-071-9/+803
|\
| * net: dsa: lantiq: Add Forwarding Database accessHauke Mehrtens2019-05-071-0/+98
| * net: dsa: lantiq: Add fast age functionHauke Mehrtens2019-05-071-0/+40
| * net: dsa: lantiq: Add VLAN aware bridge offloadingHauke Mehrtens2019-05-071-4/+197
| * net: dsa: lantiq: Add VLAN unaware bridge offloadingHauke Mehrtens2019-05-071-7/+468
| * net: dsa: lantiq: Allow special tags only on CPU portHauke Mehrtens2019-05-071-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-077-92/+106
|\
| * libbpf: remove unnecessary cast-to-voidBjörn Töpel2019-05-061-14/+10
| * kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko2019-05-061-0/+5
| * libbpf: add libbpf_util.h to header install.William Tu2019-05-051-0/+1
| * tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-051-0/+2
| * bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada2019-05-051-1/+1
| * Merge branch 'af_xdp-fixes'Alexei Starovoitov2019-05-051-92/+100
| |\
| | * libbpf: proper XSKMAP cleanupBjörn Töpel2019-05-051-55/+60
| | * libbpf: fix invalid munmap callBjörn Töpel2019-05-051-37/+40
| |/
| * selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-051-0/+2
| * bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing2019-05-051-1/+1
* | Merge branch 'r8169-replace-some-magic-with-more-speaking-functions'David S. Miller2019-05-061-18/+27
|\ \
| * | r8169: add rtl8168g_set_pause_thresholdsHeiner Kallweit2019-05-061-6/+11
| * | r8169: add rtl_set_fifo_sizeHeiner Kallweit2019-05-061-12/+16
|/ /
* | Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'David S. Miller2019-05-063-2/+164
|\ \
| * | selftests: Add loopback testJiri Pirko2019-05-061-0/+94
| * | mlxsw: spectrum: Implement loopback ethtool featureJiri Pirko2019-05-061-2/+33
| * | mlxsw: reg: Add Port Physical Loopback RegisterJiri Pirko2019-05-061-0/+37
|/ /
* | sch_htb: redefine htb qdisc overlimitsCong Wang2019-05-061-3/+6
* | r8169: move EEE LED config to rtl8168_config_eee_macHeiner Kallweit2019-05-061-15/+4
* | r8169: simplify rtl_writephy_batch and rtl_ephy_initHeiner Kallweit2019-05-061-48/+52
* | Merge branch 'Traffic-support-for-SJA1105-DSA-driver'David S. Miller2019-05-0616-41/+903
|\ \
| * | Documentation: net: dsa: sja1105: Add info about supported traffic modesVladimir Oltean2019-05-061-0/+54
| * | net: dsa: sja1105: Add support for Spanning Tree ProtocolVladimir Oltean2019-05-061-9/+99
| * | net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-068-15/+308
| * | net: dsa: Add a private structure pointer to dsa_portVladimir Oltean2019-05-061-0/+6
| * | net: dsa: Add support for deferred xmitVladimir Oltean2019-05-063-12/+66
| * | net: dsa: Keep private info in the skb->cbVladimir Oltean2019-05-061-0/+31
| * | net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2019-05-063-1/+21
| * | net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2019-05-065-0/+312