summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph: striping framework implementationIlya Dryomov
2018-04-02libceph: handle zero-length data itemsIlya Dryomov
2018-04-02libceph: introduce BVECS data typeIlya Dryomov
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov
2018-04-01route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-04-01Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet
2018-04-01ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta
2018-03-31tls: support for Inline tls recordAtul Gupta
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-03-31inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: remove some helpersEric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet
2018-03-31inet: frags: refactor lowpan_net_frag_init()Eric Dumazet
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun
2018-03-31Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller