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
2016-07-12
devlink: add hardware messages tracing facility
Jiri Pirko
1
-0
/
+4
2016-07-12
net: dsa: Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-07-12
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
1
-2
/
+2
2016-07-11
ipv4: af_inet: make it explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2016-07-11
tunnels: correct conditional build of MPLS and IPv6
Simon Horman
1
-12
/
+13
2016-07-11
sctp: implement prsctp PRIO policy
Xin Long
4
-1
/
+105
2016-07-11
sctp: implement prsctp RTX policy
Xin Long
2
-0
/
+6
2016-07-11
sctp: implement prsctp TTL policy
Xin Long
4
-5
/
+33
2016-07-11
sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt
Xin Long
1
-0
/
+62
2016-07-11
sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt
Xin Long
1
-0
/
+91
2016-07-11
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
Xin Long
4
-6
/
+88
2016-07-09
ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()
Eric Dumazet
2
-8
/
+9
2016-07-09
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
1
-6
/
+6
2016-07-09
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
3
-4
/
+5
2016-07-09
mpls: allow routes on ipip and sit devices
Simon Horman
1
-2
/
+4
2016-07-09
ipip: support MPLS over IPv4
Simon Horman
1
-16
/
+121
2016-07-09
sit: support MPLS over IPv4
Simon Horman
1
-16
/
+77
2016-07-09
tunnels: support MPLS over IPv4 tunnels
Simon Horman
1
-10
/
+67
2016-07-09
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
4
-19
/
+43
2016-07-09
sctp: fix panic when sending auth chunks
Marcelo Ricardo Leitner
1
-3
/
+15
2016-07-08
net: dsa: initialize the routing table
Vivien Didelot
2
-1
/
+12
2016-07-08
Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
17
-1058
/
+986
2016-07-08
hfsc: reduce hfsc_sched to 14 cachelines
Florian Westphal
1
-5
/
+5
2016-07-06
Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/sc...
David S. Miller
15
-104
/
+297
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-35
/
+65
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
29
-495
/
+589
2016-07-06
cfg80211: Add mesh peer AID setting API
Masashi Honma
2
-0
/
+7
2016-07-06
mac80211: parse wide bandwidth channel switch IE with workaround
Johannes Berg
1
-28
/
+17
2016-07-06
mac80211: report failure to start (partial) scan as scan abort
Johannes Berg
1
-2
/
+3
2016-07-06
mac80211: Add support for beacon report radio measurement
Avraham Stern
2
-8
/
+35
2016-07-06
nl80211: support beacon report scanning
Avraham Stern
6
-18
/
+85
2016-07-06
nl80211: Add API to support VHT MU-MIMO air sniffer
Aviya Erenfeld
1
-0
/
+36
2016-07-06
mac80211: agg-rx: refuse ADDBA Request with timeout update
Johannes Berg
1
-0
/
+18
2016-07-06
rxrpc: Kill off the call hash table
David Howells
2
-184
/
+2
2016-07-06
rxrpc: Use RCU to access a peer's service connection tree
David Howells
6
-180
/
+224
2016-07-06
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
4
-74
/
+59
2016-07-06
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
4
-27
/
+8
2016-07-06
rxrpc: Maintain an extra ref on a conn for the cache list
David Howells
4
-58
/
+97
2016-07-06
rxrpc: Move peer lookup from call-accept to new-incoming-conn
David Howells
4
-26
/
+51
2016-07-06
rxrpc: Split service connection code out into its own file
David Howells
4
-135
/
+156
2016-07-06
rxrpc: Split client connection code out into its own file
David Howells
3
-250
/
+251
2016-07-06
rxrpc: Call channels should have separate call number spaces
David Howells
6
-117
/
+104
2016-07-06
rxrpc: Access socket accept queue under right lock
David Howells
1
-2
/
+2
2016-07-06
rxrpc: Add RCU destruction for connections and calls
David Howells
6
-36
/
+60
2016-07-06
rxrpc: Release a call's connection ref on call disconnection
David Howells
3
-22
/
+22
2016-07-06
rxrpc: Fix handling of connection failure in client call creation
David Howells
1
-1
/
+3
2016-07-06
rxrpc: Move usage count getting into rxrpc_queue_conn()
David Howells
4
-10
/
+9
2016-07-06
rxrpc: Check that the client conns cache is empty before module removal
David Howells
3
-2
/
+21
2016-07-06
rxrpc: Turn connection #defines into enums and put outside struct def
David Howells
5
-29
/
+47
2016-07-06
rxrpc: Provide queuing helper functions
David Howells
3
-3
/
+13
[next]