summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mac80211: flush delayed work when entering suspendMatt Chen2017-02-271-0/+1
| | * | | mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
| * | | | tcp/dccp: block BH for SYN processingEric Dumazet2017-03-012-4/+16
| * | | | bridge: Fix error path in nbp_vlan_initYotam Gigi2017-03-011-1/+1
| * | | | net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-012-0/+2
| * | | | net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia2017-03-011-7/+15
| * | | | net: solve a NAPI raceEric Dumazet2017-03-011-4/+72
| * | | | rds: ib: add the static type to the variablesZhu Yanjun2017-03-012-4/+2
| * | | | sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long2017-03-011-0/+3
| * | | | rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-017-22/+154
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-9/+9
|\ \ \ \ \
| * | | | | 9p: constify ->d_name handlingAl Viro2017-01-121-9/+9
* | | | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0358-16/+81
|\ \ \ \ \ \
| * | | | | | sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-035-0/+10
| * | | | | | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-023-0/+6
| * | | | | | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
| * | | | | | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
| * | | | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-0228-6/+38
| * | | | | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-023-0/+5
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0213-10/+13
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* | | | | | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-023-51/+29
|\ \ \ \ \ \ \
| * | | | | | | ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-261-5/+15
| * | | | | | | rds: remove dead codeAl Viro2016-12-262-36/+0
| * | | | | | | ceph: switch to sock_recvmsg()Al Viro2016-12-261-10/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-03-021-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-0116-250/+304
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-211-0/+34
| * | | | | | sunrpc: silence uninitialized variable warningDan Carpenter2017-02-211-1/+3
| * | | | | | sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-102-2/+2
| * | | | | | xprtrdma: Refactor management of mw_list fieldChuck Lever2017-02-105-24/+29
| * | | | | | xprtrdma: Handle stale connection rejectionChuck Lever2017-02-101-45/+21
| * | | | | | xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2017-02-102-10/+8
| * | | | | | xprtrdma: Shrink send SGEs arrayChuck Lever2017-02-101-4/+7
| * | | | | | xprtrdma: Reduce required number of send SGEsChuck Lever2017-02-103-9/+32
| * | | | | | xprtrdma: Disable pad optimization by defaultChuck Lever2017-02-102-1/+2
| * | | | | | xprtrdma: Per-connection pad optimizationChuck Lever2017-02-103-14/+16
| * | | | | | xprtrdma: Fix Read chunk paddingChuck Lever2017-02-101-6/+4
| * | | | | | NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-4/+6
| * | | | | | SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-092-11/+70
| * | | | | | SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust2017-02-091-19/+26
| * | | | | | SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2017-02-091-15/+0
| * | | | | | sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee2017-02-081-12/+3
| * | | | | | sunrpc: record rpc client pointer in seq->private directlyKinglong Mee2017-02-081-25/+10
| * | | | | | sunrpc: update the comments of sunrpc proc pathKinglong Mee2017-02-081-2/+2