index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
locking
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-25
epoll: Add busy poll support to epoll with socket fds.
Sridhar Samudrala
1
-0
/
+93
2017-03-25
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
3
-18
/
+34
2017-03-25
net: Track start of busy loop instead of when it should end
Alexander Duyck
3
-41
/
+49
2017-03-25
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
4
-22
/
+25
2017-03-25
net: Only define skb_mark_napi_id in one spot instead of two
Alexander Duyck
1
-13
/
+9
2017-03-25
tcp: Record Rx hash and NAPI ID in tcp_child_process
Alexander Duyck
3
-4
/
+4
2017-03-25
net: Busy polling should ignore sender CPUs
Alexander Duyck
2
-6
/
+16
2017-03-25
net/mlx5e: Different SQ types
Saeed Mahameed
5
-256
/
+392
2017-03-25
net/mlx5e: Generalize SQ create/modify/destroy functions
Saeed Mahameed
1
-42
/
+69
2017-03-25
net/mlx5e: Proper names for SQ/RQ/CQ functions
Saeed Mahameed
1
-63
/
+63
2017-03-25
net/mlx5e: Generalize tx helper functions for different SQ types
Saeed Mahameed
4
-47
/
+48
2017-03-25
net/mlx5e: Optimize XDP frame xmit
Saeed Mahameed
3
-42
/
+47
2017-03-25
net/mlx5e: Poll XDP TX CQ before RX CQ
Saeed Mahameed
1
-3
/
+3
2017-03-25
net/mlx5e: Move XDP SQ instance into RQ
Saeed Mahameed
4
-15
/
+21
2017-03-25
net/mlx5e: Move mlx5e_rq struct declaration
Saeed Mahameed
1
-108
/
+105
2017-03-25
net/mlx5e: Move XDP completion functions to rx file
Saeed Mahameed
4
-84
/
+86
2017-03-25
net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevs
Saeed Mahameed
4
-15
/
+13
2017-03-25
net/mlx5e: Xmit, no write combining
Saeed Mahameed
4
-63
/
+9
2017-03-25
net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routine
Saeed Mahameed
1
-1
/
+1
2017-03-24
net: dsa: bcm_sf2: Add missing OF_MDIO dependency
Florian Fainelli
1
-1
/
+1
2017-03-24
ipv6: sr: use dst_cache in seg6_input
David Lebrun
1
-1
/
+26
2017-03-24
ipv6: sr: expand skb head only if necessary
David Lebrun
1
-2
/
+2
2017-03-24
net_sched: use setup_deferrable_timer
Geliang Tang
2
-6
/
+4
2017-03-24
mlxsw: spectrum: Query cell size from firmware
Ido Schimmel
4
-83
/
+119
2017-03-24
mlxsw: spectrum: Refactor port buffer configuration
Ido Schimmel
2
-23
/
+37
2017-03-24
mlxsw: spectrum_buffers: Query shared buffer size from firmware
Ido Schimmel
1
-4
/
+6
2017-03-24
mlxsw: Query maximum number of ports from firmware
Ido Schimmel
9
-45
/
+125
2017-03-24
mlxsw: spectrum_router: Query number of LPM trees from firmware
Ido Schimmel
3
-13
/
+41
2017-03-24
net: mpls: Fix setting ttl_propagate for rt2
David Ahern
1
-1
/
+1
2017-03-24
tcp: sysctl: Fix a race to avoid unexpected 0 window from space
Gao Feng
1
-3
/
+5
2017-03-24
net: make in_aton() 32-bit internally
Alexey Dobriyan
1
-1
/
+1
2017-03-24
liquidio: do not reset Octeon if NIC firmware was preloaded
Felix Manlunas
2
-13
/
+33
2017-03-24
net: Add sysctl to toggle early demux for tcp and udp
subashab@codeaurora.org
12
-14
/
+103
2017-03-24
net: systemport: Simplify circular pointer arithmetic
Florian Fainelli
1
-5
/
+1
2017-03-24
net: systemport: Clear status to reduce spurious interrupts
Florian Fainelli
1
-0
/
+10
2017-03-24
net: systemport: Track per TX ring statistics
Florian Fainelli
2
-7
/
+63
2017-03-24
net: phy: Allow splitting MDIO bus/device support from PHYs
Florian Fainelli
6
-30
/
+76
2017-03-24
net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO
Florian Fainelli
1
-1
/
+1
2017-03-24
of_mdio: Correct check against CONFIG_OF
Florian Fainelli
1
-2
/
+2
2017-03-24
net: sched: choke: remove dead filter classify code
Jiri Pirko
1
-51
/
+0
2017-03-24
net: stmmac: add set_mac to the stmmac_ops
LABBE Corentin
5
-9
/
+45
2017-03-24
isdn: use setup_timer
Geliang Tang
30
-114
/
+54
2017-03-24
net: bridge: allow to add externally learned entries from user-space
Nikolay Aleksandrov
1
-0
/
+2
2017-03-24
net: bridge: allow SW learn to take over HW fdb entries
Nikolay Aleksandrov
1
-0
/
+3
2017-03-24
mlxsw: Remove debugfs interface
Ido Schimmel
2
-315
/
+0
2017-03-24
i40e: make use of hlist_for_each_entry_continue
Jacob Keller
1
-11
/
+4
2017-03-24
i40e: document drivers use of ntuple filters
Jacob Keller
1
-0
/
+72
2017-03-24
i40e: add support for SCTPv4 FDir filters
Jacob Keller
4
-0
/
+93
2017-03-24
i40e: implement support for flexible word payload
Jacob Keller
4
-12
/
+613
2017-03-24
i40e: add parsing of flexible filter fields from userdef
Jacob Keller
2
-1
/
+118
[next]