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
2019-07-08
libceph: add ceph_decode_entity_addr
Jeff Layton
2
-1
/
+91
2019-07-08
libceph: fix sa_family just after reading address
Jeff Layton
1
-3
/
+2
2019-07-08
libceph: remove ceph_get_direct_page_vector()
Christoph Hellwig
1
-33
/
+0
2019-07-07
net: bpfilter: print umh messages to /dev/kmsg
Gary Lin
1
-1
/
+1
2019-07-07
net/tls: fix poll ignoring partially copied records
Jakub Kicinski
1
-1
/
+2
2019-07-07
tipc: use rcu dereference functions properly
Xin Long
2
-11
/
+11
2019-07-08
init/Kconfig: add CONFIG_CC_CAN_LINK
Masahiro Yamada
1
-1
/
+1
2019-07-06
Bluetooth: 6lowpan: always check destination address
Josua Mayer
1
-12
/
+0
2019-07-06
Bluetooth: 6lowpan: check neighbour table for SLAAC
Josua Mayer
1
-0
/
+15
2019-07-06
Bluetooth: 6lowpan: search for destination address in all peers
Josua Mayer
1
-4
/
+10
2019-07-06
SUNRPC: Fix possible autodisconnect during connect due to old last_used
Dave Wysochanski
1
-1
/
+1
2019-07-06
SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES
Anna Schumaker
1
-1
/
+1
2019-07-06
Merge branch 'multipath_tcp'
Trond Myklebust
4
-32
/
+135
2019-07-06
SUNRPC: Remove warning in debugfs.c when compiling with W=1
Trond Myklebust
1
-1
/
+1
2019-07-06
Merge branch 'bh-remove'
Trond Myklebust
6
-90
/
+160
2019-07-06
SUNRPC: add links for all client xprts to debugfs
NeilBrown
1
-17
/
+29
2019-07-06
SUNRPC: Count ops completing with tk_status < 0
Dave Wysochanski
1
-2
/
+6
2019-07-06
SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.
NeilBrown
1
-6
/
+9
2019-07-06
SUNRPC: Use proper printk specifiers for unsigned long long
Dave Wysochanski
1
-1
/
+1
2019-07-06
SUNRPC: Move call to rpc_count_iostats before rpc_call_done
Dave Wysochanski
2
-4
/
+5
2019-07-06
NFS: send state management on a single connection.
NeilBrown
1
-1
/
+23
2019-07-06
SUNRPC: Allow creation of RPC clients with multiple connections
Trond Myklebust
2
-3
/
+17
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock
Trond Myklebust
1
-25
/
+25
2019-07-06
SUNRPC: Add basic load balancing to the transport switch
Trond Myklebust
2
-4
/
+56
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
5
-53
/
+47
2019-07-06
SUNRPC: Replace direct task wakeups from softirq context
Trond Myklebust
1
-6
/
+72
2019-07-06
SUNRPC: Replace the queue timer with a delayed work function
Trond Myklebust
1
-10
/
+20
2019-07-06
Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug
Szymon Janc
1
-0
/
+13
2019-07-06
Bluetooth: L2CAP: Check bearer type on __l2cap_global_chan_by_addr
Luiz Augusto von Dentz
1
-3
/
+11
2019-07-06
Bluetooth: Use controller sets when available
Luiz Augusto von Dentz
4
-10
/
+37
2019-07-06
Bluetooth: validate BLE connection interval updates
csonsino
2
-1
/
+13
2019-07-06
Bluetooth: Add support for LE ping feature
Spoorthi Ravishankar Koppad
4
-0
/
+107
2019-07-06
Bluetooth: Check state in l2cap_disconnect_rsp
Matias Karhumaa
1
-0
/
+6
2019-07-06
Bluetooth: hidp: NUL terminate a string in the compat ioctl
Dan Carpenter
2
-1
/
+2
2019-07-06
6lowpan: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-89
/
+32
2019-07-06
netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN
Pablo Neira Ayuso
2
-0
/
+10
2019-07-05
Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+6
2019-07-05
ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()
Ido Schimmel
1
-1
/
+1
2019-07-05
net: remove unused parameter from skb_checksum_try_convert
Li RongQing
3
-5
/
+3
2019-07-05
hsr: fix a NULL pointer deref in hsr_dev_xmit()
Cong Wang
1
-3
/
+7
2019-07-05
hsr: implement dellink to clean up resources
Cong Wang
5
-10
/
+25
2019-07-05
hsr: fix a memory leak in hsr_del_port()
Cong Wang
2
-2
/
+5
2019-07-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
17
-382
/
+358
2019-07-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-80
/
+62
2019-07-05
netfilter: nf_tables: __nft_expr_type_get() selects specific family type
Pablo Neira Ayuso
1
-5
/
+8
2019-07-05
netfilter: nf_tables: add nft_expr_type_request_module()
Pablo Neira Ayuso
1
-3
/
+14
2019-07-05
netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO support
wenxu
1
-0
/
+12
2019-07-05
bridge: add br_vlan_get_proto()
wenxu
1
-0
/
+10
2019-07-05
netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support
wenxu
1
-0
/
+15
2019-07-05
bridge: add br_vlan_get_pvid_rcu()
Pablo Neira Ayuso
1
-4
/
+15
[prev]
[next]