summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-09xdp: fix race on generic receive pathIlya Maximets
2019-07-08ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra
2019-07-08ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov
2019-07-08net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo
2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk
2019-07-08nfc: fix potential illegal memory accessYang Wei
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-07-08bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton
2019-07-08ceph: fix decode_locker to use ceph_decode_entity_addrJeff Layton
2019-07-08libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton
2019-07-08libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton
2019-07-08libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton
2019-07-08libceph: ADDR2 support for monmapJeff Layton
2019-07-08libceph: add ceph_decode_entity_addrJeff Layton
2019-07-08libceph: fix sa_family just after reading addressJeff Layton
2019-07-08libceph: remove ceph_get_direct_page_vector()Christoph Hellwig
2019-07-07net: bpfilter: print umh messages to /dev/kmsgGary Lin
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-07-07tipc: use rcu dereference functions properlyXin Long
2019-07-08init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada
2019-07-06Bluetooth: 6lowpan: always check destination addressJosua Mayer
2019-07-06Bluetooth: 6lowpan: check neighbour table for SLAACJosua Mayer
2019-07-06Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer
2019-07-06SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski
2019-07-06SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESAnna Schumaker
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust
2019-07-06SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust
2019-07-06Merge branch 'bh-remove'Trond Myklebust
2019-07-06SUNRPC: add links for all client xprts to debugfsNeilBrown
2019-07-06SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski
2019-07-06SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown
2019-07-06SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski
2019-07-06NFS: send state management on a single connection.NeilBrown
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust