aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+52
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-4/+9
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend2-2/+46
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+52
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend1-95/+113
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-338/+90
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann1-23/+1
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang1-0/+3
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long1-5/+4
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long1-14/+8
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_cookie_preserve_param_tXin Long1-6/+5
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long2-2/+2
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long2-2/+2
2017-07-16rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan6-12/+16
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+7
2017-07-12datagram: fix kernel-doc commentsstephen hemminger1-3/+3
2017-07-12net: ipmr: ipmr_get_table() returns NULLDan Carpenter1-2/+2
2017-07-11bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin1-1/+2
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-303/+1657
2017-07-08mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu1-4/+8
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-1/+2
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan1-1/+1
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov2-10/+21
2017-07-07crush: remove an obsolete commentIlya Dryomov1-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workIlya Dryomov1-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2-3/+200
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov2-19/+57
2017-07-07libceph: apply_upmap()Ilya Dryomov1-2/+95
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov1-6/+6
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov2-3/+155
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov1-22/+3
2017-07-07libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov1-72/+15
2017-07-07libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov1-67/+83
2017-07-07libceph: don't pass pgid by valueIlya Dryomov1-10/+10
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov4-0/+684
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2-28/+34
2017-07-07libceph: use target pi for calc_target() calculationsIlya Dryomov1-1/+8
2017-07-07libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov1-11/+4
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov2-9/+26
2017-07-07libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2-11/+17
2017-07-07libceph: drop need_resend from calc_target()Ilya Dryomov1-7/+11
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov1-19/+134
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-2/+5
2017-07-07libceph: encode_{pgid,oloc}() helpersIlya Dryomov1-23/+27
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov3-3/+48