aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov
2018-12-259p/net: put a lower bound on msizeDominique Martinet
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki
2018-12-24ieee802154: lowpan_header_create check must check daddrWillem de Bruijn
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu
2018-12-23net: Revert recent Spectre-v1 patches.David S. Miller
2018-12-22can: af_can: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-22packet: validate address length if non-zeroWillem de Bruijn
2018-12-22nfc: af_nfc: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-22phonet: af_phonet: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-22net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller