index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
elantech.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-28
net/rocker: Remove unreachable return instruction
Leon Romanovsky
1
-1
/
+0
2018-01-26
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map
Yonghong Song
2
-1
/
+96
2018-01-26
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
1
-15
/
+11
2018-01-26
bpf: add further test cases around div/mod and others
Daniel Borkmann
2
-15
/
+336
2018-01-26
bpf, arm: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-8
/
+0
2018-01-26
bpf, mips64: remove unneeded zero check from div/mod with k
Daniel Borkmann
1
-15
/
+4
2018-01-26
bpf, mips64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-10
/
+0
2018-01-26
bpf, sparc64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-18
/
+0
2018-01-26
bpf, ppc64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-8
/
+0
2018-01-26
bpf, s390x: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-10
/
+0
2018-01-26
bpf, arm64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-13
/
+0
2018-01-26
bpf, x86_64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-20
/
+0
2018-01-26
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
3
-17
/
+38
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
3
-105
/
+154
2018-01-26
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-26
bpf: xor of a/x in cbpf can be done in 32 bit alu
Daniel Borkmann
1
-2
/
+2
2018-01-26
samples/bpf: Partially fixes the bpf.o build
Mickaël Salaün
1
-1
/
+4
2018-01-26
bpf: clean up from test_tcpbpf_kern.c
Lawrence Brakmo
1
-3
/
+0
2018-01-26
i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
Paweł Jabłoński
1
-0
/
+4
2018-01-26
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
5
-18
/
+12
2018-01-26
i40e: fix reported mask for ntuple filters
Jacob Keller
1
-4
/
+4
2018-01-26
i40e: disallow programming multiple filters with same criteria
Jacob Keller
1
-0
/
+87
2018-01-26
i40e: program fragmented IPv4 filter input set
Jacob Keller
2
-0
/
+13
2018-01-26
i40e: Fix kdump failure
Avinash Dayanand
1
-2
/
+2
2018-01-26
i40e: cleanup unnecessary parens
Jeff Kirsher
2
-2
/
+2
2018-01-26
i40e: fix FW_LLDP flag on init
Alan Brady
1
-0
/
+3
2018-01-26
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
2
-3
/
+58
2018-01-26
i40e: change flags to use 64 bits
Alice Michael
2
-35
/
+36
2018-01-26
i40e: Display LLDP information on vSphere Web Client
Upasana Menon
4
-0
/
+55
2018-01-26
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
Alexander Duyck
2
-24
/
+26
2018-01-26
i40evf: Allow turning off offloads when the VF has VLAN set
Paweł Jabłoński
1
-6
/
+12
2018-01-26
i40e: Fix for adding multiple ethtool filters on the same location
Patryk Małek
1
-6
/
+6
2018-01-26
i40e: Add returning AQ critical error to SW
Michal Kosiarz
6
-8
/
+24
2018-01-26
ixgbe: don't set RXDCTL.RLPML for 82599
Emil Tantilov
1
-2
/
+6
2018-01-26
ixgbe: Fix && vs || typo
Dan Carpenter
1
-1
/
+1
2018-01-26
ixgbe: add support for reporting 5G link speed
Paul Greenwalt
1
-0
/
+3
2018-01-26
ixgbe: Don't report unsupported timestamping filters for X550
Miroslav Lichvar
1
-18
/
+19
2018-01-26
ixgbe: use ARRAY_SIZE for array sizing calculation on array buf
Colin Ian King
1
-1
/
+1
2018-01-26
ixgbevf: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
1
-10
/
+7
2018-01-26
ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()
Emil Tantilov
1
-43
/
+72
2018-01-26
cxgb4: use backdoor access to collect dumps when firmware crashed
Rahul Lakkireddy
1
-13
/
+38
2018-01-26
cxgb4: fix incorrect condition for using firmware LDST commands
Rahul Lakkireddy
1
-1
/
+1
2018-01-26
cxgb4: reset FW_OK flag on firmware crash
Rahul Lakkireddy
1
-1
/
+3
2018-01-26
net: hns3: add int_gl_idx setup for VF
Fuyun Liang
2
-0
/
+13
2018-01-26
net: hns3: add get/set_coalesce support to VF
Fuyun Liang
1
-0
/
+2
2018-01-26
ixgbevf: improve performance and reduce size of ixgbevf_tx_map()
Emil Tantilov
1
-25
/
+20
2018-01-26
ixgbevf: clear rx_buffer_info in configure instead of clean
Emil Tantilov
1
-13
/
+13
2018-01-26
ixgbevf: add counters for Rx page allocations
Emil Tantilov
3
-7
/
+25
2018-01-26
ixgbevf: update code to better handle incrementing page count
Emil Tantilov
2
-9
/
+28
2018-01-26
ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERING
Emil Tantilov
2
-22
/
+38
[next]