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-11-11
lwtunnel: change to use nla_parse_nested on new options
Xin Long
1
-8
/
+8
2019-11-11
Merge branch 'Accomodate-DSA-front-end-into-Ocelot'
David S. Miller
8
-457
/
+680
2019-11-11
net: mscc: ocelot: don't hardcode the number of the CPU port
Vladimir Oltean
1
-4
/
+7
2019-11-11
net: mscc: ocelot: split assignment of the cpu port into a separate function
Vladimir Oltean
3
-22
/
+57
2019-11-11
net: mscc: ocelot: refactor adjust_link into a netdev-independent function
Vladimir Oltean
1
-10
/
+17
2019-11-11
net: mscc: ocelot: initialize list of multicast addresses in common code
Claudiu Manoil
2
-1
/
+1
2019-11-11
net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop
Vladimir Oltean
1
-10
/
+26
2019-11-11
net: mscc: ocelot: move port initialization into separate function
Vladimir Oltean
1
-21
/
+24
2019-11-11
net: mscc: ocelot: limit vlan ingress filtering to actual number of ports
Vladimir Oltean
1
-1
/
+2
2019-11-11
net: mscc: ocelot: refactor ethtool callbacks
Vladimir Oltean
1
-17
/
+47
2019-11-11
net: mscc: ocelot: separate net_device related items out of ocelot_port
Vladimir Oltean
6
-190
/
+233
2019-11-11
net: mscc: ocelot: refactor struct ocelot_port out of function prototypes
Vladimir Oltean
4
-65
/
+59
2019-11-11
net: mscc: ocelot: change prototypes of switchdev port attribute handlers
Vladimir Oltean
1
-43
/
+45
2019-11-11
net: mscc: ocelot: change prototypes of hwtstamping ioctls
Vladimir Oltean
1
-12
/
+13
2019-11-11
net: mscc: ocelot: break out fdb operations into abstract implementations
Vladimir Oltean
1
-46
/
+78
2019-11-11
net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}
Vladimir Oltean
1
-18
/
+42
2019-11-11
net: mscc: ocelot: break apart ocelot_vlan_port_apply
Vladimir Oltean
1
-68
/
+100
2019-11-11
Merge branch 'net-dsa-mv88e6xxx-Add-support-for-port-mirroring'
David S. Miller
6
-20
/
+188
2019-11-11
net: dsa: mv88e6xxx: Add support for port mirroring
Iwan R Timmer
5
-4
/
+136
2019-11-11
net: dsa: mv88e6xxx: Split monitor port configuration
Iwan R Timmer
4
-16
/
+52
2019-11-11
Support LAN743x PTP periodic output on any GPIO
John Efstathiades
2
-96
/
+230
2019-11-11
Merge branch 'Unlock-new-potential-in-SJA1105-with-PTP-system-timestamping'
David S. Miller
5
-52
/
+177
2019-11-11
net: dsa: sja1105: Disallow management xmit during switch reset
Vladimir Oltean
1
-0
/
+4
2019-11-11
net: dsa: sja1105: Restore PTP time after switch reset
Vladimir Oltean
4
-32
/
+114
2019-11-11
net: dsa: sja1105: Implement the .gettimex64 system call for PTP
Vladimir Oltean
4
-22
/
+61
2019-11-09
Merge branch 'r8169-improve-PHY-configuration'
David S. Miller
1
-496
/
+229
2019-11-09
r8169: remove rtl8168c_4_hw_phy_config
Heiner Kallweit
1
-6
/
+1
2019-11-09
r8169: add helper r8168d_modify_extpage
Heiner Kallweit
1
-82
/
+39
2019-11-09
r8169: switch to phylib functions in more places
Heiner Kallweit
1
-68
/
+17
2019-11-09
r8169: add helper r8168d_phy_param
Heiner Kallweit
1
-164
/
+85
2019-11-09
r8169: add helper r8168g_phy_param
Heiner Kallweit
1
-187
/
+98
2019-11-09
net: sfp: rework upstream interface
Russell King
3
-39
/
+88
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
260
-938
/
+2201
2019-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
111
-483
/
+1093
2019-11-08
Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-9
/
+25
2019-11-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
8
-24
/
+15
2019-11-08
ixgbe: need_wakeup flag might not be set for Tx
Magnus Karlsson
1
-8
/
+2
2019-11-08
i40e: need_wakeup flag might not be set for Tx
Magnus Karlsson
1
-8
/
+2
2019-11-08
igb/igc: use ktime accessors for skb->tstamp
Jacob Keller
3
-4
/
+6
2019-11-08
i40e: Fix for ethtool -m issue on X722 NIC
Arkadiusz Kubalewski
1
-1
/
+2
2019-11-08
iavf: initialize ITRN registers with correct values
Nicholas Nunley
1
-2
/
+2
2019-11-08
ice: fix potential infinite loop because loop counter being too small
Colin Ian King
1
-1
/
+1
2019-11-08
Merge branch 'sctp-rfc7829'
David S. Miller
10
-38
/
+266
2019-11-08
sctp: add SCTP_PEER_ADDR_THLDS_V2 sockopt
Xin Long
2
-14
/
+50
2019-11-08
sctp: add support for Primary Path Switchover
Xin Long
9
-4
/
+51
2019-11-08
sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt
Xin Long
2
-0
/
+81
2019-11-08
sctp: add SCTP_ADDR_POTENTIALLY_FAILED notification
Xin Long
2
-18
/
+16
2019-11-08
sctp: add pf_expose per netns and sock and asoc
Xin Long
9
-2
/
+68
2019-11-08
devlink: disallow reload operation during device cleanup
Jiri Pirko
5
-4
/
+57
2019-11-08
selftest: net: add alternative names test
Jiri Pirko
1
-0
/
+75
[next]