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
2018-08-02
be2net: fix spelling mistake "seqence" -> "sequence"
Colin Ian King
1
-1
/
+1
2018-08-02
net: Fix coding style in skb_push()
Ganesh Goudar
1
-1
/
+1
2018-08-02
net: fec: check DMA addressing limitations
Stefan Agner
1
-0
/
+8
2018-08-02
rxrpc: Remove set but not used variable 'nowj'
Wei Yongjun
1
-2
/
+1
2018-08-01
net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefined
Vincent Bernat
1
-7
/
+7
2018-08-01
Merge tag 'rxrpc-next-20180801' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
11
-67
/
+193
2018-08-01
cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32
Ganesh Goudar
1
-4
/
+3
2018-08-01
Merge branch 'net-sched-cleanups'
David S. Miller
2
-54
/
+62
2018-08-01
net: sched: make tcf_chain_{get,put}() static
Jiri Pirko
2
-21
/
+16
2018-08-01
net: sched: fix notifications for action-held chains
Jiri Pirko
1
-28
/
+43
2018-08-01
net: sched: change name of zombie chain to "held_by_acts_only"
Jiri Pirko
1
-8
/
+6
2018-08-01
net: hns3: fix return value error while hclge_cmd_csq_clean failed
Huazhong Tan
1
-3
/
+9
2018-08-01
rds: remove redundant variable 'rds_ibdev'
YueHaibing
1
-3
/
+0
2018-08-01
strparser: remove redundant variable 'rd_desc'
YueHaibing
1
-4
/
+0
2018-08-01
ip_gre: remove redundant variables t_hlen
YueHaibing
1
-5
/
+0
2018-08-01
tcp: remove set but not used variable 'skb_size'
Wei Yongjun
1
-2
/
+1
2018-08-01
Merge branch 'tcp-add-4-new-stats'
David S. Miller
6
-8
/
+69
2018-08-01
tcp: add stat of data packet reordering events
Wei Wang
5
-4
/
+11
2018-08-01
tcp: add dsack blocks received stats
Wei Wang
4
-0
/
+10
2018-08-01
tcp: add data bytes retransmitted stats
Wei Wang
4
-0
/
+11
2018-08-01
tcp: add data bytes sent stats
Wei Wang
4
-1
/
+13
2018-08-01
tcp: add a helper to calculate size of opt_stats
Wei Wang
1
-3
/
+24
2018-08-01
Merge branch 'ipv4-Control-SKB-reprioritization-after-forwarding'
David S. Miller
10
-79
/
+379
2018-08-01
selftests: mlxsw: Add test for ip_forward_update_priority
Petr Machata
1
-0
/
+233
2018-08-01
selftests: forwarding: Move DSCP capture to lib.sh
Petr Machata
2
-42
/
+42
2018-08-01
selftests: forwarding: Move lldpad waiting to lib.sh
Petr Machata
2
-20
/
+24
2018-08-01
mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priority
Petr Machata
1
-1
/
+17
2018-08-01
mlxsw: spectrum: Extract work-scheduling into a new function
Petr Machata
1
-15
/
+23
2018-08-01
net: ipv4: Notify about changes to ip_forward_update_priority
Petr Machata
2
-1
/
+19
2018-08-01
net: ipv4: Control SKB reprioritization after forwarding
Petr Machata
5
-1
/
+22
2018-08-01
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
6
-12
/
+21
2018-08-01
net: change Exar/Neterion menu items to be alphabetical
Jon Mason
3
-11
/
+16
2018-08-01
net/tls: Use kmemdup to simplify the code
zhong jiang
2
-4
/
+2
2018-08-01
net/tipc: remove redundant variables 'tn' and 'oport'
Colin Ian King
1
-4
/
+1
2018-08-01
Merge branch 'be2net-next'
David S. Miller
2
-2
/
+80
2018-08-01
be2net: Update the driver version to 12.0.0.0
Suresh Reddy
1
-1
/
+1
2018-08-01
be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeout
Suresh Reddy
1
-1
/
+79
2018-08-01
net/mlx5e: Fix uninitialized variable
Gustavo A. R. Silva
1
-1
/
+1
2018-08-01
qed: Make some functions static
YueHaibing
12
-38
/
+43
2018-08-01
rds: Remove IPv6 dependency
Ka-Cheong Poon
12
-26
/
+140
2018-08-01
rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
Ka-Cheong Poon
3
-7
/
+7
2018-08-01
net: ethernet: ti: cpsw: replace unnecessarily macroses on functions
Ivan Khoronzhuk
1
-32
/
+26
2018-08-01
rxrpc: Transmit more ACKs during data reception
David Howells
2
-0
/
+18
2018-08-01
rxrpc: Propose, but don't immediately transmit, the final ACK for a call
David Howells
1
-4
/
+2
2018-08-01
rxrpc: Increase the size of a call's Rx window
David Howells
1
-1
/
+1
2018-08-01
rxrpc: Trace socket notification
David Howells
2
-1
/
+23
2018-08-01
rxrpc: Fix ACK proposal tracepoint
David Howells
1
-1
/
+1
2018-08-01
rxrpc: Trace packet transmission
David Howells
8
-50
/
+127
2018-08-01
rxrpc: Fix the trace for terminal ACK (re)transmission
David Howells
1
-2
/
+4
2018-08-01
rxrpc: Show some more information through /proc files
David Howells
1
-4
/
+9
[next]