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-08-22
tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0
Kevin Yang
1
-2
/
+2
2018-08-22
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
Kevin Yang
1
-0
/
+4
2018-08-22
tcp_bbr: add bbr_check_probe_rtt_done() helper
Kevin Yang
1
-16
/
+18
2018-08-22
ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state
Eric Dumazet
1
-0
/
+6
2018-08-22
addrconf: reduce unnecessary atomic allocations
Cong Wang
1
-3
/
+3
2018-08-22
sch_cake: Fix TC filter flow override and expand it to hosts as well
Toke Høiland-Jørgensen
1
-4
/
+19
2018-08-22
net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler
Samuel Mendoza-Jonas
1
-2
/
+2
2018-08-21
act_ife: fix a potential deadlock
Cong Wang
1
-13
/
+21
2018-08-21
act_ife: move tcfa_lock down to where necessary
Cong Wang
1
-25
/
+13
2018-08-21
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"
Cong Wang
1
-10
/
+10
2018-08-21
net_sched: remove list_head from tc_action
Cong Wang
2
-4
/
+1
2018-08-21
net_sched: remove unused tcf_idr_check()
Cong Wang
1
-19
/
+3
2018-08-21
net_sched: remove unused parameter for tcf_action_delete()
Cong Wang
1
-3
/
+2
2018-08-21
net_sched: remove unnecessary ops->delete()
Cong Wang
17
-144
/
+7
2018-08-21
net_sched: improve and refactor tcf_action_put_many()
Cong Wang
1
-16
/
+15
2018-08-21
rds: tcp: remove duplicated include from tcp.c
Yue Haibing
1
-1
/
+0
2018-08-21
sch_cake: Remove unused including <linux/version.h>
Yue Haibing
1
-1
/
+0
2018-08-20
net/ipv6: Put lwtstate when destroying fib6_info
David Ahern
1
-0
/
+2
2018-08-19
ip6_vti: fix a null pointer deference when destroy vti6 tunnel
Haishuang Yan
1
-1
/
+2
2018-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-195
/
+221
2018-08-19
ip6_vti: fix creating fallback tunnel device for vti6
Haishuang Yan
1
-0
/
+2
2018-08-19
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
1
-1
/
+2
2018-08-19
net: sched: always disable bh when taking tcf_lock
Vlad Buslov
7
-44
/
+47
2018-08-18
ip6_vti: simplify stats handling in vti6_xmit
Haishuang Yan
1
-11
/
+3
2018-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-50
/
+37
2018-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
15
-83
/
+126
2018-08-17
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
Linus Torvalds
7
-105
/
+112
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-38
/
+30
2018-08-16
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
Daniel Borkmann
1
-0
/
+2
2018-08-16
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2
-1
/
+2
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
436
-7663
/
+24579
2018-08-16
Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"
Jason Gunthorpe
2
-23
/
+20
2018-08-16
net/xdp: Fix suspicious RCU usage warning
Tariq Toukan
1
-11
/
+3
2018-08-16
net: sched: act_ife: always release ife action on init error
Vlad Buslov
1
-6
/
+2
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
204
-1410
/
+2182
2018-08-16
cls_matchall: fix tcf_unbind_filter missing
Hangbin Liu
1
-0
/
+2
2018-08-16
netfilter: nft_dynset: allow dynamic updates of non-anonymous set
Pablo Neira Ayuso
1
-2
/
+0
2018-08-16
netfilter: nft_tproxy: Fix missing-braces warning
Máté Eckl
1
-1
/
+3
2018-08-16
netfilter: nft_ct: make l3 protocol field optional for timeout object
Harsha Sharma
1
-3
/
+4
2018-08-16
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
1
-6
/
+1
2018-08-16
netfilter: conntrack: fix removal of conntrack entries when l4tracker is removed
Florian Westphal
1
-5
/
+10
2018-08-16
netfilter: nf_tables: don't prevent event handler from device cleanup on netn...
Florian Westphal
2
-10
/
+9
2018-08-16
netfilter: nf_tables: fix register ordering
Florian Westphal
2
-8
/
+23
2018-08-16
netfilter: fix memory leaks on netlink_dump_start error
Florian Westphal
2
-25
/
+30
2018-08-16
netfilter: nft_set: fix allocation size overflow in privsize callback.
Taehee Yoo
4
-10
/
+10
2018-08-16
netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
Florian Westphal
1
-1
/
+11
2018-08-16
ipvs: don't show negative times in ip_vs_conn
Matteo Croce
1
-8
/
+14
2018-08-16
ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tan Hu
1
-4
/
+11
2018-08-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
425
-7620
/
+24541
[next]