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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
rds: send: Fix dead code in rds_sendmsg
Gustavo A. R. Silva
1
-1
/
+1
2018-07-25
net/rds/Kconfig: RDS should depend on IPV6
Anders Roxell
1
-1
/
+1
2018-07-25
net/smc: improve delete link processing
Karsten Graul
5
-23
/
+68
2018-07-25
net/smc: provide fallback reason code
Karsten Graul
5
-29
/
+55
2018-07-25
net/smc: use correct vlan gid of RoCE device
Ursula Braun
12
-81
/
+93
2018-07-25
net/smc: fewer parameters for smc_llc_send_confirm_link()
Ursula Braun
3
-13
/
+8
2018-07-25
tcp: make function tcp_retransmit_stamp() static
Wei Yongjun
1
-1
/
+1
2018-07-25
net/sched: cls_flower: Use correct inline function for assignment of vlan tpid
Jianbo Liu
1
-2
/
+2
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
29
-284
/
+384
2018-07-24
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
2
-4
/
+10
2018-07-24
net/sched: add skbprio scheduler
Nishanth Devarajan
3
-0
/
+334
2018-07-24
net: remove blank lines at end of file
Stephen Hemminger
13
-14
/
+5
2018-07-24
l2tp: remove trailing newline
Stephen Hemminger
1
-1
/
+0
2018-07-24
bpfilter: remove trailing newline
Stephen Hemminger
2
-2
/
+0
2018-07-24
decnet: whitespace fixes
Stephen Hemminger
10
-14
/
+2
2018-07-24
x25: remove blank lines at EOF
Stephen Hemminger
2
-3
/
+0
2018-07-24
ax25: remove blank line at EOF
Stephen Hemminger
5
-5
/
+0
2018-07-24
atm: remove blank lines at EOF
Stephen Hemminger
1
-6
/
+0
2018-07-24
ila: remove blank lines at EOF
Stephen Hemminger
2
-2
/
+0
2018-07-24
sctp: whitespace fixes
Stephen Hemminger
2
-3
/
+2
2018-07-24
xfrm: remove blank lines at EOF
Stephen Hemminger
2
-2
/
+0
2018-07-24
mpls: remove trailing whitepace
Stephen Hemminger
1
-1
/
+1
2018-07-24
llc: fix whitespace issues
Stephen Hemminger
3
-3
/
+2
2018-07-24
rds: remove trailing whitespace and blank lines
Stephen Hemminger
7
-7
/
+0
2018-07-24
wimax: remove blank lines at EOF
Stephen Hemminger
4
-6
/
+0
2018-07-24
sched: fix trailing whitespace
Stephen Hemminger
5
-6
/
+3
2018-07-24
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
Tariq Toukan
1
-6
/
+1
2018-07-24
netlink: do not store start function in netlink_cb
Florian Westphal
1
-3
/
+2
2018-07-24
Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...
David S. Miller
4
-36
/
+47
2018-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-147
/
+189
2018-07-24
Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...
David S. Miller
5
-47
/
+32
2018-07-24
mac80211: restrict delayed tailroom needed decrement
Manikanta Pubbisetty
2
-10
/
+16
2018-07-24
wireless/lib80211: Convert from ahash to shash
Kees Cook
1
-25
/
+30
2018-07-24
cfg80211: never ignore user regulatory hint
Amar Singhal
1
-25
/
+3
2018-07-23
sock: fix sg page frag coalescing in sk_alloc_sg
Daniel Borkmann
1
-3
/
+3
2018-07-23
rds: Extend RDS API for IPv6 support
Ka-Cheong Poon
6
-9
/
+226
2018-07-23
rds: Enable RDS IPv6 support
Ka-Cheong Poon
14
-114
/
+459
2018-07-23
rds: Changing IP address internal representation to struct in6_addr
Ka-Cheong Poon
23
-369
/
+863
2018-07-23
net: sched: cls_flower: propagate chain teplate creation and destruction to d...
Jiri Pirko
1
-0
/
+39
2018-07-23
net: sched: cls_flower: implement chain templates
Jiri Pirko
1
-1
/
+105
2018-07-23
net: sched: cls_flower: change fl_init_dissector to accept mask and dissector
Jiri Pirko
1
-21
/
+22
2018-07-23
net: sched: cls_flower: move key/mask dumping into a separate function
Jiri Pirko
1
-25
/
+37
2018-07-23
net: sched: introduce chain templates
Jiri Pirko
1
-0
/
+65
2018-07-23
net: sched: introduce chain object to uapi
Jiri Pirko
1
-8
/
+300
2018-07-23
net: sched: Avoid implicit chain 0 creation
Jiri Pirko
1
-47
/
+39
2018-07-23
net: sched: push ops lookup bits into tcf_proto_lookup_ops()
Jiri Pirko
1
-22
/
+31
2018-07-24
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
1
-104
/
+115
2018-07-23
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-23
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-23
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
[next]