summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-04e100: don't initialize int object to zeroJean Sacren1-1/+1
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka1-20/+7
2015-05-04via-rhine: close SMP transmit races.françois romieu1-6/+45
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu1-1/+1
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu1-8/+14
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu1-10/+3
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu1-50/+53
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu1-6/+10
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu1-14/+43
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu1-0/+1
2015-05-04sch_choke: Use flow_keys_digestTom Herbert1-10/+4
2015-05-04net: Add flow_keys digestTom Herbert2-0/+43
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert1-25/+2
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert1-16/+8
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert1-18/+1
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert1-9/+2
2015-05-04net: Add skb_get_hash_perturbTom Herbert2-8/+32
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn1-1/+2
2015-05-04net: sched: run ingress qdisc without locksAlexei Starovoitov2-4/+3
2015-05-04tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-04tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-04tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-05-04rhashtable-test: Detect insertion failuresThomas Graf1-6/+20
2015-05-04rhashtable-test: Use walker to test bucket statisticsThomas Graf1-30/+30
2015-05-04rhashtable-test: Do not allocate individual test objectsThomas Graf1-22/+6
2015-05-04rhashtable-test: Get rid of ptr in test_obj structureThomas Graf1-6/+3
2015-05-04rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf1-31/+69
2015-05-04rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf1-1/+0
2015-05-04etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck1-1/+2
2015-05-04etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2-2/+24
2015-05-04etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-05-04ipv6: Flow label state rangesTom Herbert6-2/+29
2015-05-04ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau1-1/+1
2015-05-03net: sched: remove TC_MUNGED bitsFlorian Westphal5-13/+4
2015-05-03ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-02virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-02virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02net: rocker: Use ether_addr_equalSimon Horman1-2/+2
2015-05-02ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau4-86/+1
2015-05-02ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2-52/+60
2015-05-02ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau1-2/+2
2015-05-02ipv6: Extend the route lookups to low priority metrics.Steffen Klassert1-5/+23
2015-05-02ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2-0/+8
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-02ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-05-01drivers: net: xgene: fix kbuild warningsIyappan Subramanian2-1/+3
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann1-1/+11