Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
697fefc7c1531f75ecd9623a4a4cbd47fab32ca8
697fefc
liquidio: Prioritize control messages
by Intiyaz Basha
· 7 years ago
b349e0b
Merge branch 'net-Allow-FIB-notifiers-to-fail-add-and-replace'
by David S. Miller
· 7 years ago
37923ed
netdevsim: Add simple FIB resource controller via devlink
by David Ahern
· 7 years ago
2233000
net/ipv6: Move call_fib6_entry_notifiers up for route adds
by David Ahern
· 7 years ago
c1d7ee6
net/ipv4: Allow notifier to fail route replace
by David Ahern
· 7 years ago
6635f31
net/ipv4: Move call_fib_entry_notifiers up for new routes
by David Ahern
· 7 years ago
9776d32
net: Move call_fib_rule_notifiers up in fib_nl_newrule
by David Ahern
· 7 years ago
c30d935
net: Fix fib notifer to return errno
by David Ahern
· 7 years ago
6e2135c
Merge tag 'mlx5-updates-2018-03-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 7 years ago
038d49b
Merge branch 'Introduce-net_rwsem-to-protect-net_namespace_list'
by David S. Miller
· 7 years ago
152f253
net: Remove rtnl_lock() in nf_ct_iterate_destroy()
by Kirill Tkhai
· 7 years ago
ec9c780
ovs: Remove rtnl_lock() from ovs_exit_net()
by Kirill Tkhai
· 7 years ago
350311a
security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()
by Kirill Tkhai
· 7 years ago
10256de
net: Don't take rtnl_lock() in wireless_nlevent_flush()
by Kirill Tkhai
· 7 years ago
f0b07bb1
net: Introduce net_rwsem to protect net_namespace_list
by Kirill Tkhai
· 7 years ago
906edee91
Merge branch 'net-bgmac-Couple-of-small-bgmac-changes'
by David S. Miller
· 7 years ago
3432261
net: bgmac: Mask interrupts during probe
by Florian Fainelli
· 7 years ago
d72e7c2
net: bgmac: Use interface name to request interrupt
by Florian Fainelli
· 7 years ago
36fc2d7
Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 7 years ago
492caff
net: ethernet: nixge: Add support for National Instruments XGE netdev
by Moritz Fischer
· 7 years ago
75530a7
dt-bindings: net: Add bindings for National Instruments XGE netdev
by Moritz Fischer
· 7 years ago
56455e0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
db75373
net/mlx5e: Recover Send Queue (SQ) from error state
by Eran Ben Elisha
· 7 years ago
16cc14d
net/mlx5e: Dump xmit error completions
by Eran Ben Elisha
· 7 years ago
1acae6b
mlx5: Move dump error CQE function out of mlx5_ib for code sharing
by Eran Ben Elisha
· 7 years ago
2816077
mlx5_{ib,core}: Add query SQ state helper function
by Eran Ben Elisha
· 7 years ago
bfc647d
net/mlx5e: Move all TX timeout logic to be under state lock
by Eran Ben Elisha
· 7 years ago
c4554fb
net/mlx5e: Remove unused max inline related code
by Gal Pressman
· 7 years ago
2ccb0a7
net/mlx5e: Add ethtool priv-flag for Striding RQ
by Tariq Toukan
· 7 years ago
2a0f561b
net/mlx5e: Do not reset Receive Queue params on every type change
by Tariq Toukan
· 7 years ago
b0cedc8
net/mlx5e: Remove rq_headroom field from params
by Tariq Toukan
· 7 years ago
f1e4fc9
net/mlx5e: Remove RQ MPWQE fields from params
by Tariq Toukan
· 7 years ago
24fd07a
net/mlx5e: Use no-offset function in skb header copy
by Tariq Toukan
· 7 years ago
bd658dd
net/mlx5e: Separate dma base address and offset in dma_sync call
by Tariq Toukan
· 7 years ago
73faf36
net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGE
by Tariq Toukan
· 7 years ago
291f445
net/mlx5e: Disable Striding RQ when PCI is slower than link
by Tariq Toukan
· 7 years ago
0608d4d
net/mlx5e: Unify slow PCI heuristic
by Tariq Toukan
· 7 years ago
1bae5d2
rxrpc: Trace call completion
by David Howells
· 7 years ago
a25e21f
rxrpc, afs: Use debug_ids rather than pointers in traces
by David Howells
· 7 years ago
827efed
rxrpc: Trace resend
by David Howells
· 7 years ago
5d22d47
Merge branch 'sfc-filter-locking'
by David S. Miller
· 7 years ago
a8e8fbeb
sfc: fix flow type handling for RSS filters
by Edward Cree
· 7 years ago
e0a65e3
sfc: protect list of RSS contexts under a mutex
by Edward Cree
· 7 years ago
31b8429
sfc: return a better error if filter insertion collides with MC reboot
by Edward Cree
· 7 years ago
fc7a6c2
sfc: use a semaphore to lock farch filters too
by Edward Cree
· 7 years ago
c2bebe3
sfc: give ef10 its own rwsem in the filter table instead of filter_lock
by Edward Cree
· 7 years ago
3af0f34
sfc: replace asynchronous filter operations
by Edward Cree
· 7 years ago
c709002
Merge branch 'pernet-all-async'
by David S. Miller
· 7 years ago
8518e9b
net: Add more comments
by Kirill Tkhai
· 7 years ago
4420bf2
net: Rename net_sem to pernet_ops_rwsem
by Kirill Tkhai
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
094374e
net: Reflect all pernet_operations are converted
by Kirill Tkhai
· 7 years ago
67441c2
net: Convert nfsd_net_ops
by Kirill Tkhai
· 7 years ago
cdcfeb0
net: mvpp2: Use relaxed I/O in data path
by Yan Markman
· 7 years ago
5f75a18
Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 7 years ago
4171ec0
liquidio: Removed duplicate Tx queue status check
by Intiyaz Basha
· 7 years ago
e32ac25
ipv6: addrconf: Use normal debugging style
by Joe Perches
· 7 years ago
cd46419
tc-testing: Correct compound statements for namespace execution
by Lucas Bates
· 7 years ago
e1a22d1
tipc: tipc_node_create() can be static
by Wei Yongjun
· 7 years ago
c76f248
tipc: fix error handling in tipc_udp_enable()
by Wei Yongjun
· 7 years ago
6a91ded
net: aquantia: Make function hw_atl_utils_mpi_set_speed() static
by Wei Yongjun
· 7 years ago
776d7c5
Merge branch 'net-mvpp2-Remove-unnecessary-dynamic-allocs'
by David S. Miller
· 7 years ago
0c6d9b4
net: mvpp2: Don't use dynamic allocs for local variables
by Maxime Chevallier
· 7 years ago
47e0e14
net: mvpp2: Make mvpp2_prs_hw_read a parser entry init function
by Maxime Chevallier
· 7 years ago
8daf1a2
net/ncsi: check for null return from call to nla_nest_start
by Colin Ian King
· 7 years ago
5306653
sctp: remove unnecessary asoc in sctp_has_association
by Xin Long
· 7 years ago
13d5a30
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
34fd03b
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
d9314c47
i40e: add support for XDP_REDIRECT
by Björn Töpel
· 7 years ago
8ce29c6
i40e: tweak page counting for XDP_REDIRECT
by Björn Töpel
· 7 years ago
8f769dd
i40e: re-number feature flags to remove gaps
by Jacob Keller
· 7 years ago
886ff14
i40e: stop using cmpxchg flow in i40e_set_priv_flags()
by Jacob Keller
· 7 years ago
f0ee70a
i40e: hold the RTNL lock while changing interrupt schemes
by Jacob Keller
· 7 years ago
5f76a70
i40e: move client flags into state bits
by Jacob Keller
· 7 years ago
0605c45
i40e: move I40E_FLAG_TEMP_LINK_POLLING to state field
by Jacob Keller
· 7 years ago
7118617
net/mlx5e: Add VLAN offload features to hw_enc_features
by Aviv Heller
· 7 years ago
be0f780
net/mlx5e: Add a helper macro in set features ndo
by Gal Pressman
· 7 years ago
707129d
net/mlx5e: Make choose LRO timeout function static
by Gal Pressman
· 7 years ago
acac5ec
net/mlx5e: Remove redundant check in get ethtool stats
by Gal Pressman
· 7 years ago
957f6ba
net/mlx5: Protect from command bit overflow
by Leon Romanovsky
· 7 years ago
6acfbf3
net/mlx5e: Offload tc vlan push/pop using HW action
by Or Gerlitz
· 7 years ago
0c06897
net/mlx5: Add core support for vlan push/pop steering action
by Or Gerlitz
· 7 years ago
aa24670
net/mlx5: E-Switch, Use same source for offloaded actions check
by Or Gerlitz
· 7 years ago
7cbaf9a
net/mlx5e: Add interface down dropped packets statistics
by Moshe Shemesh
· 7 years ago
aaabd07
net/mlx5: Add packet dropped while vport down statistics
by Moshe Shemesh
· 7 years ago
5c29814
net/mlx5e: Add vnic steering drop statistics
by Moshe Shemesh
· 7 years ago
61c5b5c
net/mlx5: Add support for QUERY_VNIC_ENV command
by Moshe Shemesh
· 7 years ago
2afa609
net/mlx5e: PFC stall prevention support
by Inbar Karmy
· 7 years ago
e1577c1
ethtool: Add support for configuring PFC stall prevention in ethtool
by Inbar Karmy
· 7 years ago
134201a
i40e: move AUTO_DISABLED flags into the state field
by Jacob Keller
· 7 years ago
41898c6
i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state field
by Jacob Keller
· 7 years ago
2fcb12d
net/mlx5e: Expose PFC stall prevention counters
by Inbar Karmy
· 7 years ago
bfe040c
i40e: move I40E_FLAG_FILTER_SYNC to a state bit
by Jacob Keller
· 7 years ago
e94d447
ice: Implement filter sync, NDO operations and bump version
by Anirudh Venkataramanan
· 7 years ago
0b28b70
ice: Support link events, reset and rebuild
by Anirudh Venkataramanan
· 7 years ago
5513b92
ice: Update Tx scheduler tree for VSI multi-Tx queue support
by Anirudh Venkataramanan
· 7 years ago
fcea6f3
ice: Add stats and ethtool support
by Anirudh Venkataramanan
· 7 years ago
d76a60b
ice: Add support for VLANs and offloads
by Anirudh Venkataramanan
· 7 years ago
2b245cb
ice: Implement transmit and NAPI support
by Anirudh Venkataramanan
· 7 years ago
cdedef5
ice: Configure VSIs for Tx/Rx
by Anirudh Venkataramanan
· 7 years ago
Next »