index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
ipl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-24
net: ethernet: mtk_star_emac: use devm_register_netdev()
Bartosz Golaszewski
1
-16
/
+1
2020-05-24
net: devres: provide devm_register_netdev()
Bartosz Golaszewski
3
-0
/
+58
2020-05-24
net: devres: define a separate devres structure for devm_alloc_etherdev()
Bartosz Golaszewski
1
-8
/
+12
2020-05-24
net: move devres helpers into a separate source file
Bartosz Golaszewski
3
-29
/
+37
2020-05-24
Documentation: devres: add a missing section for networking helpers
Bartosz Golaszewski
1
-0
/
+4
2020-05-24
r8169: remove mask argument from r8168ep_ocp_read
Heiner Kallweit
1
-7
/
+5
2020-05-24
r8169: remove mask argument from r8168dp_ocp_read
Heiner Kallweit
1
-4
/
+4
2020-05-24
r8169: remove mask argument from rtl_w0w1_eri
Heiner Kallweit
1
-36
/
+30
2020-05-24
net: smsc911x: Fix runtime PM imbalance on error
Dinghao Liu
1
-4
/
+5
2020-05-24
net: psample: fix build error when CONFIG_INET is not enabled
Randy Dunlap
1
-0
/
+8
2020-05-24
net/mlx4_core: fix a memory leak bug.
Qiushi Wu
1
-1
/
+1
2020-05-24
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend
Grygorii Strashko
1
-0
/
+4
2020-05-24
net: phy: mscc: fix initialization of the MACsec protocol mode
Antoine Tenart
5
-10
/
+21
2020-05-24
net: stmmac: don't attach interface until resume finishes
Leon Yu
1
-2
/
+2
2020-05-24
net: Fix return value about devm_platform_ioremap_resource()
Tiezhu Yang
4
-4
/
+7
2020-05-24
net: phy: at803x: fix PHY ID masks
Michael Walle
1
-9
/
+7
2020-05-23
sparc32: fix page table traversal in srmmu_nocache_init()
Mike Rapoport
1
-2
/
+2
2020-05-23
MAINTAINERS: add files related to kdump
Baoquan He
1
-0
/
+5
2020-05-23
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
1
-5
/
+6
2020-05-23
sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
Mike Rapoport
1
-1
/
+1
2020-05-23
MAINTAINERS: update email address for Naoya Horiguchi
Naoya Horiguchi
1
-1
/
+1
2020-05-23
sh: include linux/time_types.h for sockios
Arnd Bergmann
1
-0
/
+2
2020-05-23
kasan: disable branch tracing for core runtime
Marco Elver
3
-10
/
+8
2020-05-23
selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
John Hubbard
1
-2
/
+0
2020-05-23
selftests/vm/.gitignore: add mremap_dontunmap
John Hubbard
1
-0
/
+1
2020-05-23
rapidio: fix an error in get_user_pages_fast() error handling
John Hubbard
1
-0
/
+5
2020-05-23
x86: bitops: fix build regression
Nick Desaulniers
1
-6
/
+6
2020-05-23
device-dax: don't leak kernel memory to user space after unloading kmem
David Hildenbrand
1
-3
/
+11
2020-05-23
Revert "kobject: Make sure the parent does not get released before its children"
Greg Kroah-Hartman
1
-20
/
+10
2020-05-23
ice: cleanup unsigned loops
Jesse Brandeburg
4
-13
/
+14
2020-05-23
ice: fix usage of incorrect variable
Jesse Brandeburg
2
-5
/
+5
2020-05-23
ice: Fix bad register reads
Anirudh Venkataramanan
2
-6
/
+0
2020-05-23
ice: check for compatibility between DDP package and firmware
Victor Raj
6
-30
/
+102
2020-05-23
ice: Check if unicast MAC exists before setting VF MAC
Brett Creeley
1
-0
/
+43
2020-05-23
ice: Fix Tx timeout when link is toggled on a VF's interface
Brett Creeley
1
-0
/
+48
2020-05-23
ice: print Rx MDD auto reset message before VF reset
Paul Greenwalt
3
-7
/
+27
2020-05-23
ice: Call ice_aq_set_mac_cfg
Anirudh Venkataramanan
5
-0
/
+103
2020-05-23
ice: Implement aRFS
Brett Creeley
7
-12
/
+805
2020-05-23
ice: Restore filters following reset
Henry Tieman
4
-6
/
+109
2020-05-23
ice: Enable flex-bytes support
Henry Tieman
6
-2
/
+265
2020-05-23
ice: Support IPv6 Flow Director filters
Henry Tieman
5
-81
/
+642
2020-05-23
ice: Support IPv4 Flow Director filters
Henry Tieman
12
-0
/
+1493
2020-05-23
ice: Support displaying ntuple rules
Henry Tieman
8
-0
/
+280
2020-05-23
ice: Initialize Flow Director resources
Henry Tieman
22
-38
/
+1553
2020-05-23
virtchnl: Add missing explicit padding to structures
Geert Uytterhoeven
1
-0
/
+5
2020-05-23
e1000e: disable s0ix entry and exit flows for ME systems
Vitaly Lifshits
1
-2
/
+43
2020-05-23
e1000e: Disable TSO for buffer overrun workaround
Kai-Heng Feng
1
-0
/
+4
2020-05-23
e1000e: Warn if disabling ULP failed
Kai-Heng Feng
1
-1
/
+5
2020-05-23
igb: Report speed and duplex as unknown when device is runtime suspended
Kai-Heng Feng
1
-1
/
+2
2020-05-23
igc: Remove unused descriptor's flags
Sasha Neftin
1
-4
/
+0
[next]