aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-04-11format-security: move static strings to constKees Cook
2017-04-11mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-04-11net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-04-11treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-11net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko
2017-04-11Merge branch 'akpm-current/current'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'xen-tip/linux-next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'audit/next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'mac80211-next/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'ipvs-next/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'ipsec-next/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-04-11Merge remote-tracking branch 'ipsec/master'Stephen Rothwell
2017-04-10xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu
2017-04-10xen/9pfs: build 9pfs Xen transport driverStefano Stabellini
2017-04-10xen/9pfs: receive responsesStefano Stabellini
2017-04-10xen/9pfs: send requests to the backendStefano Stabellini
2017-04-10xen/9pfs: connect to the backendStefano Stabellini
2017-04-10xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller
2017-04-10treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng
2017-04-08l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault
2017-04-08l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault
2017-04-08New getsockopt option to get socket cookieChenbo Feng
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang
2017-04-07Merge branch 'for-4.12/block' into for-nextJens Axboe
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-04-07virtio: wrap find_vqsMichael S. Tsirkin
2017-04-06Merge branch 'work.uaccess' into for-nextAl Viro
2017-04-06Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...David S. Miller
2017-04-06Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran
2017-04-06af_unix: Use designated initializersKees Cook
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong