summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan2019-05-061-8/+3Star
| * | | | | netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen2019-05-061-1/+1
| * | | | | netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo2019-05-061-7/+18
| * | | | | netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-05-061-2/+7
| * | | | | netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski2019-05-061-1/+1
| * | | | | netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo2019-04-301-0/+6
| * | | | | netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo2019-04-301-0/+1
| * | | | | netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso2019-04-301-2/+1Star
| * | | | | netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal2019-04-301-11/+39
* | | | | | net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam2019-05-121-2/+1Star
* | | | | | net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean2019-05-121-0/+2
* | | | | | net: qrtr: use protocol endiannes variableNicholas Mc Guire2019-05-111-3/+4
* | | | | | dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing2019-05-111-1/+1
* | | | | | bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-111-7/+6Star
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-1014-41/+78
|\ \ \ \ \
| * | | | | net/tls: handle errors from padding_length()Jakub Kicinski2019-05-101-8/+22
| * | | | | net/tls: remove set but not used variablesJakub Kicinski2019-05-101-4/+1Star
| * | | | | packet: Fix error path in packet_initYueHaibing2019-05-091-5/+20
| * | | | | net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-092-5/+12
| * | | | | Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-05-094-9/+10
| |\ \ \ \ \
| | * | | | | batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing2019-05-063-8/+9
| | * | | | | batman-adv: Start new development cycleSimon Wunderlich2019-05-061-1/+1
| * | | | | | vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-091-1/+3
| * | | | | | tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-091-2/+2
| * | | | | | net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren2019-05-091-0/+1
| * | | | | | openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven2019-05-081-2/+2
| * | | | | | ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-081-2/+2
| * | | | | | fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-081-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-0916-649/+764
|\ \ \ \ \ \
| * | | | | | SUNRPC: Rebalance a kref in auth_gss.cChuck Lever2019-05-091-0/+1
| * | | | | | SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter2019-05-091-1/+3
| * | | | | | SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu2019-05-091-1/+8
| * | | | | | SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust2019-04-261-16/+44
| * | | | | | SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-262-7/+13
| * | | | | | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-262-2/+14
| * | | | | | xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0Star
| * | | | | | xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
| * | | | | | xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-252-28/+4Star
| * | | | | | xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46Star
| * | | | | | xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-255-36/+41
| * | | | | | xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-252-11/+0Star
| * | | | | | SUNRPC: Update comments based on recent changesChuck Lever2019-04-251-2/+2
| * | | | | | xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25Star
| * | | | | | xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1Star
| * | | | | | xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23Star
| * | | | | | xprtrdma: Trace marshaling failuresChuck Lever2019-04-251-0/+1
| * | | | | | xprtrdma: Increase maximum number of backchannel requestsChuck Lever2019-04-251-3/+5
| * | | | | | xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever2019-04-251-64/+40Star
| * | | | | | xprtrdma: Clean up regbuf helpersChuck Lever2019-04-253-82/+80Star
| * | | | | | xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-253-47/+39Star