summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-03sunrpc: Simplify do_enqueue tracingChuck Lever1-8/+3
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever1-4/+1
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever3-9/+9
2018-04-03sunrpc: Remove unneeded pointer dereferenceChuck Lever1-2/+2
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc3-13/+33
2018-04-03Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-112/+258
2018-04-02net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...Dominik Brodowski1-7/+30
2018-04-02net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...Dominik Brodowski1-5/+12
2018-04-02net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...Dominik Brodowski1-4/+12
2018-04-02net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...Dominik Brodowski1-4/+10
2018-04-02net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...Dominik Brodowski1-7/+16
2018-04-02net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski2-2/+4
2018-04-02net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski2-2/+3
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski2-18/+28
2018-04-02net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscallDominik Brodowski1-5/+12
2018-04-02net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscallDominik Brodowski1-4/+10
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski1-3/+10
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski2-3/+8
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski2-4/+9
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski2-5/+11
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski2-5/+11
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski2-3/+8
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2-4/+9
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2-3/+8
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2-3/+8
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2-9/+15
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2-8/+14
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2-9/+15
2018-04-02ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet1-1/+1
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+1
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu4-13/+8
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu1-0/+5
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu1-1/+1
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu1-5/+5
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-1/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov3-38/+37
2018-04-02libceph: striping framework implementationIlya Dryomov2-0/+227
2018-04-02libceph: handle zero-length data itemsIlya Dryomov1-2/+12
2018-04-02libceph: introduce BVECS data typeIlya Dryomov2-0/+114
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2-72/+42
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2-10/+6
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov1-60/+28
2018-04-02route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-04-02net: sched: do not emit messages while holding spinlockLi RongQing1-4/+7
2018-04-02vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-100/+262
2018-04-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-0/+2
2018-04-01Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet1-5/+12
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet1-5/+12