summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller
2018-06-06netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo
2018-06-06Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso
2018-06-06netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-06-06netfilter: ipset: Limit max timeout valueJozsef Kadlecsik
2018-06-06netfilter: xt_set: Check hook mask correctlySerhey Popovych
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern
2018-06-05net: metrics: add proper netlink validationEric Dumazet
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca
2018-06-05ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-06-05bpfilter: switch to CC from HOSTCCAlexei Starovoitov
2018-06-05net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-06-05net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-06-05xsk: wire upp Tx zero-copy functionsMagnus Karlsson
2018-06-05xsk: add zero-copy support for RxBjörn Töpel
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel
2018-06-05xsk: introduce xdp_umem_pageBjörn Töpel
2018-06-05xsk: moved struct xdp_umem definitionBjörn Töpel
2018-06-05l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov
2018-06-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov