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
2024-01-04
net: wangxun: add ethtool_ops for ring parameters
Jiawen Wu
11
-3
/
+214
2024-01-04
net: wangxun: add flow control support
Jiawen Wu
9
-0
/
+251
2024-01-04
net: ngbe: convert phylib to phylink
Jiawen Wu
4
-63
/
+70
2024-01-04
net: txgbe: use phylink bits added in libwx
Jiawen Wu
4
-62
/
+26
2024-01-04
net: libwx: add phylink to libwx
Jiawen Wu
3
-0
/
+39
2024-01-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
17
-89
/
+381
2024-01-04
sctp: fix busy polling
Eric Dumazet
1
-6
/
+4
2024-01-03
net: kcm: fix direct access to bv_len
Mina Almasry
1
-1
/
+1
2024-01-03
vsock/virtio: use skb_frag_*() helpers
Mina Almasry
1
-3
/
+3
2024-01-03
net/sched: sch_api: conditional netlink notifications
Pedro Tammela
1
-11
/
+68
2024-01-03
net/sched: introduce ACT_P_BOUND return code
Pedro Tammela
21
-21
/
+22
2024-01-03
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
3
-3
/
+3
2024-01-03
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
16
-359
/
+342
2024-01-03
Merge branch 'ena-driver-xdp-changes'
Jakub Kicinski
7
-692
/
+736
2024-01-03
net: ena: Take xdp packets stats into account in ena_get_stats64()
David Arinzon
1
-3
/
+10
2024-01-03
net: ena: Make queue stats code cleaner by removing the if block
David Arinzon
1
-10
/
+7
2024-01-03
net: ena: Always register RX queue info
David Arinzon
3
-4
/
+13
2024-01-03
net: ena: Add more debug prints to XDP related function
David Arinzon
1
-0
/
+4
2024-01-03
net: ena: Refactor napi functions
David Arinzon
2
-23
/
+30
2024-01-03
net: ena: Don't check if XDP program is loaded in ena_xdp_execute()
David Arinzon
1
-3
/
+0
2024-01-03
net: ena: Use tx_ring instead of xdp_ring for XDP channel TX
David Arinzon
4
-65
/
+61
2024-01-03
net: ena: Introduce total_tx_size field in ena_tx_buffer struct
David Arinzon
2
-2
/
+5
2024-01-03
net: ena: Put orthogonal fields in ena_tx_buffer in a union
David Arinzon
1
-5
/
+7
2024-01-03
net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()
David Arinzon
4
-11
/
+10
2024-01-03
net: ena: Move XDP code to its new files
David Arinzon
7
-657
/
+680
2024-01-03
octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry
Suman Ghosh
1
-7
/
+6
2024-01-03
selftests/net: change shebang to bash to support "source"
Yujie Liu
2
-4
/
+4
2024-01-03
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
6
-11
/
+9
2024-01-03
net: mvpp2: initialize port fwnode pointer
Marcin Wojtas
1
-1
/
+1
2024-01-03
net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4K
Ilpo Järvinen
1
-2
/
+4
2024-01-03
net/sched: cls_api: complement tcf_tfilter_dump_policy
Lin Ma
1
-0
/
+1
2024-01-02
ppp: Fix spelling typo in comment in ppp_async_encode()
liyouhong
1
-1
/
+1
2024-01-02
net: ethtool: Fix symmetric-xor RSS RX flow hash check
Gerhard Engleder
1
-15
/
+18
2024-01-02
Merge branch 'bug-fixes-for-rss-symmetric-xor'
Jakub Kicinski
2
-2
/
+10
2024-01-02
net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm
Ahmed Zaki
2
-2
/
+5
2024-01-02
net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
Ahmed Zaki
1
-0
/
+5
2024-01-02
xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETS
Vladimir Oltean
1
-2
/
+2
2024-01-02
Revert "net: mdio: get/put device node during (un)registration"
Jakub Kicinski
3
-17
/
+1
2024-01-02
Merge branch 'renesas-rzg3s-add-support-for-ethernet'
David S. Miller
4
-312
/
+0
2024-01-02
dt-bindings: net: renesas,etheravb: Document RZ/G3S support
Claudiu Beznea
1
-0
/
+1
2024-01-02
i40e: Avoid unnecessary use of comma operator
Simon Horman
1
-1
/
+1
2024-01-02
i40e: Fix VF disable behavior to block all traffic
Andrii Staikov
2
-0
/
+33
2024-01-02
ixgbe: Refactor returning internal error codes
Jedrzej Jagielski
12
-317
/
+264
2024-01-02
ixgbe: Refactor overtemp event handling
Jedrzej Jagielski
5
-41
/
+43
2024-01-02
ixgbe: report link state for VF devices
Ovidiu Panait
1
-0
/
+1
2024-01-02
ice: Fix some null pointer dereference issues in ice_ptp.c
Kunwu Chan
1
-0
/
+4
2024-01-02
ice: ice_base.c: Add const modifier to params and vars
Jan Glaza
2
-5
/
+5
2024-01-02
ice: remove rx_len_errors statistic
Jan Sokolowski
3
-7
/
+0
2024-01-02
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
Jacob Keller
4
-33
/
+28
2024-01-02
ice: Add support for packet mirroring using hardware in switchdev mode
Andrii Staikov
3
-7
/
+60
[next]