aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-6/+1663
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-122/+86
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-7/+10
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-24/+245
2016-08-02VSOCK: Add Makefile and KconfigAsias He2-0/+26
2016-08-02VSOCK: Introduce virtio_transport.koAsias He1-0/+624
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+992
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi2-6/+12
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi1-0/+9
2016-08-01SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust1-2/+5
2016-08-01SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust1-3/+10
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long1-1/+3
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long1-1/+2
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-30tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun1-1/+1
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds21-941/+864
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds24-191/+3232
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-28libceph: fsmap.user subscription supportYan, Zheng1-1/+3
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng1-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng3-15/+81
2016-07-28libceph: introduce reference counted stringYan, Zheng3-1/+114
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng3-8/+32
2016-07-28libceph: fix some missing includesIlya Dryomov1-0/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds401-10103/+23534
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-07-26af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-07-26l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com1-5/+2
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2-2/+2
2016-07-26tipc: dump monitor attributesParthasarathy Bhuvaragan5-0/+235
2016-07-26tipc: add a function to get the bearer nameParthasarathy Bhuvaragan2-0/+22
2016-07-26tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan5-0/+67
2016-07-26tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan6-2/+55
2016-07-26tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan2-6/+3
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_update()He Chunhui1-6/+1
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+27
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong2-77/+72
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong14-279/+256
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2-6/+2
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+7
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+22
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-07-25sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner1-0/+3
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2-2/+2