index
:
kernel/git/stable/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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2019-04-25
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
2019-04-25
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
2019-04-25
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
2019-04-25
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2019-04-25
SUNRPC: Simplify queue timeouts using timer_reduce()
Trond Myklebust
2019-04-25
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
2019-04-25
SUNRPC: Refactor rpc_sleep_on()
Trond Myklebust
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
2019-04-25
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
Trond Myklebust
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
2019-04-25
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-04-24
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
2019-04-24
net/rose: fix unbound loop in rose_loopback_timer()
Eric Dumazet
2019-04-24
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2019-04-24
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2019-04-24
net: sched: flower: refactor reoffload for concurrent access
Vlad Buslov
2019-04-24
tipc: tipc_udp_recv() cleanup vs rcu verbs
Eric Dumazet
2019-04-24
SUNRPC: rsi_parse() should use the current user namespace
Trond Myklebust
2019-04-24
SUNRPC: Fix the server AUTH_UNIX userspace mappings
Trond Myklebust
2019-04-24
SUNRPC: Temporary sockets should inherit the cred from their parent
Trond Myklebust
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
2019-04-24
SUNRPC: Allow further customisation of RPC program registration
Trond Myklebust
2019-04-24
SUNRPC: Clean up generic dispatcher code
Trond Myklebust
2019-04-24
SUNRPC: Add a callback to initialise server requests
Trond Myklebust
2019-04-24
SUNRPC/nfs: Fix return value for nfs4_callback_compound()
Trond Myklebust
2019-04-24
sunrpc/cache: handle missing listeners better.
NeilBrown
2019-04-24
Bluetooth: hci_core: Don't stop BT if the BD address missing in dts
Balakrishna Godavarthi
2019-04-23
ipv6: Use result arg in fib_lookup_arg consistently
David Ahern
2019-04-23
ipv6: fib6_rule_action_alt needs to return -EAGAIN
David Ahern
2019-04-23
net/ncsi: handle overflow when incrementing mac address
Tao Ren
2019-04-23
net: sched: taprio: Fix taprio_dequeue()
Andre Guedes
2019-04-23
net: sched: taprio: Fix taprio_peek()
Andre Guedes
2019-04-23
net: sched: taprio: Remove should_restart_cycle()
Andre Guedes
2019-04-23
net: sched: taprio: Refactor taprio_get_start_time()
Andre Guedes
2019-04-23
net: sched: taprio: Remove pointless variable assigment
Andre Guedes
2019-04-23
net: Change nhc_flags to unsigned char
David Ahern
2019-04-23
lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap
David Ahern
2019-04-23
net: fix sparc64 compilation of sock_gettstamp
Stephen Rothwell
2019-04-23
ipv6: convert fib6_ref to refcount_t
Eric Dumazet
2019-04-23
ipv6: broadly use fib6_info_hold() helper
Eric Dumazet
2019-04-23
ipv6: fib6_info_destroy_rcu() cleanup
Eric Dumazet
2019-04-24
bpf: update skb->protocol in bpf_skb_net_grow
Willem de Bruijn
2019-04-23
Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-04-23
Bluetooth: Use struct_size() helper
Gustavo A. R. Silva
2019-04-23
Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evt
Jaganath Kanakkassery
[prev]
[next]