aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2-13/+77
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust1-6/+6
2018-09-30SUNRPC: Minor cleanup for call_transmit()Trond Myklebust1-17/+15
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2-31/+53
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust4-46/+88
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust5-37/+37
2018-09-30SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmitTrond Myklebust1-6/+3
2018-09-30SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust1-0/+4
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust1-10/+55
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust1-20/+23
2018-09-30SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust1-26/+25
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust1-18/+22
2018-09-30SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust1-7/+6
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust1-89/+89
2018-09-30SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust1-3/+3
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2-15/+21
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust4-0/+61
2018-09-30SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust1-5/+8
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2-41/+51
2018-09-29tipc: fix failover problemLUU Duc Canh3-0/+49
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun1-10/+10
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-49/+43
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller11-202/+188
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen3-6/+64
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy3-5/+22
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy1-30/+28
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2-14/+11
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet1-19/+1
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov1-0/+1
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller9-33/+86
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner1-2/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo1-14/+14
2018-09-28netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo2-6/+6
2018-09-28netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo1-4/+2
2018-09-28netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche2-1/+24
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche2-4/+132
2018-09-28netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2-6/+35
2018-09-28rxrpc: Fix error distributionDavid Howells6-61/+15
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells1-10/+13
2018-09-28rxrpc: Make service call handling more robustDavid Howells5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells4-18/+26
2018-09-28rxrpc: Fix RTT gatheringDavid Howells3-15/+33