summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-141-1/+5
* MAINTAINERS: review Renesas DT bindings as wellSergei Shtylyov2017-09-131-0/+2
* net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet2017-09-131-2/+2
* Merge branch 'nfp-card-init'David S. Miller2017-09-135-23/+107
|\
| * nfp: wait for the NSP resource to appear on bootJakub Kicinski2017-09-133-0/+51
| * nfp: wait for board state before talking to the NSPJakub Kicinski2017-09-132-23/+43
| * nfp: add whitelist of supported flow dissectorPieter Jansen van Vuuren2017-09-131-0/+13
|/
* net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko2017-09-131-2/+4
* be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BExSuresh Reddy2017-09-132-0/+22
* w90p910_ether: include linux/interrupt.hArnd Bergmann2017-09-131-0/+1
* net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov2017-09-131-10/+7Star
* ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-131-1/+1
* ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-131-1/+1
* mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz2017-09-131-10/+9Star
* Merge branch 'net_sched-fix-filter-chain-reference-counting'David S. Miller2017-09-133-34/+48
|\
| * net_sched: carefully handle tcf_block_put()Cong Wang2017-09-131-6/+18
| * net_sched: fix reference counting of tc filter chainCong Wang2017-09-131-21/+26
| * net_sched: get rid of tcfa_rcuCong Wang2017-09-132-11/+8Star
|/
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-131-1/+1
* openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-131-1/+2
* smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed2017-09-131-6/+5Star
* net/sched: fix pointer check in gen_handleJosh Hunt2017-09-111-1/+1
* ipv6: sr: remove duplicate routing header type checkDavid Lebrun2017-09-111-4/+0Star
* xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-112-14/+28
* perf/bpf: fix a clang compilation issueYonghong Song2017-09-112-1/+3
* net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa2017-09-111-0/+3
* hv_netvsc: avoid unnecessary wakeups on subchannel creationStephen Hemminger2017-09-111-2/+2
* hv_netvsc: fix deadlock on hotplugStephen Hemminger2017-09-114-45/+94
* mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky2017-09-111-2/+17
* net: qualcomm: rmnet: Fix a double freeDan Carpenter2017-09-091-6/+4Star
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-0914-401/+323Star
|\
| * svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13
| * rdma core: Add rdma_rw_mr_payload()Chuck Lever2017-09-052-0/+26
| * svcrdma: Limit RQ depthChuck Lever2017-09-051-7/+12
| * svcrdma: Populate tail iovec when receivingChuck Lever2017-09-051-93/+15Star
| * nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-052-0/+21
| * merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-052-6/+22
| |\
| * | svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever2017-08-251-3/+5
| * | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-255-13/+13
| * | nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever2017-08-251-2/+2
| * | sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-253-7/+7
| * | nfsd4: individual encoders no longer see error casesJ. Bruce Fields2017-08-251-206/+103Star
| * | nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-253-3/+12
| * | nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-253-6/+36
| * | nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-253-14/+14
| * | nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2017-08-012-43/+44
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-0940-1540/+1702
|\ \ \
| * | | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-221-2/+3
| * | | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-211-1/+0Star
| * | | btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-211-7/+5Star