summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-185-157/+14
|\
| * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1
| * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1
| * netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9
| * netfilter: remove old pre-netns era hook apiFlorian Westphal2017-07-171-143/+0
| * netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-07-171-3/+3
* | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
* | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-182-0/+2
|/
* tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
* tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0
* tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
* tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
* tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1
* openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36
* ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-151-4/+4
* sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
* net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-07-141-4/+2
* net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2017-07-142-2/+4
* netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
* net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
* dccp: make const array error_code staticColin Ian King2017-07-131-1/+1
* bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
* 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
OpenPOWER on IntegriCloud