index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
880
-15579
/
+66744
2024-07-16
Merge tag 'thermal-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-07-16
eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
Colin Ian King
1
-1
/
+1
2024-07-16
wifi: ath12k: fix build vs old compiler
Paolo Abeni
1
-2
/
+2
2024-07-15
Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-4
/
+11
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+3
2024-07-15
eth: fbnic: Write the TCAM tables used for RSS control and Rx to host
Alexander Duyck
7
-1
/
+498
2024-07-15
eth: fbnic: Add L2 address programming
Alexander Duyck
9
-0
/
+678
2024-07-15
eth: fbnic: Add basic Rx handling
Alexander Duyck
5
-3
/
+402
2024-07-15
eth: fbnic: Add basic Tx handling
Alexander Duyck
4
-1
/
+477
2024-07-15
eth: fbnic: Add link detection
Alexander Duyck
12
-0
/
+629
2024-07-15
eth: fbnic: Add initial messaging to notify FW of our presence
Alexander Duyck
6
-0
/
+555
2024-07-15
eth: fbnic: Implement Rx queue alloc/start/stop/free
Alexander Duyck
6
-9
/
+638
2024-07-15
eth: fbnic: Implement Tx queue alloc/start/stop/free
Alexander Duyck
6
-11
/
+550
2024-07-15
eth: fbnic: Allocate a netdevice and napi vectors with queues
Alexander Duyck
9
-2
/
+775
2024-07-15
eth: fbnic: Add FW communication mechanism
Alexander Duyck
7
-0
/
+641
2024-07-15
eth: fbnic: Add message parsing for FW messages
Alexander Duyck
3
-1
/
+706
2024-07-15
eth: fbnic: Add register init to set PCIe/Ethernet device config
Alexander Duyck
7
-0
/
+845
2024-07-15
eth: fbnic: Allocate core device specific structures and devlink interface
Alexander Duyck
5
-2
/
+222
2024-07-15
eth: fbnic: Add scaffolding for Meta's NIC driver
Alexander Duyck
9
-0
/
+282
2024-07-15
Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
8
-12
/
+480
2024-07-15
Merge branch 'thermal-core'
Rafael J. Wysocki
1
-1
/
+1
2024-07-15
Revert "net: mvpp2: Improve data types and use min()"
Jakub Kicinski
1
-6
/
+6
2024-07-15
dsa: lan9303: consistent naming for PHY address parameter
Christian Eggers
1
-4
/
+4
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
86
-100
/
+118
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
86
-100
/
+101
2024-07-15
net: Change the API of PHY default timestamp to MAC
Kory Maincent
5
-0
/
+17
2024-07-15
net: ethernet: lantiq_etop: remove redundant device name setup
Aleksander Jan Bajkowski
1
-1
/
+0
2024-07-15
net: dsa: vsc73xx: start treating the BR_LEARNING flag
Pawel Dembicki
1
-6
/
+35
2024-07-15
net: dsa: vsc73xx: Add bridge support
Pawel Dembicki
1
-0
/
+5
2024-07-15
net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone use
Pawel Dembicki
1
-3
/
+2
2024-07-15
net: dsa: Define max num of bridges in tag8021q implementation
Pawel Dembicki
1
-2
/
+1
2024-07-15
net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
Pawel Dembicki
2
-4
/
+71
2024-07-15
net: dsa: vsc73xx: Add vlan filtering
Pawel Dembicki
2
-3
/
+566
2024-07-15
net: dsa: vsc73xx: add port_stp_state_set function
Pawel Dembicki
1
-11
/
+85
2024-07-15
net: ti: icssg-prueth: Split out common object into module
MD Danish Anwar
12
-69
/
+122
2024-07-14
virtio_net: Fix napi_skb_cache_put warning
Breno Leitao
1
-4
/
+4
2024-07-14
net: phy: bcm-phy-lib: Implement BroadR-Reach link modes
Kamil Horák (2N)
3
-28
/
+494
2024-07-14
net: phy: bcm54811: New link mode for BroadR-Reach
Kamil Horák (2N)
1
-1
/
+2
2024-07-14
virtio_net: xsk: rx: support recv merge mode
Xuan Zhuo
1
-0
/
+144
2024-07-14
virtio_net: xsk: rx: support recv small mode
Xuan Zhuo
1
-8
/
+168
2024-07-14
virtio_net: xsk: rx: support fill with xsk buffer
Xuan Zhuo
1
-4
/
+66
2024-07-14
virtio_net: xsk: support wakeup
Xuan Zhuo
1
-0
/
+24
2024-07-14
virtio_net: xsk: bind/unbind xsk for rx
Xuan Zhuo
1
-0
/
+134
2024-07-14
virtio_net: separate receive_mergeable
Xuan Zhuo
1
-30
/
+47
2024-07-14
virtio_net: separate receive_buf
Xuan Zhuo
1
-27
/
+35
2024-07-14
virtio_net: separate virtnet_tx_resize()
Xuan Zhuo
1
-6
/
+29
2024-07-14
virtio_net: separate virtnet_rx_resize()
Xuan Zhuo
1
-8
/
+21
2024-07-14
virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
Xuan Zhuo
1
-12
/
+9
2024-07-14
net: dpaa: no need to make sure all CPUs receive a corresponding Tx queue
Vladimir Oltean
1
-11
/
+0
[next]