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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-28
net: mvneta: Improve the buffer allocation method for SWBM
Yelena Krivosheev
1
-98
/
+183
2018-07-28
net: mvneta: Verify hardware checksum only when offload checksum feature is set
Yelena Krivosheev
1
-1
/
+2
2018-07-28
net: mvneta: Allocate page for the descriptor
Gregory CLEMENT
2
-41
/
+24
2018-07-28
net: mvneta: discriminate error cause for missed packet
Gregory CLEMENT
1
-6
/
+22
2018-07-28
net: mvneta: increase number of buffers in RX and TX queue
Yelena Krivosheev
1
-2
/
+2
2018-07-28
net: mvneta: remove data pointer usage from device_node structure
Gregory CLEMENT
3
-6
/
+32
2018-07-28
net: mvneta: fix mtu change on port without link
Yelena Krivosheev
1
-1
/
+0
2018-07-28
net: ethernet: mvneta: Fix napi structure mixup on armada 3700
Andrew Lunn
1
-10
/
+12
2018-07-27
net: usb: sr9700: Replace mdelay() with msleep() in sr9700_bind()
Jia-Ju Bai
1
-1
/
+1
2018-07-27
net: usb: pegasus: Replace mdelay() with msleep() in setup_pegasus_II()
Jia-Ju Bai
1
-1
/
+1
2018-07-27
net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init()
Jia-Ju Bai
1
-1
/
+1
2018-07-27
net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe()
Jia-Ju Bai
1
-2
/
+2
2018-07-27
net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()
Jia-Ju Bai
1
-2
/
+2
2018-07-27
net: hisilicon: hns: Replace mdelay() with msleep()
Jia-Ju Bai
2
-4
/
+4
2018-07-27
net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()
Jia-Ju Bai
1
-4
/
+4
2018-07-27
cxgb4: print ULD queue information managed by LLD
Rahul Lakkireddy
1
-19
/
+277
2018-07-27
mlxsw: spectrum: Support ieee_setapp, ieee_delapp
Petr Machata
2
-2
/
+271
2018-07-27
mlxsw: reg: Add QoS Priority to DSCP Mapping Register
Petr Machata
1
-0
/
+89
2018-07-27
mlxsw: reg: Add QoS ReWrite Enable Register
Petr Machata
1
-0
/
+39
2018-07-27
mlxsw: reg: Add QoS Priority Trust State Register
Petr Machata
1
-0
/
+39
2018-07-27
mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register
Petr Machata
1
-0
/
+52
2018-07-26
Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
10
-313
/
+612
2018-07-26
netdevsim: make debug dirs' dentries static
Jakub Kicinski
2
-6
/
+3
2018-07-26
net: adaptec: Replace mdelay() with msleep() in starfire_init_one()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
1
-4
/
+4
2018-07-26
isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
net: hns: make hns_dsaf_roce_reset non static
YueHaibing
1
-1
/
+1
2018-07-26
net/mlx5e: TX, Use function to access sq_dma object in fifo
Tariq Toukan
1
-10
/
+9
2018-07-26
net/mlx5e: TX, Move DB fields in TXQ-SQ struct
Tariq Toukan
1
-6
/
+4
2018-07-26
net/mlx5e: RX, Prefetch the xdp_frame data area
Tariq Toukan
1
-0
/
+1
2018-07-26
net/mlx5e: Add support for XDP_REDIRECT in device-out side
Tariq Toukan
7
-21
/
+154
2018-07-26
net/mlx5e: Re-order fields of struct mlx5e_xdpsq
Tariq Toukan
4
-18
/
+19
2018-07-26
net/mlx5e: Refactor XDP counters
Tariq Toukan
5
-26
/
+52
2018-07-26
net/mlx5e: Make XDP xmit functions more generic
Tariq Toukan
4
-42
/
+61
2018-07-26
net/mlx5e: Add counter for XDP redirect in RX
Tariq Toukan
3
-0
/
+6
2018-07-26
net/mlx5e: Move XDP related code into new XDP files
Tariq Toukan
7
-215
/
+293
2018-07-26
net/mlx5e: Restrict the combination of large MTU and XDP
Tariq Toukan
2
-8
/
+33
2018-07-26
net/mlx5e: Gather all XDP pre-requisite checks in a single function
Tariq Toukan
1
-11
/
+22
2018-07-26
net/mlx5e: Do not recycle RX pages in interface down flow
Tariq Toukan
1
-17
/
+20
2018-07-26
net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow
Tariq Toukan
3
-3
/
+2
2018-07-26
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
5
-111
/
+250
2018-07-26
net: hns: Make many functions static
YueHaibing
10
-52
/
+60
2018-07-26
ixgbe: Refactor queue disable logic to take completion time into account
Alexander Duyck
3
-91
/
+224
2018-07-26
ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device
Alexander Duyck
1
-7
/
+7
2018-07-26
igb: Use dma_wmb() instead of wmb() before doorbell writes
Venkatesh Srinivas
1
-2
/
+2
2018-07-26
igb: Remove superfluous reset to PHY and page 0 selection
Christian Grönke
1
-12
/
+0
2018-07-26
ixgbe: add ipsec security registers into ethtool register dump
Shannon Nelson
1
-1
/
+9
2018-07-26
ixgbe: Do not allow LRO or MTU change with XDP
Tony Nguyen
1
-0
/
+10
[next]