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
2020-04-12
net: mvneta: Fix a typo
Christophe JAILLET
1
-1
/
+1
2020-04-12
mptcp: fix double-unlock in mptcp_poll
Florian Westphal
1
-12
/
+13
2020-04-12
net: tun: record RX queue in skb before do_xdp_generic()
Gilberto Bertin
1
-1
/
+2
2020-04-12
net: ethernet: ti: Add missing '\n' in log messages
Christophe JAILLET
1
-3
/
+3
2020-04-12
soc: qcom: ipa: Add a missing '\n' in a log message
Christophe JAILLET
1
-3
/
+2
2020-04-12
net: neterion: remove redundant assignment to variable tmp64
Colin Ian King
1
-1
/
+1
2020-04-11
net: phy: marvell: Fix pause frame negotiation
Clemens Gruber
1
-22
/
+24
2020-04-10
docs: networking: add full DIM API
Randy Dunlap
1
-0
/
+6
2020-04-10
docs: networking: convert DIM to RST
Jakub Kicinski
3
-47
/
+45
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
13
-43
/
+137
2020-04-09
net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
Taras Chornyi
1
-4
/
+9
2020-04-09
net/rds: Fix MR reference counting problem
Ka-Cheong Poon
2
-21
/
+12
2020-04-09
net/rds: Replace struct rds_mr's r_refcount with struct kref
Ka-Cheong Poon
3
-23
/
+20
2020-04-09
net: macsec: fix using wrong structure in macsec_changelink()
Taehee Yoo
1
-1
/
+1
2020-04-09
net-sysfs: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2020-04-09
net: qrtr: send msgs from local of same id as broadcast
Wang Wenhu
1
-3
/
+4
2020-04-09
Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
8
-32
/
+26
2020-04-09
Documentation: devlink: fix broken link warning
Lothar Rubusch
1
-0
/
+2
2020-04-09
arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0
Luke Nelson
1
-2
/
+10
2020-04-09
bpf: Fix use of sk->sk_reuseport from sk_assign
Joe Stringer
1
-1
/
+1
2020-04-08
net/mlx5e: CT: Use rhashtable's ct entries instead of a separate list
Paul Blakey
1
-12
/
+7
2020-04-08
net/mlx5e: Fix devlink port netdev unregistration sequence
Parav Pandit
1
-1
/
+1
2020-04-08
net/mlx5e: Fix pfnum in devlink port attribute
Parav Pandit
1
-4
/
+5
2020-04-08
net/mlx5e: Fix missing pedit action after ct clear action
Roi Dayan
1
-1
/
+2
2020-04-08
net/mlx5e: Fix nest_level for vlan pop action
Dmytro Linkin
1
-2
/
+3
2020-04-08
net/mlx5e: Add missing release firmware call
Eran Ben Elisha
1
-1
/
+4
2020-04-08
net/mlx5: Fix condition for termination table cleanup
Eli Cohen
2
-10
/
+3
2020-04-08
net/mlx5: Fix frequent ioread PCI access during recovery
Moshe Shemesh
1
-1
/
+1
2020-04-08
net/tls: fix const assignment warning
Arnd Bergmann
1
-2
/
+2
2020-04-08
l2tp: Allow management of tunnels and session in user namespace
Michael Weiß
1
-8
/
+8
2020-04-08
Merge branch 'ionic-fw-upgrade-filter-fixes'
David S. Miller
3
-28
/
+70
2020-04-08
ionic: set station addr only if needed
Shannon Nelson
1
-13
/
+19
2020-04-08
ionic: replay filters after fw upgrade
Shannon Nelson
3
-15
/
+51
2020-04-07
tc-testing: remove duplicate code in tdc.py
Roman Mashak
1
-3
/
+2
2020-04-07
hsr: check protocol version in hsr_newlink()
Taehee Yoo
1
-2
/
+8
2020-04-07
Documentation: mdio_bus.c - fix warnings
Lothar Rubusch
1
-1
/
+1
2020-04-07
net: sched: Fix setting last executed chain on skb extension
Paul Blakey
1
-0
/
+1
2020-04-07
net: revert default NAPI poll timeout to 2 jiffies
Konstantin Khlebnikov
1
-1
/
+2
2020-04-07
net: ethernet: mediatek: move mt7623 settings out off the mt7530
René van Dorst
2
-1
/
+31
2020-04-07
net: dsa: mt7530: move mt7623 settings out off the mt7530
René van Dorst
2
-95
/
+0
2020-04-07
net: ipv6: do not consider routes via gateways for anycast address check
Tim Stallard
1
-0
/
+1
2020-04-07
net: icmp6: do not select saddr from iif when route has prefsrc set
Tim Stallard
1
-1
/
+20
2020-04-07
Merge branch 'fec-fix-wake-on-lan'
David S. Miller
5
-33
/
+132
2020-04-07
ARM: dts: imx6: add fec gpr property.
Martin Fuzzey
1
-0
/
+1
2020-04-07
dt-bindings: fec: document the new gpr property.
Martin Fuzzey
1
-0
/
+2
2020-04-07
ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.
Martin Fuzzey
2
-4
/
+2
2020-04-07
net: fec: set GPR bit on suspend by DT configuration.
Martin Fuzzey
2
-29
/
+127
2020-04-07
net: sock.h: fix skb_steal_sock() kernel-doc
Lothar Rubusch
1
-3
/
+3
2020-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
9
-23
/
+31
2020-04-08
selftests/bpf: Add test for bpf_get_link_xdp_id
Andrey Ignatov
1
-0
/
+68
[next]