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
*
net: Introduce SO_INCOMING_NAPI_ID
Sridhar Samudrala
2017-03-25
14
-0
/
+37
*
epoll: Add busy poll support to epoll with socket fds.
Sridhar Samudrala
2017-03-25
1
-0
/
+93
*
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
2017-03-25
3
-18
/
+34
*
net: Track start of busy loop instead of when it should end
Alexander Duyck
2017-03-25
3
-41
/
+49
*
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
2017-03-25
4
-22
/
+25
*
net: Only define skb_mark_napi_id in one spot instead of two
Alexander Duyck
2017-03-25
1
-13
/
+9
*
tcp: Record Rx hash and NAPI ID in tcp_child_process
Alexander Duyck
2017-03-25
3
-4
/
+4
*
net: Busy polling should ignore sender CPUs
Alexander Duyck
2017-03-25
2
-6
/
+16
*
Merge branch 'mlx5-xdp-perf-optimizations'
David S. Miller
2017-03-25
7
-598
/
+716
|
\
|
*
net/mlx5e: Different SQ types
Saeed Mahameed
2017-03-25
5
-256
/
+392
|
*
net/mlx5e: Generalize SQ create/modify/destroy functions
Saeed Mahameed
2017-03-25
1
-42
/
+69
|
*
net/mlx5e: Proper names for SQ/RQ/CQ functions
Saeed Mahameed
2017-03-25
1
-63
/
+63
|
*
net/mlx5e: Generalize tx helper functions for different SQ types
Saeed Mahameed
2017-03-25
4
-47
/
+48
|
*
net/mlx5e: Optimize XDP frame xmit
Saeed Mahameed
2017-03-25
3
-42
/
+47
|
*
net/mlx5e: Poll XDP TX CQ before RX CQ
Saeed Mahameed
2017-03-25
1
-3
/
+3
|
*
net/mlx5e: Move XDP SQ instance into RQ
Saeed Mahameed
2017-03-25
4
-15
/
+21
|
*
net/mlx5e: Move mlx5e_rq struct declaration
Saeed Mahameed
2017-03-25
1
-108
/
+105
|
*
net/mlx5e: Move XDP completion functions to rx file
Saeed Mahameed
2017-03-25
4
-84
/
+86
|
*
net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevs
Saeed Mahameed
2017-03-25
4
-15
/
+13
|
*
net/mlx5e: Xmit, no write combining
Saeed Mahameed
2017-03-25
4
-63
/
+9
|
*
net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routine
Saeed Mahameed
2017-03-25
1
-1
/
+1
|
/
*
net: dsa: bcm_sf2: Add missing OF_MDIO dependency
Florian Fainelli
2017-03-24
1
-1
/
+1
*
Merge branch 'ipv6-sr-perf-improvements'
David S. Miller
2017-03-24
1
-3
/
+28
|
\
|
*
ipv6: sr: use dst_cache in seg6_input
David Lebrun
2017-03-24
1
-1
/
+26
|
*
ipv6: sr: expand skb head only if necessary
David Lebrun
2017-03-24
1
-2
/
+2
|
/
*
net_sched: use setup_deferrable_timer
Geliang Tang
2017-03-24
2
-6
/
+4
*
Merge branch 'mlxsw-query-resources'
David S. Miller
2017-03-24
10
-154
/
+314
|
\
|
*
mlxsw: spectrum: Query cell size from firmware
Ido Schimmel
2017-03-24
4
-83
/
+119
|
*
mlxsw: spectrum: Refactor port buffer configuration
Ido Schimmel
2017-03-24
2
-23
/
+37
|
*
mlxsw: spectrum_buffers: Query shared buffer size from firmware
Ido Schimmel
2017-03-24
1
-4
/
+6
|
*
mlxsw: Query maximum number of ports from firmware
Ido Schimmel
2017-03-24
9
-45
/
+125
|
*
mlxsw: spectrum_router: Query number of LPM trees from firmware
Ido Schimmel
2017-03-24
3
-13
/
+41
|
/
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2017-03-24
5
-44
/
+1294
|
\
|
*
i40e: make use of hlist_for_each_entry_continue
Jacob Keller
2017-03-24
1
-11
/
+4
|
*
i40e: document drivers use of ntuple filters
Jacob Keller
2017-03-24
1
-0
/
+72
|
*
i40e: add support for SCTPv4 FDir filters
Jacob Keller
2017-03-24
4
-0
/
+93
|
*
i40e: implement support for flexible word payload
Jacob Keller
2017-03-24
4
-12
/
+613
|
*
i40e: add parsing of flexible filter fields from userdef
Jacob Keller
2017-03-24
2
-1
/
+118
|
*
i40e: partition the ring_cookie to get VF index
Jacob Keller
2017-03-24
1
-34
/
+40
|
*
i40e: allow changing input set for ntuple filters
Jacob Keller
2017-03-24
1
-3
/
+145
|
*
i40e: restore default input set for each flow type
Jacob Keller
2017-03-24
2
-0
/
+37
|
*
i40e: check current configured input set when adding ntuple filters
Jacob Keller
2017-03-24
2
-15
/
+121
|
*
i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINS
Jacob Keller
2017-03-24
1
-0
/
+83
*
|
net: mpls: Fix setting ttl_propagate for rt2
David Ahern
2017-03-24
1
-1
/
+1
*
|
tcp: sysctl: Fix a race to avoid unexpected 0 window from space
Gao Feng
2017-03-24
1
-3
/
+5
*
|
net: make in_aton() 32-bit internally
Alexey Dobriyan
2017-03-24
1
-1
/
+1
*
|
liquidio: do not reset Octeon if NIC firmware was preloaded
Felix Manlunas
2017-03-24
2
-13
/
+33
*
|
net: Add sysctl to toggle early demux for tcp and udp
subashab@codeaurora.org
2017-03-24
12
-14
/
+103
*
|
Merge branch 'systemport-tx-napi-improvements'
David S. Miller
2017-03-24
2
-12
/
+74
|
\
\
|
*
|
net: systemport: Simplify circular pointer arithmetic
Florian Fainelli
2017-03-24
1
-5
/
+1
[next]