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
2022-03-04
Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
Tom Rix
1
-1
/
+1
2022-03-04
Bluetooth: mgmt: Replace zero-length array with flexible-array member
Changcheng Deng
1
-1
/
+1
2022-03-04
net: ethernet: sun: Remove redundant code
Jiapeng Chong
1
-16
/
+0
2022-03-04
Merge branch 'nfp-AF_XDP-zero-copy'
David S. Miller
6
-54
/
+855
2022-03-04
nfp: xsk: add AF_XDP zero-copy Rx and Tx support
Niklas Söderlund
6
-28
/
+756
2022-03-04
nfp: xsk: add configuration check for XSK socket chunk size
Niklas Söderlund
1
-4
/
+38
2022-03-04
nfp: xsk: add an array of xsk buffer pools to each data path
Niklas Söderlund
2
-2
/
+21
2022-03-04
nfp: wrap napi add/del logic
Jakub Kicinski
1
-16
/
+22
2022-03-04
nfp: expose common functions to be used for AF_XDP
Niklas Söderlund
2
-8
/
+22
2022-03-04
Merge branch 'sparx5-ptp'
David S. Miller
11
-11
/
+1221
2022-03-04
net: sparx5: Implement get_ts_info
Horatiu Vultur
1
-0
/
+34
2022-03-04
net: sparx5: Add support for ptp interrupts
Horatiu Vultur
3
-0
/
+134
2022-03-04
net: sparx5: Update extraction/injection for timestamping
Horatiu Vultur
5
-1
/
+248
2022-03-04
net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
Horatiu Vultur
3
-0
/
+102
2022-03-04
net: sparx5: Add support for ptp clocks
Horatiu Vultur
4
-1
/
+356
2022-03-04
net: sparx5: Add registers that are used by ptp functionality
Horatiu Vultur
2
-2
/
+334
2022-03-04
dts: sparx5: Enable ptp interrupt
Horatiu Vultur
1
-2
/
+3
2022-03-04
dt-bindings: net: sparx5: Extend with the ptp interrupt
Horatiu Vultur
1
-0
/
+2
2022-03-04
net: sparx5: Move ifh from port to local variable
Horatiu Vultur
3
-5
/
+8
2022-03-04
Merge branch 'lan937x-t1-phy-driver'
David S. Miller
1
-62
/
+325
2022-03-04
net: phy: added ethtool master-slave configuration support
Arun Ramadoss
1
-0
/
+90
2022-03-04
net: phy: added the LAN937x phy support
Arun Ramadoss
1
-1
/
+54
2022-03-04
net: phy: updated the initialization routine for LAN87xx
Arun Ramadoss
1
-42
/
+175
2022-03-04
net: phy: removed empty lines in LAN87XX
Arun Ramadoss
1
-4
/
+0
2022-03-04
net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
Arun Ramadoss
1
-3
/
+4
2022-03-04
net: phy: used genphy_soft_reset for phy reset in LAN87xx
Arun Ramadoss
1
-12
/
+2
2022-03-04
Merge branch 'lan8814-1588-support'
David S. Miller
2
-34
/
+1097
2022-03-04
net: phy: micrel: 1588 support for LAN8814 phy
Divya Koppera
1
-22
/
+1066
2022-03-04
dt-bindings: net: micrel: Configure latency values and timestamping check for...
Divya Koppera
1
-0
/
+17
2022-03-04
net: phy: micrel: Fix concurrent register access
Divya Koppera
1
-14
/
+16
2022-03-04
Merge branch 'skb-drop-reasons'
David S. Miller
4
-13
/
+50
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
3
-3
/
+11
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
3
-1
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
3
-1
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
3
-1
/
+11
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
3
-2
/
+8
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2
-4
/
+11
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
3
-1
/
+3
2022-03-04
Merge branch 'netif_rx'
David S. Miller
20
-23
/
+23
2022-03-04
net: dev: Use netif_rx().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-03-04
net: bridge: Use netif_rx().
Sebastian Andrzej Siewior
1
-2
/
+2
2022-03-04
net: macvlan: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
9
-9
/
+9
2022-03-04
net: dsa: Use netif_rx().
Sebastian Andrzej Siewior
3
-3
/
+3
2022-03-04
net: caif: Use netif_rx().
Sebastian Andrzej Siewior
2
-2
/
+2
2022-03-04
net: sgi-xp: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
net: xtensa: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
docs: networking: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
13
-554
/
+872
2022-03-04
Merge branch 'ocelot-felix-cleanups'
David S. Miller
2
-16
/
+13
[prev]
[next]