index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-19
netfilter: nft_ct: fix unpaired nf_connlabels_get/put call
Liping Zhang
1
-6
/
+19
2016-07-19
sctp: load transport header after sk_filter
Willem de Bruijn
1
-4
/
+1
2016-07-19
net/sched/sch_htb: clamp xstats tokens to fit into 32-bit int
Konstantin Khlebnikov
1
-2
/
+4
2016-07-18
netfilter: x_tables: speed up jump target validation
Florian Westphal
4
-64
/
+123
2016-07-18
Bluetooth: Add debugfs fields for hardware and firmware info
Marcel Holtmann
2
-0
/
+59
2016-07-17
Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
Amadeusz Sławiński
1
-1
/
+1
2016-07-17
sctp: fix GSO for IPv6
Marcelo Ricardo Leitner
1
-1
/
+22
2016-07-17
sctp: recvmsg should be able to run even if sock is in closing state
Marcelo Ricardo Leitner
1
-15
/
+17
2016-07-17
net: ipmr/ip6mr: add support for keeping an entry age
Nikolay Aleksandrov
2
-8
/
+18
2016-07-17
vlan: use a valid default mtu value for vlan over macsec
Paolo Abeni
2
-6
/
+11
2016-07-17
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
5
-153
/
+94
2016-07-17
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
3
-37
/
+33
2016-07-17
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
1
-15
/
+14
2016-07-17
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
1
-10
/
+8
2016-07-16
SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt
Trond Myklebust
1
-5
/
+3
2016-07-16
tcp_timer.c: Add kernel-doc function descriptions
Richard Sailer
1
-17
/
+64
2016-07-16
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-1
/
+42
2016-07-16
tcp: enable per-socket rate limiting of all 'challenge acks'
Jason Baron
1
-17
/
+22
2016-07-16
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
11
-30
/
+257
2016-07-15
RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()
Sowmini Varadhan
1
-18
/
+4
2016-07-15
RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready
Sowmini Varadhan
3
-0
/
+10
2016-07-14
net/switchdev: Export the same parent ID service function
Or Gerlitz
1
-2
/
+3
2016-07-14
sctp: only check for ECN if peer is using it
Marcelo Ricardo Leitner
1
-3
/
+2
2016-07-14
sctp: do not clear chunk->ecn_ce_done flag
Marcelo Ricardo Leitner
1
-1
/
+0
2016-07-14
sctp: avoid identifying address family many times for a chunk
Marcelo Ricardo Leitner
4
-21
/
+8
2016-07-14
sctp: allow GSO frags to access the chunk too
Marcelo Ricardo Leitner
6
-10
/
+30
2016-07-14
sctp: reorder sctp_ulpevent and shrink msg_flags
Marcelo Ricardo Leitner
1
-2
/
+2
2016-07-14
sctp: allow others to use sctp_input_cb
Marcelo Ricardo Leitner
1
-11
/
+0
2016-07-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
15
-179
/
+211
2016-07-13
SUNRPC: Remove unused callback xpo_adjust_wspace()
Trond Myklebust
1
-2
/
+0
2016-07-13
SUNRPC: Change TCP socket space reservation
Trond Myklebust
1
-43
/
+4
2016-07-13
SUNRPC: Add a server side per-connection limit
Trond Myklebust
1
-3
/
+36
2016-07-13
SUNRPC: Micro optimisation for svc_data_ready
Trond Myklebust
1
-2
/
+2
2016-07-13
SUNRPC: Call the default socket callbacks instead of open coding
Trond Myklebust
1
-69
/
+19
2016-07-13
SUNRPC: lock the socket while detaching it
Trond Myklebust
1
-0
/
+3
2016-07-13
SUNRPC: Add tracepoints for dropped and deferred requests
Trond Myklebust
1
-0
/
+4
2016-07-13
SUNRPC: Add a tracepoint for server socket out-of-space conditions
Trond Myklebust
1
-2
/
+6
2016-07-13
sunrpc: add gss minor status to svcauth_gss_proxy_init
Scott Mayhew
1
-2
/
+3
2016-07-13
sunrpc: remove 'inuse' flag from struct cache_detail.
NeilBrown
1
-1
/
+1
2016-07-13
dccp: limit sk_filter trim to payload
Willem de Bruijn
3
-5
/
+6
2016-07-13
rose: limit sk_filter trim to payload
Willem de Bruijn
2
-6
/
+7
2016-07-13
Bluetooth: Increment management interface revision
Johan Hedberg
1
-1
/
+1
2016-07-13
Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event
Szymon Janc
1
-1
/
+15
2016-07-13
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-9
/
+17
2016-07-12
netfilter: conntrack: skip clash resolution if nat is in place
Pablo Neira Ayuso
1
-0
/
+1
2016-07-12
netfilter: conntrack: protect early_drop by rcu read lock
Liping Zhang
1
-0
/
+3
[prev]
[next]