summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
* mpls: allow routes on ip6gre devicesSaif Hasan2018-09-241-1/+5
* netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-12/+7
* rds: Fix build regression.David S. Miller2018-09-231-1/+1
* net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
* RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor2018-09-221-1/+1
* devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-221-2/+1
* net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-221-3/+1
* netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti2018-09-221-1/+2
* sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
* smc: generic netlink family should be __ro_after_initJohannes Berg2018-09-201-1/+1
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-201-2/+11
* Merge tag 'batadv-net-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-09-209-41/+88
|\
| * batman-adv: Increase version number to 2018.3Sven Eckelmann2018-09-141-1/+1
| * batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner2018-09-071-2/+6
| * batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner2018-09-071-2/+8
| * batman-adv: Prevent duplicated tvlv handlerSven Eckelmann2018-09-061-2/+6
| * batman-adv: Prevent duplicated global TT entrySven Eckelmann2018-09-061-2/+4
| * batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann2018-09-061-7/+18
| * batman-adv: Prevent duplicated nc_node entrySven Eckelmann2018-09-061-12/+15
| * batman-adv: Prevent duplicated gateway_node entrySven Eckelmann2018-09-061-2/+9
| * batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann2018-09-061-8/+17
| * batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann2018-09-061-2/+3
| * batman-adv: Avoid probe ELP information leakSven Eckelmann2018-09-061-1/+1
* | ipv6: fix memory leak on dst->_metricsWei Wang2018-09-191-1/+4
* | Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-191-0/+4
* | net/smc: fix sizeof to int comparisonYueHaibing2018-09-191-8/+6
* | net/smc: no urgent data check for listen socketsKarsten Graul2018-09-191-2/+2
* | net/smc: enable fallback for connection abort in state INITUrsula Braun2018-09-191-7/+7
* | net/smc: remove duplicate mutex_unlockUrsula Braun2018-09-191-6/+9
* | net/smc: fix non-blocking connect problemUrsula Braun2018-09-191-2/+5
* | NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-191-0/+10
* | net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-181-2/+0
* | Revert "kcm: remove any offset before parsing messages"David S. Miller2018-09-181-25/+1
* | kcm: remove any offset before parsing messagesDominique Martinet2018-09-181-1/+25
* | tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+8
* | ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2