summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-2115-122/+311
|\
| * crush: fix using plain integer as NULL warningYueHaibing2018-08-131-2/+2
| * libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
| * libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
| * libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
| * libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-17/+56
| * libceph: add authorizer challengeIlya Dryomov2018-08-025-6/+117
| * libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36
| * libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-021-9/+24
| * libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-021-9/+12
| * libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-28/+26Star
| * ceph: fix whitespaceStephen Hemminger2018-08-028-9/+1Star
| * libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-4/+4
| * libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-024-20/+20
| * libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1Star
| * libceph: stop parsing when a bad int arg is detectedChengguang Xu2018-08-021-4/+4
| * libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-021-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1930-195/+221
|\ \
| * | ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
| * | ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
| * | net: sched: always disable bh when taking tcf_lockVlad Buslov2018-08-197-44/+47
| * | ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-184-50/+37Star
| |\ \
| | * | bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-181-38/+30Star
| | * | tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-08-161-0/+2
| | * | tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-162-1/+2
| | * | net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-08-161-11/+3Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-08-1815-83/+126
| |\ \ \
| | * | | netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso2018-08-161-2/+0Star
| | * | | netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl2018-08-161-1/+3
| | * | | netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
| | * | | netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1Star
| | * | | netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal2018-08-161-5/+10
| | * | | netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2018-08-162-10/+9Star
| | * | | netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-162-8/+23
| | * | | netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-08-162-25/+30
| | * | | netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-164-10/+10
| | * | | netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-08-161-1/+11
| | * | | ipvs: don't show negative times in ip_vs_connMatteo Croce2018-08-161-8/+14
| | * | | ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
| | |/ /
| * | | net: sched: act_ife: always release ife action on init errorVlad Buslov2018-08-161-6/+2Star
| * | | cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-161-0/+2
* | | | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-187-105/+112
|\ \ \ \
| * | | | net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7Star
| * | | | 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * | | | 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3Star
| * | | | 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13
| * | | | 9p: validate PDU lengthTomas Bortoli2018-08-134-11/+24
| * | | | net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
| * | | | net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2