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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'phy-at803x-add-ar9331-support'
David S. Miller
1
-21
/
+12
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
Merge branch 'stmmac-eam'
David S. Miller
7
-3
/
+46
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-02
net/rds: Log vendor error if send/recv Work requests fail
Sudhakar Dindukurti
2
-4
/
+5
2019-10-02
mvpp2: remove misleading comment
Matteo Croce
1
-2
/
+1
2019-10-02
Merge branch 'CAIF-Kconfig-fixes'
David S. Miller
2
-9
/
+17
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
Merge branch 'sja1105-cleanups'
David S. Miller
7
-123
/
+118
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
Merge branch 'SMB-rootfs'
David S. Miller
2
-2
/
+57
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
Merge branch 'ionic-driver-updates'
David S. Miller
4
-63
/
+119
2019-10-02
ionic: add lif_quiesce to wait for queue activity to stop
Shannon Nelson
1
-0
/
+16
2019-10-02
ionic: implement ethtool set-fec
Shannon Nelson
1
-27
/
+67
2019-10-02
ionic: report users coalesce request
Shannon Nelson
3
-18
/
+19
2019-10-02
ionic: use wait_on_bit_lock() rather than open code
Shannon Nelson
3
-13
/
+13
2019-10-02
ionic: simplify returns in devlink info
Shannon Nelson
1
-5
/
+4
2019-10-02
Merge branch 'per-netns-notifier'
David S. Miller
4
-32
/
+165
2019-10-02
mlxsw: spectrum: Use per-netns netdevice notifier registration
Jiri Pirko
1
-3
/
+6
2019-10-02
net: introduce per-netns netdevice notifiers
Jiri Pirko
3
-0
/
+93
2019-10-02
net: push loops and nb calls into helper functions
Jiri Pirko
3
-29
/
+66
2019-10-01
r8152: Use guard clause and fix comment typos
Prashant Malani
1
-16
/
+16
2019-10-01
vsock/virtio: add support for MSG_PEEK
Matias Ezequiel Vara Larsen
1
-3
/
+52
2019-10-01
hso: fix NULL-deref on tty open
Johan Hovold
1
-4
/
+8
2019-10-01
dt-bindings: sh_eth convert bindings to json-schema
Simon Horman
3
-70
/
+115
2019-10-01
net: usb: ax88179_178a: allow optionally getting mac address from device tree
Peter Fink
1
-4
/
+27
2019-10-01
ipv6: minor code reorg in inet6_fill_ifla6_attrs()
Nicolas Dichtel
1
-4
/
+3
2019-10-01
Merge branch 'netdev-altnames'
David S. Miller
8
-43
/
+348
2019-10-01
net: rtnetlink: add possibility to use alternative names as message handle
Jiri Pirko
1
-11
/
+18
2019-10-01
net: rtnetlink: introduce helper to get net_device instance by ifname
Jiri Pirko
1
-20
/
+25
2019-10-01
net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest
Jiri Pirko
1
-6
/
+4
2019-10-01
net: rtnetlink: put alternative names to getlink message
Jiri Pirko
1
-0
/
+53
2019-10-01
net: rtnetlink: add linkprop commands to add and delete alternative ifnames
Jiri Pirko
7
-2
/
+177
[next]