index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net_sched: sch_fq: do not assume EDT packets are ordered
Eric Dumazet
2019-05-07
1
-12
/
+83
*
Merge branch 'hns3-next'
David S. Miller
2019-05-07
3
-288
/
+230
|
\
|
*
net: hns3: use devm_kcalloc when allocating desc_cb
Yunsheng Lin
2019-05-07
1
-4
/
+4
|
*
net: hns3: some cleanup for struct hns3_enet_ring
Yunsheng Lin
2019-05-07
2
-9
/
+2
|
*
net: hns3: unify the page reusing for page size 4K and 64K
Yunsheng Lin
2019-05-07
1
-32
/
+13
|
*
net: hns3: optimize the barrier using when cleaning TX BD
Yunsheng Lin
2019-05-07
1
-14
/
+15
|
*
net: hns3: fix error handling for desc filling
Yunsheng Lin
2019-05-07
1
-11
/
+7
|
*
net: hns3: combine len and checksum handling for inner and outer header.
Yunsheng Lin
2019-05-07
1
-111
/
+81
|
*
net: hns3: refactor BD filling for l2l3l4 info
Yunsheng Lin
2019-05-07
1
-39
/
+23
|
*
net: hns3: fix for tunnel type handling in hns3_rx_checksum
Yunsheng Lin
2019-05-07
1
-6
/
+8
|
*
net: hns3: add linearizing checking for TSO case
Yunsheng Lin
2019-05-07
1
-0
/
+45
|
*
net: hns3: add counter for times RX pages gets allocated
Yunsheng Lin
2019-05-07
3
-0
/
+6
|
*
net: hns3: use napi_schedule_irqoff in hard interrupts handlers
Yunsheng Lin
2019-05-07
1
-1
/
+1
|
*
net: hns3: unify maybe_stop_tx for TSO and non-TSO case
Yunsheng Lin
2019-05-07
3
-86
/
+50
|
/
*
Merge branch 'net-dsa-lantiq-Add-bridge-offloading'
David S. Miller
2019-05-07
1
-9
/
+803
|
\
|
*
net: dsa: lantiq: Add Forwarding Database access
Hauke Mehrtens
2019-05-07
1
-0
/
+98
|
*
net: dsa: lantiq: Add fast age function
Hauke Mehrtens
2019-05-07
1
-0
/
+40
|
*
net: dsa: lantiq: Add VLAN aware bridge offloading
Hauke Mehrtens
2019-05-07
1
-4
/
+197
|
*
net: dsa: lantiq: Add VLAN unaware bridge offloading
Hauke Mehrtens
2019-05-07
1
-7
/
+468
|
*
net: dsa: lantiq: Allow special tags only on CPU port
Hauke Mehrtens
2019-05-07
1
-2
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-05-07
7
-92
/
+106
|
\
|
*
libbpf: remove unnecessary cast-to-void
Björn Töpel
2019-05-06
1
-14
/
+10
|
*
kbuild: tolerate missing pahole when generating BTF
Andrii Nakryiko
2019-05-06
1
-0
/
+5
|
*
libbpf: add libbpf_util.h to header install.
William Tu
2019-05-05
1
-0
/
+1
|
*
tools/bpf: fix perf build error with uClibc (seen on ARC)
Vineet Gupta
2019-05-05
1
-0
/
+2
|
*
bpftool: exclude bash-completion/bpftool from .gitignore pattern
Masahiro Yamada
2019-05-05
1
-1
/
+1
|
*
Merge branch 'af_xdp-fixes'
Alexei Starovoitov
2019-05-05
1
-92
/
+100
|
|
\
|
|
*
libbpf: proper XSKMAP cleanup
Björn Töpel
2019-05-05
1
-55
/
+60
|
|
*
libbpf: fix invalid munmap call
Björn Töpel
2019-05-05
1
-37
/
+40
|
|
/
|
*
selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
Yonghong Song
2019-05-05
1
-0
/
+2
|
*
bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()
YueHaibing
2019-05-05
1
-1
/
+1
*
|
Merge branch 'r8169-replace-some-magic-with-more-speaking-functions'
David S. Miller
2019-05-06
1
-18
/
+27
|
\
\
|
*
|
r8169: add rtl8168g_set_pause_thresholds
Heiner Kallweit
2019-05-06
1
-6
/
+11
|
*
|
r8169: add rtl_set_fifo_size
Heiner Kallweit
2019-05-06
1
-12
/
+16
|
/
/
*
|
Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'
David S. Miller
2019-05-06
3
-2
/
+164
|
\
\
|
*
|
selftests: Add loopback test
Jiri Pirko
2019-05-06
1
-0
/
+94
|
*
|
mlxsw: spectrum: Implement loopback ethtool feature
Jiri Pirko
2019-05-06
1
-2
/
+33
|
*
|
mlxsw: reg: Add Port Physical Loopback Register
Jiri Pirko
2019-05-06
1
-0
/
+37
|
/
/
*
|
sch_htb: redefine htb qdisc overlimits
Cong Wang
2019-05-06
1
-3
/
+6
*
|
r8169: move EEE LED config to rtl8168_config_eee_mac
Heiner Kallweit
2019-05-06
1
-15
/
+4
*
|
r8169: simplify rtl_writephy_batch and rtl_ephy_init
Heiner Kallweit
2019-05-06
1
-48
/
+52
*
|
Merge branch 'Traffic-support-for-SJA1105-DSA-driver'
David S. Miller
2019-05-06
16
-41
/
+903
|
\
\
|
*
|
Documentation: net: dsa: sja1105: Add info about supported traffic modes
Vladimir Oltean
2019-05-06
1
-0
/
+54
|
*
|
net: dsa: sja1105: Add support for Spanning Tree Protocol
Vladimir Oltean
2019-05-06
1
-9
/
+99
|
*
|
net: dsa: sja1105: Add support for traffic through standalone ports
Vladimir Oltean
2019-05-06
8
-15
/
+308
|
*
|
net: dsa: Add a private structure pointer to dsa_port
Vladimir Oltean
2019-05-06
1
-0
/
+6
|
*
|
net: dsa: Add support for deferred xmit
Vladimir Oltean
2019-05-06
3
-12
/
+66
|
*
|
net: dsa: Keep private info in the skb->cb
Vladimir Oltean
2019-05-06
1
-0
/
+31
|
*
|
net: dsa: Allow drivers to filter packets they can decode source port from
Vladimir Oltean
2019-05-06
3
-1
/
+21
|
*
|
net: dsa: Optional VLAN-based port separation for switches without tagging
Vladimir Oltean
2019-05-06
5
-0
/
+312
[next]