Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b4fcd43661df0d84cc4e030ab7a26533114889b9
b4fcd43
fm10k: use spinlock to implement mailbox lock
by Jacob Keller
· 7 years ago
0b40f45
fm10k: prepare_for_reset() when we lose PCIe Link
by Jacob Keller
· 7 years ago
4efac6f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
ab243ec
i40e: Stop dropping 802.1ad tags - eth proto 0x88a8
by Scott Peterson
· 7 years ago
c53d11f
i40e: fix client notify of VF reset
by Alan Brady
· 7 years ago
41d0a4d
i40e: fix handling of vf_states variable
by Alan Brady
· 7 years ago
1b7b759
i40e: make i40evf_map_rings_to_vectors void
by Mitch Williams
· 7 years ago
5b36e8d
i40evf: Enable VF to request an alternate queue allocation
by Alan Brady
· 7 years ago
d43d60e
i40e: ensure reset occurs when disabling VF
by Jacob Keller
· 7 years ago
f18d202
i40e: make use of i40e_vc_disable_vf
by Jacob Keller
· 7 years ago
eeeddbb
i40e: drop i40e_pf *pf from i40e_vc_disable_vf()
by Jacob Keller
· 7 years ago
ba4e003
i40e: don't hold spinlock while resetting VF
by Jacob Keller
· 7 years ago
00f6c2f
i40e: use admin queue for setting LEDs behavior
by Mariusz Stachura
· 7 years ago
9c0e5ca
i40e: Add support for 'ethtool -m'
by Filip Sadowski
· 7 years ago
d60bcc7
i40e: Fix reporting of supported link modes
by Filip Sadowski
· 7 years ago
5490234
i40e: Fix a potential NULL pointer dereference
by Christophe JAILLET
· 7 years ago
5872866
i40e: remove logically dead code
by Lihong Yang
· 7 years ago
e50d575
i40e: limit lan queue count in large CPU count machine
by Shannon Nelson
· 7 years ago
d9601be
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
c4b3630
Merge branch 'Thunderbolt-networking'
by David S. Miller
· 7 years ago
c024297
MAINTAINERS: Add entry for Thunderbolt network driver
by Mika Westerberg
· 7 years ago
e69b6c0
net: Add support for networking over Thunderbolt cable
by Amir Levy
· 7 years ago
467cd25
MAINTAINERS: Add thunderbolt.h to the Thunderbolt driver entry
by Mika Westerberg
· 7 years ago
9a01c7c
thunderbolt: Allocate ring HopID automatically if requested
by Mika Westerberg
· 7 years ago
3304559
thunderbolt: Add function to retrieve DMA device for the ring
by Mika Westerberg
· 7 years ago
4ffe722
thunderbolt: Add polling mode for rings
by Mika Westerberg
· 7 years ago
59120e0
thunderbolt: Use spinlock in NHI serialization
by Mika Westerberg
· 7 years ago
22b7de1
thunderbolt: Use spinlock in ring serialization
by Mika Westerberg
· 7 years ago
2a91ec6
thunderbolt: Move ring descriptor flags to thunderbolt.h
by Mika Westerberg
· 7 years ago
3b3d9f4
thunderbolt: Export ring handling functions to modules
by Mika Westerberg
· 7 years ago
9fb1e65
thunderbolt: Add support for frame mode
by Mika Westerberg
· 7 years ago
8c6bba1
thunderbolt: Configure interrupt throttling for all interrupts
by Mika Westerberg
· 7 years ago
d1ff702
thunderbolt: Add support for XDomain discovery protocol
by Mika Westerberg
· 7 years ago
e69b71f
thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.h
by Mika Westerberg
· 7 years ago
9e99b9f
thunderbolt: Move thunderbolt domain structure to thunderbolt.h
by Mika Westerberg
· 7 years ago
eaf8ff3
thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.h
by Mika Westerberg
· 7 years ago
cdae7c0
thunderbolt: Add support for XDomain properties
by Mika Westerberg
· 7 years ago
8067170
thunderbolt: Remove __packed from ICM message structures
by Mika Westerberg
· 7 years ago
f2f2efb
byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core
by Mika Westerberg
· 7 years ago
1dd236f
Merge branch 'mlxsw-Fixlets'
by David S. Miller
· 7 years ago
85f44a1
mlxsw: spectrum_router: Drop a redundant condition
by Petr Machata
· 7 years ago
7ff176f
mlxsw: spectrum_router: Fix a typo
by Petr Machata
· 7 years ago
6227efc1
selftests: rtnetlink.sh: add vxlan and fou test cases
by Florian Westphal
· 7 years ago
08e2091
Merge branch 'flow_dissector-dissect-tunnel-info'
by David S. Miller
· 7 years ago
a38402b
flow_dissector: dissect tunnel info
by Simon Horman
· 7 years ago
32f1636
net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() const
by Simon Horman
· 7 years ago
0491439
fm10k: prevent race condition of __FM10K_SERVICE_SCHED
by Jacob Keller
· 7 years ago
65b0a46
fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset
by Jacob Keller
· 7 years ago
dd5eede
fm10k: avoid divide by zero in rare cases when device is resetting
by Jacob Keller
· 7 years ago
d876c15
fm10k: don't loop while resetting VFs due to VFLR event
by Jacob Keller
· 7 years ago
4abf01b
fm10k: simplify reading PFVFLRE register
by Jacob Keller
· 7 years ago
8bac58b
fm10k: avoid needless delay when loading driver
by Jacob Keller
· 7 years ago
523a0b55
fm10k: add missing fall through comment
by Jacob Keller
· 7 years ago
b94dd00
fm10k: avoid possible truncation of q_vector->name
by Jacob Keller
· 7 years ago
375ce90
fm10k: fix typos on fall through comments
by Jacob Keller
· 7 years ago
5c66d12
fm10k: stop spurious link down messages when Tx FIFO is full
by Jacob Keller
· 7 years ago
95f49d4
fm10k: Use seq_putc() in fm10k_dbg_desc_break()
by Markus Elfring
· 8 years ago
b52b7f7
fm10k: reschedule service event if we stall the PF<->SM mailbox
by Jacob Keller
· 8 years ago
17a9180
fm10k: ensure we process SM mbx when processing VF mbx
by Jacob Keller
· 7 years ago
0929567
samples/bpf: fix warnings in xdp_monitor_user
by Stephen Hemminger
· 7 years ago
45bfbc0
mlxsw: spectrum: fix uninitialized value in err
by Colin Ian King
· 7 years ago
ed36edf
Merge branch 'bcm63xx_enet-small-fixes-and-cleanups'
by David S. Miller
· 7 years ago
840f922
bcm63xx_enet: remove unneeded include
by Jonas Gorski
· 7 years ago
4e78e5c
bcm63xx_enet: drop unneeded NULL phy_clk check
by Jonas Gorski
· 7 years ago
7e697ce
bcm63xx_enet: use managed functions for clock/ioremap
by Jonas Gorski
· 7 years ago
527a487
bcm63xx_enet: do not rely on probe order
by Jonas Gorski
· 7 years ago
d6213c1
bcm63xx_enet: do not write to random DMA channel on BCM6345
by Jonas Gorski
· 7 years ago
9c86b84
bcm63xx_enet: correct clock usage
by Jonas Gorski
· 7 years ago
b80ccfe
net-ipv6: remove unused IP6_ECN_clear() function
by Maciej Żenczykowski
· 7 years ago
3733be1
ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob
by Haishuang Yan
· 7 years ago
4371384
ipv4: Namespaceify tcp_fastopen_key knob
by Haishuang Yan
· 7 years ago
dd00059
ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once
by Haishuang Yan
· 7 years ago
e1cfcbe
ipv4: Namespaceify tcp_fastopen knob
by Haishuang Yan
· 7 years ago
506d0a3
Merge branch 'dsa_ptr-port'
by David S. Miller
· 7 years ago
aa193d9
net: dsa: remove tag ops from the switch tree
by Vivien Didelot
· 7 years ago
2f657a6
net: dsa: change dsa_ptr for a dsa_port
by Vivien Didelot
· 7 years ago
3e41f93
net: dsa: prepare master receive hot path
by Vivien Didelot
· 7 years ago
1524024
net: dsa: add tagging ops to port
by Vivien Didelot
· 7 years ago
62fc958
net: dsa: use temporary dsa_device_ops variable
by Vivien Didelot
· 7 years ago
7ec764e
net: dsa: use cpu_dp in master code
by Vivien Didelot
· 7 years ago
3775b1b
net: dsa: add master helper to look up slaves
by Vivien Didelot
· 7 years ago
075cfdd
net: hns3: fix null pointer dereference before null check
by Colin Ian King
· 7 years ago
09af87d
hv_netvsc: report stop_queue and wake_queue
by Simon Xiao
· 7 years ago
721e08d
bpf: Fix compiler warning on info.map_ids for 32bit platform
by Martin KaFai Lau
· 7 years ago
b1c49d1
net_sched: remove redundant assignment to ret
by Colin Ian King
· 7 years ago
ef739d8
net: ipmr: make function ipmr_notifier_init static
by Colin Ian King
· 7 years ago
e876a8a
ibmvnic: Set state UP
by Mick Tarsel
· 7 years ago
21a2774
Revert "net: dsa: bcm_sf2: Defer port enabling to calling port_enable"
by Florian Fainelli
· 7 years ago
a6992eb
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
45c1fd6
mkiss: remove redundant check on len being zero
by Colin Ian King
· 7 years ago
84e14fe
net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)
by Maciej Żenczykowski
· 7 years ago
1f372c7
net: ipv6: send NS for DAD when link operationally up
by Mike Manning
· 7 years ago
22b96551
i40e: refactor FW version checking
by Mitch Williams
· 7 years ago
a3f5aa9
i40e: Enable VF to negotiate number of allocated queues
by Alan Brady
· 7 years ago
c97fc9b
i40evf: fix ring to vector mapping
by Alan Brady
· 7 years ago
b980c06
i40e: shutdown all IRQs and disable MSI-X when suspended
by Jacob Keller
· 7 years ago
5c49922
i40e: prevent service task from running while we're suspended
by Jacob Keller
· 7 years ago
401586c
i40e: don't clear suspended state until we finish resuming
by Jacob Keller
· 7 years ago
0e5d3da
i40e: use newer generic PM support instead of legacy PM callbacks
by Jacob Keller
· 7 years ago
c17401a
i40e: use separate state bit for miscellaneous IRQ setup
by Jacob Keller
· 7 years ago
Next »