summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'multipath_tcp'Trond Myklebust2019-07-064-32/+135
|\
| * SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust2019-07-061-1/+1
| * SUNRPC: add links for all client xprts to debugfsNeilBrown2019-07-061-17/+29
| * SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown2019-07-061-6/+9
| * NFS: send state management on a single connection.NeilBrown2019-07-061-1/+23
| * SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-062-3/+17
| * SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-062-4/+56
* | Merge branch 'bh-remove'Trond Myklebust2019-07-066-90/+160
|\ \
| * | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust2019-07-061-25/+25
| * | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-065-53/+47
| * | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-061-6/+72
| * | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-061-10/+20
| |/
* | SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski2019-07-061-2/+6
* | SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski2019-07-061-1/+1
* | SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2019-07-062-4/+5
|/
* Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-061-1/+6
|\
| * svcrdma: Ignore source port when computing DRC hashChuck Lever2019-06-191-1/+6
* | Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-031-1/+1
* | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-291-8/+8
|\ \
| * | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2816-28/+114
|\ \ \
| * | | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-272-3/+18
| * | | sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-271-4/+4
| * | | ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| * | | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-263-4/+4
| * | | ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
| * | | net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
| * | | net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou2019-06-261-0/+3
| * | | net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
| * | | ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
| * | | tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
| * | | net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
| * | | net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
| * | | net/sched: cbs: Fix error path of cbs_module_initYueHaibing2019-06-231-2/+7
| * | | tipc: change to use register_pernet_deviceXin Long2019-06-231-6/+6
* | | | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2216-95/+96
|\ \ \
| * | | tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
| * | | inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| * | | ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| * | | net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| * | | net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| * | | net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-193-14/+14
| |\ \ \
| | * | | netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | * | | netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
| | * | | netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2
| * | | | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-191-31/+8
| * | | | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-191-0/+5
| * | | | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-191-8/+7