summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove the typedef sctp_random_param_tXin Long2017-07-161-5/+4
* sctp: remove the typedef sctp_supported_ext_param_tXin Long2017-07-161-14/+8
* sctp: remove the typedef sctp_adaptation_ind_param_tXin Long2017-07-161-2/+2
* sctp: remove the typedef sctp_supported_addrs_param_tXin Long2017-07-161-1/+1
* sctp: remove the typedef sctp_cookie_preserve_param_tXin Long2017-07-161-6/+5
* sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-162-2/+2
* sctp: remove the typedef sctp_ipv4addr_param_tXin Long2017-07-162-2/+2
* rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan2017-07-166-12/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-123-6/+7
|\
| * datagram: fix kernel-doc commentsstephen hemminger2017-07-121-3/+3
| * net: ipmr: ipmr_get_table() returns NULLDan Carpenter2017-07-121-2/+2
| * bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin2017-07-111-1/+2
* | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-07-118-303/+1657
|\ \ | |/ |/|
| * libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-072-10/+21
| * crush: remove an obsolete commentIlya Dryomov2017-07-071-5/+0
| * crush: crush_init_workspace starts with struct crush_workIlya Dryomov2017-07-071-1/+1
| * libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-072-3/+200
| * crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-19/+57
| * libceph: apply_upmap()Ilya Dryomov2017-07-071-2/+95
| * libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov2017-07-071-6/+6
| * libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-072-3/+155
| * libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-22/+3
| * libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov2017-07-071-72/+15
| * libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov2017-07-071-67/+83
| * libceph: don't pass pgid by valueIlya Dryomov2017-07-071-10/+10
| * libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+684
| * libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-072-28/+34
| * libceph: use target pi for calc_target() calculationsIlya Dryomov2017-07-071-1/+8
| * libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov2017-07-071-11/+4
| * libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-072-9/+26
| * libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov2017-07-071-0/+1
| * libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-072-11/+17
| * libceph: drop need_resend from calc_target()Ilya Dryomov2017-07-071-7/+11
| * libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-071-19/+134
| * libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-2/+5
| * libceph: encode_{pgid,oloc}() helpersIlya Dryomov2017-07-071-23/+27
| * libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-073-3/+48
| * libceph: new pi->last_force_request_resendIlya Dryomov2017-07-071-0/+37
| * libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-11/+10
| * libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-1/+7
| * libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov2017-07-071-4/+6
| * libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-2/+1
* | mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu2017-07-081-4/+8
* | bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-1/+2
* | rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan2017-07-081-1/+1
* | Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-07-071-3/+7
|\ \
| * | cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-071-0/+4
| * | cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-071-0/+1
| * | cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari2017-07-071-1/+1
| * | cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-071-2/+1