index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
net/3com: Delete driver and module versions from 3com drivers
Leon Romanovsky
4
-25
/
+2
2020-02-24
net/dummy: Ditch driver and module versions
Leon Romanovsky
1
-3
/
+0
2020-02-24
net/bond: Delete driver and module versions
Leon Romanovsky
2
-8
/
+3
2020-02-24
net: hns3: remove redundant initialization of pointer 'client'
Colin Ian King
1
-1
/
+1
2020-02-24
net/mlxfw: fix spelling mistake: "progamming" -> "programming"
Colin Ian King
1
-1
/
+1
2020-02-23
r8169: improve rtl8169_start_xmit
Heiner Kallweit
1
-13
/
+10
2020-02-23
net: ena: ethtool: remove redundant non-zero check on rc
Colin Ian King
1
-4
/
+0
2020-02-23
tun: Remove unnecessary BUG_ON check in tun_net_xmit
David Ahern
1
-2
/
+0
2020-02-23
mlxsw: pci: Remove unused values
Ido Schimmel
1
-2
/
+0
2020-02-23
mlxsw: core: Remove priv from listener equality comparison
Jiri Pirko
2
-25
/
+15
2020-02-23
mlxsw: spectrum_acl: Make block arg const where appropriate
Jiri Pirko
2
-7
/
+10
2020-02-23
mlxsw: spectrum_trap: Make global arrays const as they should be
Jiri Pirko
1
-6
/
+6
2020-02-23
mlxsw: core: Remove initialization to false of mlxsw_listener struct
Jiri Pirko
1
-2
/
+0
2020-02-23
mlxsw: core: Convert is_event and is_ctrl bools to be single bits
Jiri Pirko
1
-2
/
+2
2020-02-23
mlxsw: core: Remove dummy union name from struct mlxsw_listener
Jiri Pirko
2
-7
/
+7
2020-02-23
mlxsw: core: Remove unused action field from mlxsw_rx_listener struct
Jiri Pirko
1
-1
/
+0
2020-02-23
mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()
Jiri Pirko
1
-53
/
+19
2020-02-23
mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap Action
Jiri Pirko
1
-54
/
+49
2020-02-23
mlxsw: spectrum_trap: Move functions to avoid their forward declarations
Jiri Pirko
1
-78
/
+73
2020-02-23
mlxsw: spectrum_trap: Use err variable instead of directly checking func retu...
Jiri Pirko
1
-2
/
+6
2020-02-22
r8169: remove RTL_EVENT_NAPI constants
Heiner Kallweit
1
-5
/
+1
2020-02-22
mlxsw: spectrum: Remove RTNL where possible
Ido Schimmel
2
-29
/
+0
2020-02-22
mlxsw: spectrum_router: Take router lock from exported helpers
Ido Schimmel
1
-22
/
+58
2020-02-22
mlxsw: spectrum_router: Take router lock from inetaddr listeners
Ido Schimmel
1
-3
/
+9
2020-02-22
mlxsw: spectrum_router: Take router lock from netdev listener
Ido Schimmel
2
-23
/
+45
2020-02-22
mlxsw: spectrum_dpipe: Take router lock from dpipe code
Ido Schimmel
1
-0
/
+18
2020-02-22
mlxsw: spectrum_router: Take router lock from inside routing code
Ido Schimmel
1
-7
/
+17
2020-02-22
mlxsw: spectrum_router: Introduce router lock
Ido Schimmel
2
-0
/
+5
2020-02-22
mlxsw: spectrum_router: Store NVE decapsulation configuration in router
Ido Schimmel
4
-29
/
+46
2020-02-22
mlxsw: spectrum_router: Expose router struct to internal users
Ido Schimmel
2
-33
/
+33
2020-02-22
mlxsw: spectrum_mr: Protect multicast route list with a lock
Ido Schimmel
1
-4
/
+20
2020-02-22
mlxsw: spectrum_mr: Protect multicast table list with a lock
Ido Schimmel
1
-0
/
+11
2020-02-22
mlxsw: spectrum_mr: Publish multicast route after writing it to the device
Ido Schimmel
1
-9
/
+8
2020-02-21
net/mlx5: Add fsm_reactivate callback support
Eran Ben Elisha
1
-0
/
+39
2020-02-21
net/mlxfw: Add reactivate flow support to FSM burn flow
Eran Ben Elisha
2
-4
/
+119
2020-02-21
net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting
Saeed Mahameed
1
-21
/
+24
2020-02-21
net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c
Saeed Mahameed
2
-38
/
+54
2020-02-21
net/mlxfw: More error messages coverage
Saeed Mahameed
1
-9
/
+26
2020-02-21
net/mlxfw: Improve FSM err message reporting and return codes
Saeed Mahameed
1
-29
/
+65
2020-02-21
net/mlxfw: Generic mlx FW flash status notify
Saeed Mahameed
5
-30
/
+16
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
212
-2501
/
+2029
2020-02-21
Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2
-7
/
+14
2020-02-21
Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+47
2020-02-21
Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-1530
/
+56
2020-02-21
Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-51
/
+102
2020-02-21
Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
23
-122
/
+306
2020-02-21
Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
48
-241
/
+480
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
50
-253
/
+542
2020-02-21
net: phy: dp83867: Add speed optimization feature
Dan Murphy
1
-0
/
+150
2020-02-21
ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()
Rafael J. Wysocki
2
-0
/
+52
[next]