index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
net: phy: bcm54140: add second PHY ID
Michael Walle
1
-1
/
+1
2020-04-30
ptp_qoriq: output PPS signal on FIPER2 in default
Yangbo Lu
1
-1
/
+1
2020-04-30
tcp: add tp->dup_ack_counter
Eric Dumazet
1
-0
/
+1
2020-04-30
Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
8
-134
/
+187
2020-04-30
docs: networking: convert netdev-features.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-30
inet_diag: add cgroup id attribute
Dmitry Yakunin
1
-1
/
+5
2020-04-30
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
8
-134
/
+187
2020-04-28
net/mlx5: TX WQE Add trailer insertion field
Raed Salem
1
-0
/
+6
2020-04-28
net/mlx5: Add release all pages capability bit
Eran Ben Elisha
1
-1
/
+3
2020-04-28
net/mlx5: Introduce TLS RX offload hardware bits
Tariq Toukan
2
-4
/
+19
2020-04-28
net/mlx5: Add structure and defines for pci sync for fw update event
Moshe Shemesh
2
-1
/
+18
2020-04-28
net/mlx5: Add structure layout and defines for MFRL register
Moshe Shemesh
2
-0
/
+25
2020-04-28
net/mlx5: Refactor imm_inval_pkey field in cqe struct
Raed Salem
1
-1
/
+6
2020-04-28
net/mlx5: Use aligned variable while allocating ICM memory
Erez Shitrit
1
-1
/
+2
2020-04-28
net/mlx5: Introduce IPsec Connect-X offload hardware bits and structures
Raed Salem
2
-3
/
+79
2020-04-28
net/mlx5: Add support for COPY steering action
Huy Nguyen
1
-4
/
+4
2020-04-27
bridge: mrp: Extend bridge interface
Horatiu Vultur
1
-0
/
+2
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
40
-93
/
+72
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+2
2020-04-24
net: phy: remove genphy_no_soft_reset
Heiner Kallweit
1
-4
/
+0
2020-04-24
net: phylink, dsa: eliminate phylink_fixed_state_cb()
Russell King
1
-3
/
+3
2020-04-24
Merge tag 'pnp-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-20
/
+9
2020-04-24
Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2020-04-24
Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-21
/
+1
2020-04-24
Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+5
2020-04-23
net: napi: add hard irqs deferral feature
Eric Dumazet
1
-0
/
+2
2020-04-23
net/mlx5: Update transobj.c new cmd interface
Leon Romanovsky
1
-13
/
+6
2020-04-23
net/mlx5: Update cq.c to new cmd interface
Leon Romanovsky
1
-1
/
+1
2020-04-23
net/mlx5: Update vport.c to new cmd interface
Leon Romanovsky
1
-2
/
+1
2020-04-23
Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
1
-0
/
+1
2020-04-22
net: mdio: of: export part of of_mdiobus_register_phy()
Oleksij Rempel
1
-1
/
+10
2020-04-22
tracing: Remove DECLARE_TRACE_NOARGS
Nikolay Borisov
1
-21
/
+1
2020-04-23
arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
Masahiro Yamada
1
-3
/
+5
2020-04-22
net: phy: add device-managed devm_mdiobus_register
Heiner Kallweit
1
-0
/
+17
2020-04-22
net: phy: add Broadcom BCM54140 support
Michael Walle
1
-0
/
+1
2020-04-22
net: phy: broadcom: add helper to write/read RDB registers
Michael Walle
1
-0
/
+3
2020-04-22
pnp: Use list_for_each_entry() instead of open coding
Jason Gunthorpe
1
-20
/
+9
2020-04-21
net: stmmac: Enable SERDES power up/down sequence
Voon Weifeng
1
-0
/
+2
2020-04-21
kernel/module: Hide vermagic header file from general use
Leon Romanovsky
1
-0
/
+5
2020-04-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-04-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-04-21
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-2
/
+7
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
1
-1
/
+1
2020-04-21
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
176
-1316
/
+3069
2020-04-20
Merge tag 'mlx5-updates-2020-04-20' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-0
/
+12
2020-04-20
net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter list
Raed Salem
1
-0
/
+12
2020-04-20
net: Add IF_OPER_TESTING
Andrew Lunn
1
-0
/
+41
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-04-19
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+8
2020-04-19
Merge tag 'flexible-array-member-5.7-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
26
-36
/
+36
[next]