index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
net: ena: enable support of rss hash key and function changes
Arthur Kiyanovski
2
-2
/
+6
2020-07-21
net: ena: add support for traffic mirroring
Arthur Kiyanovski
2
-7
/
+13
2020-07-21
net: ena: cosmetic: change ena_com_stats_admin stats to u64
Arthur Kiyanovski
2
-7
/
+7
2020-07-21
net: ena: cosmetic: satisfy gcc warning
Arthur Kiyanovski
1
-1
/
+1
2020-07-21
net: ena: add reserved PCI device ID
Arthur Kiyanovski
1
-0
/
+5
2020-07-21
net: ena: avoid unnecessary rearming of interrupt vector when busy-polling
Arthur Kiyanovski
2
-1
/
+8
2020-07-21
qed: Fix ILT and XRCD bitmap memory leaks
Yuval Basson
2
-0
/
+6
2020-07-21
net: phylink: add interface to configure clause 22 PCS PHY
Russell King
2
-0
/
+40
2020-07-21
net: phylink: add struct phylink_pcs
Russell King
2
-23
/
+56
2020-07-21
net: phylink: re-implement interface configuration with PCS
Russell King
2
-23
/
+100
2020-07-21
net: phylink: in-band pause mode advertisement update for PCS
Russell King
2
-6
/
+56
2020-07-21
net: phylink: simplify fixed-link case for ksettings_set method
Russell King
1
-11
/
+20
2020-07-21
net: phylink: use config.an_enabled in ksettings_set method
Russell King
1
-2
/
+1
2020-07-21
net: phylink: simplify phy case for ksettings_set method
Russell King
1
-57
/
+47
2020-07-21
net: phylink: simplify ksettings_set() implementation
Russell King
1
-13
/
+12
2020-07-21
net: phylink: avoid mac_config calls
Russell King
1
-2
/
+4
2020-07-21
net: phylink: update PCS when changing interface during resolution
Russell King
1
-1
/
+8
2020-07-21
net: phylink: ensure link is down when changing interface
Russell King
1
-1
/
+11
2020-07-21
net: phylink: rearrange resolve mac_config() call
Russell King
1
-13
/
+8
2020-07-21
net: phylink: rejig link state tracking
Russell King
1
-7
/
+7
2020-07-21
net: phylink: update ethtool reporting for fixed-link modes
Russell King
1
-0
/
+2
2020-07-21
enetc: Add adaptive interrupt coalescing
Claudiu Manoil
4
-7
/
+73
2020-07-21
enetc: Add interrupt coalescing support
Claudiu Manoil
4
-10
/
+132
2020-07-21
enetc: Drop redundant ____cacheline_aligned_in_smp
Claudiu Manoil
1
-1
/
+1
2020-07-21
enetc: Fix interrupt coalescing register naming
Claudiu Manoil
3
-7
/
+7
2020-07-21
enetc: Factor out the traffic start/stop procedures
Claudiu Manoil
1
-25
/
+49
2020-07-21
enetc: Refine buffer descriptor ring sizes
Claudiu Manoil
2
-4
/
+5
2020-07-21
net: mdio-mux-gpio: use devm_gpiod_get_array()
Jisheng Zhang
1
-8
/
+3
2020-07-20
net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values
Vladimir Oltean
1
-3
/
+0
2020-07-20
net: dsa: qca8k: implement the port MTU callbacks
Jonathan McDowell
2
-0
/
+34
2020-07-20
net: hsr: remove redundant null check
Wang Hai
1
-4
/
+2
2020-07-20
net/fealnx: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-38
/
+53
2020-07-20
mISDN: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2
-9
/
+11
2020-07-20
tc-testing: Add tdc to kselftests
Briana Oursler
5
-4
/
+13
2020-07-20
crypto/chtls: Enable tcp window scaling option
Vinay Kumar Yadav
1
-0
/
+1
2020-07-20
net: atlantic: add hwmon getter for MAC temperature
Mark Starovoytov
10
-22
/
+215
2020-07-20
net: atlantic: A0 ntuple filters
Dmitry Bogdanov
1
-28
/
+88
2020-07-20
net: atlantic: use intermediate variable to improve readability a bit
Nikita Danilov
1
-11
/
+10
2020-07-20
net: atlantic: use U32_MAX in aq_hw_utils.c
Mark Starovoytov
1
-3
/
+2
2020-07-20
net: atlantic: add support for 64-bit reads/writes
Pavel Belous
6
-8
/
+33
2020-07-20
net: atlantic: enable ipv6 support for TCP LSO and UDP GSO
Igor Russkikh
2
-1
/
+2
2020-07-20
net: atlantic: PTP statistics
Pavel Belous
3
-19
/
+105
2020-07-20
net: atlantic: additional per-queue stats
Dmitry Bogdanov
4
-0
/
+23
2020-07-20
net: atlantic: use u64_stats_update_* to protect access to 64-bit stats
Mark Starovoytov
3
-10
/
+47
2020-07-20
net: atlantic: split rx and tx per-queue stats
Mark Starovoytov
6
-63
/
+68
2020-07-20
net: atlantic: make _get_sw_stats return count as return value
Mark Starovoytov
3
-13
/
+9
2020-07-20
net: atlantic: use simple assignment in _get_stats and _get_sw_stats
Mark Starovoytov
1
-23
/
+24
2020-07-20
net: atlantic: move FRAC_PER_NS to aq_hw.h
Mark Starovoytov
2
-11
/
+11
2020-07-20
testptp: add new options for perout phase and pulse width
Vladimir Oltean
1
-4
/
+37
2020-07-20
testptp: promote 'perout' variable to int64_t
Vladimir Oltean
1
-4
/
+6
[next]