index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Documentation
/
manpage-base.xsl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-19
selftests/bpf: add missing executables to .gitignore
Anders Roxell
1
-0
/
+2
2018-10-19
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
9
-1
/
+313
2018-10-19
Sync uapi/bpf.h to tools/include
Mauricio Vasquez B
1
-1
/
+29
2018-10-19
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
2
-0
/
+67
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
10
-3
/
+401
2018-10-19
bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE
Mauricio Vasquez B
2
-3
/
+7
2018-10-19
bpf/syscall: allow key to be null in map functions
Mauricio Vasquez B
1
-4
/
+15
2018-10-19
bpf: rename stack trace map operations
Mauricio Vasquez B
2
-2
/
+2
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
4
-9
/
+20
2018-10-18
selftests/bpf: fix file resource leak in load_kallsyms
Peng Hao
1
-0
/
+1
2018-10-18
bpf: fix doc of bpf_skb_adjust_room() in uapi
Nicolas Dichtel
2
-2
/
+2
2018-10-17
bpf: sockmap, add msg_peek tests to test_sockmap
John Fastabend
1
-52
/
+115
2018-10-17
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
John Fastabend
3
-17
/
+30
2018-10-17
bpf: skmsg, improve sk_msg_used_element to work in cork context
John Fastabend
1
-5
/
+8
2018-10-17
bpf: sockmap, fix skmsg recvmsg handler to track size correctly
John Fastabend
2
-0
/
+2
2018-10-17
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
3
-6
/
+22
2018-10-17
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
3
-7
/
+76
2018-10-17
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
4
-148
/
+179
2018-10-16
bpf, tls: add tls header to tools infrastructure
Daniel Borkmann
2
-5
/
+86
2018-10-16
net/ipv4: Bail early if user only wants prefix entries
David Ahern
1
-2
/
+6
2018-10-16
net/ipv6: Bail early if user only wants cloned entries
David Ahern
1
-2
/
+5
2018-10-16
net/mpls: Handle kernel side filtering of route dumps
David Ahern
1
-5
/
+28
2018-10-16
net: Enable kernel side filtering of route dumps
David Ahern
6
-15
/
+53
2018-10-16
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps
David Ahern
4
-12
/
+74
2018-10-16
ipmr: Refactor mr_rtm_dumproute
David Ahern
2
-33
/
+61
2018-10-16
net/mpls: Plumb support for filtering route dumps
David Ahern
1
-1
/
+41
2018-10-16
net/ipv6: Plumb support for filtering route dumps
David Ahern
2
-14
/
+54
2018-10-16
net/ipv4: Plumb support for filtering route dumps
David Ahern
3
-13
/
+39
2018-10-16
net: Add struct for fib dump filter
David Ahern
7
-11
/
+37
2018-10-16
netlink: Add answer_flags to netlink_callback
David Ahern
2
-1
/
+3
2018-10-16
net: phy: merge phy_start_aneg and phy_start_aneg_priv
Heiner Kallweit
1
-18
/
+3
2018-10-16
hv_netvsc: fix vf serial matching with pci slot info
Haiyang Zhang
1
-4
/
+11
2018-10-16
tcp: cdg: use tcp high resolution clock cache
Eric Dumazet
1
-1
/
+1
2018-10-16
tcp_bbr: fix typo in bbr_pacing_margin_percent
Neal Cardwell
1
-2
/
+2
2018-10-16
tcp: optimize tcp internal pacing
Eric Dumazet
1
-15
/
+16
2018-10-16
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()
Eric Dumazet
1
-1
/
+1
2018-10-16
tcp: mitigate scheduling jitter in EDT pacing model
Eric Dumazet
1
-6
/
+13
2018-10-16
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
7
-32
/
+40
2018-10-16
tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh
Eric Dumazet
3
-4
/
+8
2018-10-16
net: bridge: fix a possible memory leak in __vlan_add
Li RongQing
1
-0
/
+4
2018-10-16
rxrpc: Add /proc/net/rxrpc/peers to display peer list
David Howells
3
-0
/
+130
2018-10-16
fore200e: fix missing unlock on error in bsq_audit()
Wei Yongjun
1
-0
/
+1
2018-10-16
bnxt_en: Add PCI ID for BCM57508 device.
Michael Chan
1
-0
/
+3
2018-10-16
bnxt_en: Add new NAPI poll function for 57500 chips.
Michael Chan
2
-4
/
+114
2018-10-16
bnxt_en: Refactor bnxt_poll_work().
Michael Chan
2
-11
/
+38
2018-10-16
bnxt_en: Add coalescing setup for 57500 chips.
Michael Chan
1
-0
/
+46
2018-10-16
bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.
Michael Chan
2
-43
/
+45
2018-10-16
bnxt_en: Add RSS support for 57500 chips.
Michael Chan
1
-4
/
+109
2018-10-16
bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.
Michael Chan
2
-10
/
+22
2018-10-16
bnxt_en: Allocate/Free CP rings for 57500 series chips.
Michael Chan
1
-5
/
+66
[next]