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
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
2018-01-26
ixgbevf: use length to determine if descriptor is done
Emil Tantilov
1
-6
/
+8
2018-01-26
ixgbevf: only DMA sync frame length
Emil Tantilov
1
-3
/
+4
2018-01-26
ixgbevf: add function for checking if we can reuse page
Emil Tantilov
1
-26
/
+33
2018-01-25
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
David Ahern
3
-3
/
+33
2018-01-25
Merge branch 'net-erspan-add-support-for-openvswitch'
David S. Miller
6
-93
/
+209
2018-01-25
openvswitch: add erspan version I and II support
William Tu
2
-1
/
+52
2018-01-25
net: erspan: create erspan metadata uapi header
William Tu
2
-30
/
+54
2018-01-25
net: erspan: use bitfield instead of mask and offset
William Tu
3
-80
/
+121
2018-01-25
Merge branch 'use-tc_cls_can_offload_and_chain0-throughout-the-drivers'
David S. Miller
14
-47
/
+72
2018-01-25
selftests/bpf: check for chain-non-0 extack message
Jakub Kicinski
1
-3
/
+13
2018-01-25
selftests/bpf: check for spurious extacks from the driver
Jakub Kicinski
1
-0
/
+27
2018-01-25
mlxsw: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+2
2018-01-25
i40e: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-5
/
+3
2018-01-25
ixgbe: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-25
bnxt: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
3
-5
/
+4
2018-01-25
mlx5: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-8
/
+2
2018-01-25
cxgb4: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-7
/
+1
2018-01-25
nfp: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-7
/
+4
2018-01-25
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-25
pkt_cls: add new tc cls helper to check offload flag and chain index
Jakub Kicinski
1
-0
/
+14
2018-01-25
qed: code indent should use tabs where possible
Rohit Visavalia
1
-5
/
+5
2018-01-25
be2net: networking block comments don't use an empty /* line
Rohit Visavalia
1
-2
/
+1
2018-01-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
9
-231
/
+328
2018-01-25
cxgb4: fix possible deadlock
Ganesh Goudar
1
-10
/
+10
2018-01-25
net/ipv6: Do not allow route add with a device that is down
David Ahern
1
-0
/
+6
2018-01-25
Merge branch 'net-smc-more-socket-closing-improvements'
David S. Miller
7
-31
/
+83
2018-01-25
net/smc: check for healthy link group resp. connections
Ursula Braun
4
-12
/
+29
2018-01-25
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2
-11
/
+11
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2
-0
/
+20
2018-01-25
net/smc: terminate link group for ib_post_send problems
Ursula Braun
2
-2
/
+10
2018-01-25
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
1
-3
/
+4
2018-01-25
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
1
-3
/
+9
2018-01-25
Merge branch 'sfc-support-PTP-on-8000-and-X2000-series-NICs'
David S. Miller
7
-119
/
+488
2018-01-25
sfc: support Medford2 frequency adjustment format
Laurence Evans
1
-14
/
+31
2018-01-25
sfc: support second + quarter ns time format for receive datapath
Edward Cree
1
-33
/
+106
2018-01-25
sfc: support separate PTP and general timestamping
Laurence Evans
1
-15
/
+43
2018-01-25
sfc: simplify RX datapath timestamping
Laurence Evans
1
-8
/
+5
2018-01-25
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
2
-1
/
+16
[next]