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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
macvtap: always pass ethernet header in linear
Willem de Bruijn
1
-3
/
+6
2016-03-10
net/mlx5e: Support offload cls_flower with skbedit mark action
Amir Vadai
3
-0
/
+6
2016-03-10
net/mlx5e: Support offload cls_flower with drop action
Amir Vadai
3
-0
/
+309
2016-03-10
net/mlx5e: Introduce tc offload support
Amir Vadai
5
-2
/
+222
2016-03-10
net/mlx5e: Add a new priority for kernel flow tables
Amir Vadai
2
-4
/
+4
2016-03-10
net/mlx5e: Relax ndo_setup_tc handle restriction
Amir Vadai
1
-1
/
+1
2016-03-10
net/mlx5_core: Set flow steering dest only for forward rules
Amir Vadai
2
-19
/
+28
2016-03-10
net-next: mediatek: add Kconfig and Makefile
John Crispin
4
-0
/
+24
2016-03-10
net-next: mediatek: add support for MT7623 ethernet
John Crispin
2
-0
/
+2228
2016-03-10
qede: Fix net-next "make ARCH=x86_64"
Manish Chopra
1
-1
/
+4
2016-03-10
qlcnic: Fix mailbox completion handling during spurious interrupt
Rajesh Borundia
3
-5
/
+14
2016-03-10
qlcnic: Remove unnecessary usage of atomic_t
Rajesh Borundia
2
-6
/
+5
2016-03-10
cxgb4vf: Set number of queues in pci probe only
Hariprasad Shenai
1
-4
/
+4
2016-03-10
cxgb4vf: Add a couple more checks for invalid provisioning configurations
Hariprasad Shenai
1
-0
/
+5
2016-03-10
cxgb4vf: Configure queue based on resource and interrupt type
Hariprasad Shenai
1
-71
/
+94
2016-03-10
cxgb4vf: Enable interrupts before we register our network devices
Hariprasad Shenai
1
-25
/
+26
2016-03-10
net: dsa: mv88e6xxx: avoid writing the same mode
Vivien Didelot
1
-8
/
+13
2016-03-10
net: dsa: mv88e6xxx: read then write PVID
Vivien Didelot
1
-4
/
+26
2016-03-10
net: dsa: mv88e6xxx: rework port state setter
Vivien Didelot
2
-22
/
+34
2016-03-10
sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
Sergei Shtylyov
1
-3
/
+4
2016-03-10
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
Sergei Shtylyov
1
-1
/
+2
2016-03-10
net/mlx5_core: Introduce forward to next priority action
Maor Gottlieb
2
-12
/
+182
2016-03-10
net/mlx5_core: Create anchor of last flow table
Maor Gottlieb
2
-1
/
+45
2016-03-10
rtl8xxxu: Temporarily disable 8192eu device init
Jes Sorensen
1
-0
/
+4
2016-03-10
rtl8xxxu: Use correct 8051 reset function for 8723b parts
Jes Sorensen
2
-2
/
+39
2016-03-10
rtl8xxxu: Print a warning if flushing the FIFO fails
Jes Sorensen
1
-1
/
+4
2016-03-10
rtl8xxxu: Flush FIFO before powering down devices
Jes Sorensen
2
-0
/
+36
2016-03-10
rtl8xxxu: Implement device specific power_off function
Jes Sorensen
3
-2
/
+99
2016-03-10
rtl8xxxu: Implement 8723bu specific disable_rf() function
Jes Sorensen
2
-1
/
+17
2016-03-10
rtl8xxxu: Use define for REG_PWR_DATA bits
Jes Sorensen
2
-2
/
+2
2016-03-10
rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()
Jes Sorensen
2
-11
/
+1
2016-03-10
rtl8xxxu: Remove unncessary semicolon
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: Pass RX rate to rx_parse_phystats and enable phystats for rtl8723bu
Jes Sorensen
1
-4
/
+9
2016-03-10
rtl8xxxu: Process C2H RA_REPORT events for 8723bu
Jes Sorensen
2
-0
/
+17
2016-03-10
rtl8xxxu: Dump contents of unhandled C2H events
Jes Sorensen
1
-1
/
+4
2016-03-10
rtl8xxxu: Report media status using the correct H2C command for 8723bu
Jes Sorensen
2
-7
/
+47
2016-03-10
rtl8xxxu: Implement basic 8723b specific update_rate_mask() function
Jes Sorensen
2
-4
/
+50
2016-03-10
rtl8xxxu: Define 8723b H2C ramask command structure
Jes Sorensen
1
-1
/
+10
2016-03-10
rtl8xxxu: Do not parse RX descriptor info for C2H packets
Jes Sorensen
1
-10
/
+7
2016-03-10
rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handling
Jes Sorensen
2
-38
/
+92
2016-03-10
rtl8xxxu: TX RTS rate is word 4 for 8723a
Jes Sorensen
2
-3
/
+4
2016-03-10
rtl8723au: Update TX descriptor words 4 and 5 definitions
Jes Sorensen
2
-15
/
+28
2016-03-10
rtl8xxxu: Set sequence number correctly for 40 byte TX descriptors
Jes Sorensen
2
-10
/
+22
2016-03-10
rtl8xxxu: Set the correct TX descriptor bits for agg and break on 8723b
Jes Sorensen
1
-3
/
+16
2016-03-10
rtl8xxxu: Add more 40 byte TX desc bit definitions
Jes Sorensen
2
-6
/
+28
2016-03-10
rtl8xxxu: Add additional tx descriptor bits for data word 0
Jes Sorensen
1
-0
/
+4
2016-03-10
rtl8xxxu: Do not unconditionally print debug info in rtl8723bu_handle_c2h()
Jes Sorensen
1
-9
/
+9
2016-03-10
rtl8xxxu: Handle 40 byte TX descriptors for rtl8723bu
Jes Sorensen
2
-13
/
+25
2016-03-10
rtl8xxxu: Add definition for 8723bu tx descriptor
Jes Sorensen
1
-0
/
+16
2016-03-10
rtl8xxxu: Set the correct thermal meter register for 8723bu
Jes Sorensen
1
-1
/
+5
[prev]
[next]