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
*
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-26
6
-10
/
+42
*
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2018-01-26
3
-1
/
+58
*
bpf: Make SOCK_OPS_GET_TCP struct independent
Lawrence Brakmo
2018-01-26
1
-10
/
+10
*
bpf: Make SOCK_OPS_GET_TCP size independent
Lawrence Brakmo
2018-01-26
1
-5
/
+8
*
bpf: Only reply field should be writeable
Lawrence Brakmo
2018-01-26
1
-2
/
+1
*
bpf, doc: Correct one wrong value in "Register value tracking"
Wang YanQing
2018-01-24
1
-1
/
+1
*
Merge branch 'bpf-samples-sockmap-improvements'
Daniel Borkmann
2018-01-24
1
-52
/
+340
|
\
|
*
bpf: sockmap set rlimit
John Fastabend
2018-01-24
1
-0
/
+7
|
*
bpf: sockmap put client sockets in blocking mode
John Fastabend
2018-01-24
1
-1
/
+1
|
*
bpf: sockmap sample add base test without any BPF for comparison
John Fastabend
2018-01-24
1
-5
/
+21
|
*
bpf: sockmap sample, report bytes/sec
John Fastabend
2018-01-24
1
-5
/
+42
|
*
bpf: sockmap sample, use fork() for send and recv
John Fastabend
2018-01-24
1
-16
/
+39
|
*
bpf: add sendmsg option for testing BPF programs
John Fastabend
2018-01-24
1
-3
/
+145
|
*
bpf: refactor sockmap sample program update for arg parsing
John Fastabend
2018-01-24
1
-51
/
+114
|
/
*
selftests/bpf: make 'dubious pointer arithmetic' test useful
Alexei Starovoitov
2018-01-24
1
-7
/
+23
*
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
2018-01-23
1
-4
/
+12
*
selftests/bpf: fix test_dev_cgroup
Alexei Starovoitov
2018-01-23
1
-1
/
+1
*
selftests/bpf: speedup test_maps
Alexei Starovoitov
2018-01-23
1
-6
/
+10
*
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
2018-01-23
1
-0
/
+1
*
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
2018-01-23
1
-1
/
+1
*
net: aquantia: make symbol hw_atl_boards static
Wei Yongjun
2018-01-23
1
-1
/
+1
*
net: aquantia: Fix error return code in aq_pci_probe()
Wei Yongjun
2018-01-23
1
-1
/
+3
*
nfp: fix error return code in nfp_pci_probe()
Wei Yongjun
2018-01-23
1
-0
/
+1
*
nfp: fix fw dump handling of absolute rtsym size
Carl Heymann
2018-01-23
1
-6
/
+10
*
tun: avoid calling xdp_rxq_info_unreg() twice
Cong Wang
2018-01-22
1
-2
/
+0
*
Merge branch 'net-sched-add-extack-support-for-cls-offloads'
David S. Miller
2018-01-22
10
-51
/
+95
|
\
|
*
nfp: bpf: use extack support to improve debugging
Quentin Monnet
2018-01-22
3
-18
/
+39
|
*
nfp: bpf: plumb extack into functions related to XDP offload
Quentin Monnet
2018-01-22
3
-6
/
+9
|
*
net: sched: create tc_can_offload_extack() wrapper
Quentin Monnet
2018-01-22
1
-0
/
+11
|
*
net: sched: add extack support for offload via tc_cls_common_offload
Quentin Monnet
2018-01-22
5
-12
/
+15
|
*
net: sched: cls_bpf: plumb extack support in filter for hardware offload
Quentin Monnet
2018-01-22
1
-6
/
+8
|
*
net: sched: cls_u32: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-5
/
+5
|
*
net: sched: cls_matchall: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-2
/
+4
|
*
net: sched: cls_flower: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-2
/
+4
|
/
*
hv_netvsc: Use the num_online_cpus() for channel limit
Haiyang Zhang
2018-01-22
1
-9
/
+2
*
net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
Salil Mehta
2018-01-22
1
-2
/
+2
*
cxgb3: assign port id to net_device->dev_port
Arjun Vynipadath
2018-01-22
1
-0
/
+1
*
bridge: return boolean instead of integer in br_multicast_is_router
Gustavo A. R. Silva
2018-01-22
1
-1
/
+1
*
net: stmmac: Fix reception of Broadcom switches tags
Florian Fainelli
2018-01-22
6
-7
/
+39
*
Merge branch 'hns3-new-features'
David S. Miller
2018-01-22
5
-1
/
+545
|
\
|
*
net: hns3: add net status led support for fiber port
Jian Shen
2018-01-22
3
-0
/
+113
|
*
net: hns3: add ethtool -p support for fiber port
Jian Shen
2018-01-22
4
-0
/
+104
|
*
net: hns3: add manager table initialization for hardware
Fuyun Liang
2018-01-22
2
-0
/
+123
|
*
net: hns3: add support for get_regs
Fuyun Liang
2018-01-22
4
-1
/
+205
|
/
*
net: core: Expose number of link up/down transitions
David Decotigny
2018-01-22
6
-7
/
+67
*
macsec: restore uAPI after addition of GCM-AES-256
Sabrina Dubroca
2018-01-22
2
-10
/
+8
*
net: hns: Fix for variable may be used uninitialized warnings
Huazhong Tan
2018-01-22
2
-21
/
+38
*
net: fec: add necessary defines to work on ARM64
Lucas Stach
2018-01-22
2
-5
/
+8
*
virtio_net: Add ethtool stats
Toshiaki Makita
2018-01-22
1
-50
/
+141
*
Merge branch 'mvpp2-Armada-7k-8k-PP2-ACPI-support'
David S. Miller
2018-01-22
4
-92
/
+232
|
\
[next]