summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever
2017-11-16net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2017-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy
2017-11-16netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-11-16sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-11-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15tcp: highest_sack fixEric Dumazet
2017-11-15Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger
2017-11-15netem: use 64 bit divide by rateStephen Hemminger
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun
2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov
2017-11-14netlink: remove unnecessary forward declarationJohannes Berg
2017-11-14net: dsa: lan9303: calculate offload_fwd_mark from tagEgil Hjelmeland
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes
2017-11-14net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin