aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov1-2/+2
2018-06-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-40/+19
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski1-1/+14
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2-4/+36
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey1-1/+1
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey1-0/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds55-221/+154
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells3-3/+17
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2-20/+9
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov1-1/+2
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov1-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov1-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-1/+18
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-5/+62
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov1-7/+3
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+9
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek2-3/+3
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2-3/+3
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek2-3/+3
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds79-2131/+408
2018-06-04netfilter: ebtables: fix compat entry paddingAlin Nastac1-5/+5
2018-06-04ipvs: fix check on xmit to non-local addressesJulian Anastasov1-1/+1
2018-06-04netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v6_unreachTaehee Yoo1-1/+1
2018-06-04net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-04xsk: new descriptor addressing schemeBjörn Töpel6-79/+60
2018-06-04xsk: proper Rx drop statistics updateBjörn Töpel1-5/+5
2018-06-04xsk: proper fill queue descriptor validationBjörn Töpel2-29/+14
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer1-2/+1
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+1
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-0/+6
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann1-2/+27
2018-06-03net/ncsi: Avoid GFP_KERNEL in response handlerSamuel Mendoza-Jonas1-2/+2
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-67/+100
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-64/+97
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal1-15/+98
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso3-0/+307
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2-2/+11
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2-2/+28
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso1-4/+12
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso1-13/+23