summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-304-46/+88
| * | | | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-305-37/+37
| * | | | SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmitTrond Myklebust2018-09-301-6/+3
| * | | | SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust2018-09-301-0/+4
| * | | | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-301-10/+55
| * | | | SUNRPC: Refactor the transport request pinningTrond Myklebust2018-09-301-20/+23
| * | | | SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust2018-09-301-26/+25
| * | | | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-301-18/+22
| * | | | SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust2018-09-301-7/+6
| * | | | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-89/+89
| * | | | SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust2018-09-301-3/+3
| * | | | SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-302-15/+21
| * | | | SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-304-0/+61
| * | | | SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust2018-09-301-5/+8
| * | | | SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-302-41/+51
| |/ / /
* | | | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-10-251-0/+1
|\ \ \ \
| * | | | cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-10-231-0/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2511-133/+132
|\ \ \ \ \
| * | | | | rxrpc: Remove VLA usage of skcipherKees Cook2018-09-282-23/+23
| * | | | | libceph: Remove VLA usage of skcipherKees Cook2018-09-282-7/+7
| * | | | | mac802154: Remove VLA usage of skcipherKees Cook2018-09-282-9/+9
| * | | | | lib80211: Remove VLA usage of skcipherKees Cook2018-09-282-32/+30
| * | | | | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-285-94/+93
* | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-255-49/+80
|\ \ \ \ \ \
| * | | | | | hidp: fix compat_ioctlAl Viro2018-09-101-29/+50
| * | | | | | hidp: constify hidp_connection_add()Al Viro2018-09-102-6/+6
| * | | | | | cmtp: fix compat_ioctlAl Viro2018-09-101-7/+12
| * | | | | | bnep: fix compat_ioctlAl Viro2018-09-101-7/+12
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-15/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-292-13/+11
| * | | | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-241-1/+1
|\ \ \ \ \ \
| * | | | | | docs: fix some broken documentation referencesMauro Carvalho Chehab2018-09-201-1/+1
| |/ / / / /
* | | | | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-242-12/+1
|\ \ \ \ \ \
| * | | | | | kill TIOCSERGSTRUCTAl Viro2018-10-131-4/+0
| * | | | | | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
| * | | | | | rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro2018-10-131-8/+0
| |/ / / / /
* | | | | | tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-232-12/+14
* | | | | | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-2311-12/+12
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-227-27/+107
|\ \ \ \ \ \
| * | | | | | netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo2018-10-191-3/+6
| * | | | | | netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo2018-10-191-3/+0
| * | | | | | netfilter: xt_nat: fix DNAT target for shifted portmap rangesPaolo Abeni2018-10-161-0/+2
| * | | | | | netfilter: nft_compat: do not dump private areaPablo Neira Ayuso2018-10-111-2/+22
| * | | | | | netfilter: xt_TEE: add missing code to get interface index in checkentry.Taehee Yoo2018-10-111-0/+7
| * | | | | | netfilter: xt_TEE: fix wrong interface selectionTaehee Yoo2018-10-111-17/+52
| * | | | | | netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera2018-10-111-0/+10
| * | | | | | netfilter: nft_set_rbtree: allow loose matching of closing element in intervalPablo Neira Ayuso2018-10-111-2/+8
* | | | | | | llc: do not use sk_eat_skb()Eric Dumazet2018-10-221-7/+4
* | | | | | | net: dsa: legacy: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2
OpenPOWER on IntegriCloud