index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
sch5636.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-05
net: devlink: don't ignore errors during dumpit
Jiri Pirko
1
-6
/
+24
2019-10-04
net: dsa: sja1105: Add support for port mirroring
Vladimir Oltean
1
-4
/
+84
2019-10-04
igmp: uninline ip_mc_validate_checksum()
Alexey Dobriyan
1
-1
/
+1
2019-10-04
net: spread "enum sock_flags"
Alexey Dobriyan
2
-3
/
+4
2019-10-04
net, uapi: fix -Wpointer-arith warnings
Alexey Dobriyan
6
-7
/
+7
2019-10-04
net: phy: broadcom: Use bcm54xx_config_clock_delay() for BCM54612E
Florian Fainelli
1
-20
/
+1
2019-10-04
net: phy: broadcom: Fix RGMII delays configuration for BCM54210E
Florian Fainelli
1
-8
/
+3
2019-10-04
net/tls: allow compiling TLS TOE out
Jakub Kicinski
4
-3
/
+17
2019-10-04
net/tls: rename tls_hw_* functions tls_toe_*
Jakub Kicinski
3
-12
/
+12
2019-10-04
net/tls: move TOE-related code to a separate file
Jakub Kicinski
5
-103
/
+150
2019-10-04
net/tls: move tls_build_proto() on init path
Jakub Kicinski
1
-5
/
+2
2019-10-04
net/tls: rename tls_device to tls_toe_device
Jakub Kicinski
4
-31
/
+31
2019-10-04
net/tls: move TOE-related structures to a separate header
Jakub Kicinski
4
-34
/
+75
2019-10-04
rxrpc: Add missing "new peer" trace
David Howells
1
-0
/
+2
2019-10-04
selftests: netdevsim: add tests for devlink reload with resources
Jiri Pirko
1
-1
/
+119
2019-10-04
net: devlink: allow to change namespaces during reload
Jiri Pirko
6
-11
/
+158
2019-10-04
netdevsim: take devlink net instead of init_net
Jiri Pirko
1
-2
/
+2
2019-10-04
netdevsim: register port netdevices into net of device
Jiri Pirko
2
-0
/
+6
2019-10-04
netdevsim: implement proper devlink reload
Jiri Pirko
3
-57
/
+99
2019-10-04
netdevsim: add all ports in nsim_dev_create() and del them in destroy()
Jiri Pirko
1
-82
/
+93
2019-10-04
mlxsw: Propagate extack down to register_fib_notifier()
Jiri Pirko
10
-21
/
+34
2019-10-04
mlxsw: Register port netdevices into net of core
Jiri Pirko
3
-0
/
+3
2019-10-04
mlxsw: spectrum: Take devlink net instead of init_net
Jiri Pirko
6
-17
/
+34
2019-10-04
net: devlink: export devlink net getter
Jiri Pirko
2
-1
/
+3
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
20
-61
/
+105
2019-10-04
mlxsw: spectrum_router: Don't rely on missing extack to symbolize dump
Jiri Pirko
1
-21
/
+1
2019-10-04
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
6
-35
/
+71
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
15
-105
/
+78
2019-10-04
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
4
-128
/
+114
2019-10-03
net: propagate errors correctly in register_netdevice()
Eric Dumazet
1
-0
/
+1
2019-10-03
net: phy: at803x: remove probe and struct at803x_priv
Oleksij Rempel
1
-21
/
+0
2019-10-03
net: phy: at803x: add ar9331 support
Oleksij Rempel
1
-0
/
+12
2019-10-03
mlxsw: PCI: Send EMAD traffic on a separate queue
Petr Machata
2
-2
/
+19
2019-10-03
net/rds: Use DMA memory pool allocation for rds_header
Ka-Cheong Poon
5
-61
/
+153
2019-10-03
net: stmmac: Support enhanced addressing mode for DWMAC 4.10
Thierry Reding
4
-2
/
+34
2019-10-03
net: stmmac: Only enable enhanced addressing mode when needed
Thierry Reding
3
-1
/
+12
2019-10-03
r8152: Add identifier names for function pointers
Prashant Malani
1
-11
/
+12
2019-10-03
net/rds: Log vendor error if send/recv Work requests fail
Sudhakar Dindukurti
2
-4
/
+5
2019-10-03
mvpp2: remove misleading comment
Matteo Croce
1
-2
/
+1
2019-10-02
Minor fixes to the CAIF Transport drivers Kconfig file
rd.dunlab@gmail.com
1
-3
/
+3
2019-10-02
Isolate CAIF transport drivers into their own menu
rd.dunlab@gmail.com
1
-1
/
+9
2019-10-02
Clean up the net/caif/Kconfig menu
rd.dunlab@gmail.com
1
-5
/
+5
2019-10-02
net_sched: remove need_resched() from qdisc_run()
Eric Dumazet
1
-6
/
+1
2019-10-02
net: dsa: Remove unused __DSA_SKB_CB macro
Vladimir Oltean
1
-2
/
+0
2019-10-02
net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_buf
Vladimir Oltean
7
-88
/
+69
2019-10-02
net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}
Vladimir Oltean
4
-32
/
+47
2019-10-02
net: dsa: sja1105: Don't use "inline" function declarations in C files
Vladimir Oltean
2
-5
/
+4
2019-10-02
ipconfig: Handle CONFIG_CIFS_ROOT option
Paulo Alcantara (SUSE)
1
-2
/
+8
2019-10-02
init: Support mounting root file systems over SMB
Paulo Alcantara (SUSE)
1
-0
/
+49
2019-10-02
ionic: add lif_quiesce to wait for queue activity to stop
Shannon Nelson
1
-0
/
+16
[next]