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
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2018-01-29
17
-106
/
+342
|
\
|
*
i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
Paweł Jabłoński
2018-01-26
1
-0
/
+4
|
*
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
2018-01-26
5
-18
/
+12
|
*
i40e: fix reported mask for ntuple filters
Jacob Keller
2018-01-26
1
-4
/
+4
|
*
i40e: disallow programming multiple filters with same criteria
Jacob Keller
2018-01-26
1
-0
/
+87
|
*
i40e: program fragmented IPv4 filter input set
Jacob Keller
2018-01-26
2
-0
/
+13
|
*
i40e: Fix kdump failure
Avinash Dayanand
2018-01-26
1
-2
/
+2
|
*
i40e: cleanup unnecessary parens
Jeff Kirsher
2018-01-26
2
-2
/
+2
|
*
i40e: fix FW_LLDP flag on init
Alan Brady
2018-01-26
1
-0
/
+3
|
*
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
2018-01-26
2
-3
/
+58
|
*
i40e: change flags to use 64 bits
Alice Michael
2018-01-26
2
-35
/
+36
|
*
i40e: Display LLDP information on vSphere Web Client
Upasana Menon
2018-01-26
4
-0
/
+55
|
*
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
Alexander Duyck
2018-01-26
2
-24
/
+26
|
*
i40evf: Allow turning off offloads when the VF has VLAN set
Paweł Jabłoński
2018-01-26
1
-6
/
+12
|
*
i40e: Fix for adding multiple ethtool filters on the same location
Patryk Małek
2018-01-26
1
-6
/
+6
|
*
i40e: Add returning AQ critical error to SW
Michal Kosiarz
2018-01-26
6
-8
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-29
37
-378
/
+1969
|
\
\
|
*
\
Merge branch 'fix-lpm-map'
Alexei Starovoitov
2018-01-27
3
-16
/
+107
|
|
\
\
|
|
*
|
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map
Yonghong Song
2018-01-27
2
-1
/
+96
|
|
*
|
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
2018-01-27
1
-15
/
+11
|
|
/
/
|
*
|
Merge branch 'bpf-improvements-and-fixes'
Alexei Starovoitov
2018-01-27
13
-246
/
+546
|
|
\
\
|
|
*
|
bpf: add further test cases around div/mod and others
Daniel Borkmann
2018-01-27
2
-15
/
+336
|
|
*
|
bpf, arm: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-8
/
+0
|
|
*
|
bpf, mips64: remove unneeded zero check from div/mod with k
Daniel Borkmann
2018-01-27
1
-15
/
+4
|
|
*
|
bpf, mips64: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-10
/
+0
|
|
*
|
bpf, sparc64: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-18
/
+0
|
|
*
|
bpf, ppc64: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-8
/
+0
|
|
*
|
bpf, s390x: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-10
/
+0
|
|
*
|
bpf, arm64: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-13
/
+0
|
|
*
|
bpf, x86_64: remove obsolete exception handling from div/mod
Daniel Borkmann
2018-01-27
1
-20
/
+0
|
|
*
|
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-27
3
-17
/
+38
|
|
*
|
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-27
3
-105
/
+154
|
|
*
|
bpf: improve dead code sanitizing
Daniel Borkmann
2018-01-27
1
-5
/
+12
|
|
*
|
bpf: xor of a/x in cbpf can be done in 32 bit alu
Daniel Borkmann
2018-01-27
1
-2
/
+2
|
|
/
/
|
*
|
samples/bpf: Partially fixes the bpf.o build
Mickaël Salaün
2018-01-26
1
-1
/
+4
|
*
|
bpf: clean up from test_tcpbpf_kern.c
Lawrence Brakmo
2018-01-26
1
-3
/
+0
|
*
|
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
2018-01-26
1
-4
/
+1
|
*
|
Merge branch 'bpf-more-sock_ops-callbacks'
Alexei Starovoitov
2018-01-26
17
-39
/
+925
|
|
\
\
|
|
*
|
bpf: add selftest for tcpbpf
Lawrence Brakmo
2018-01-26
8
-6
/
+480
|
|
*
|
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
2018-01-26
2
-1
/
+52
|
|
*
|
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
2018-01-26
2
-1
/
+12
|
|
*
|
bpf: Add sock_ops R/W access to tclass
Lawrence Brakmo
2018-01-26
1
-2
/
+45
|
|
*
|
bpf: Add support for reading sk_state and more
Lawrence Brakmo
2018-01-26
2
-11
/
+154
|
|
*
|
bpf: Add sock_ops RTO callback
Lawrence Brakmo
2018-01-26
2
-1
/
+14
|
|
*
|
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
2018-01-26
3
-1
/
+61
|
|
*
|
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
|
|
/
/
[next]