summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu
2015-05-04Merge branch 'flow_keys_digest'David S. Miller
2015-05-04sch_choke: Use flow_keys_digestTom Herbert
2015-05-04net: Add flow_keys digestTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert
2015-05-04net: Add skb_get_hash_perturbTom Herbert
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-05-03Merge branch 'tcp_sack_rttm'David S. Miller
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen
2015-05-03Merge branch 'rhashtable-test'David S. Miller
2015-05-03rhashtable-test: Detect insertion failuresThomas Graf
2015-05-03rhashtable-test: Use walker to test bucket statisticsThomas Graf
2015-05-03rhashtable-test: Do not allocate individual test objectsThomas Graf
2015-05-03rhashtable-test: Get rid of ptr in test_obj structureThomas Graf
2015-05-03rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf
2015-05-03rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf
2015-05-03Merge branch 'eth_type_trans'David S. Miller
2015-05-03etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck
2015-05-03ipv6: Flow label state rangesTom Herbert
2015-05-03ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal
2015-05-02ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-01virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi
2015-05-01virtio: pass baton to Michael TsirkinRusty Russell
2015-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-01net: rocker: Use ether_addr_equalSimon Horman
2015-05-01Merge branch 'rt6_pmtu'David S. Miller
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau
2015-05-01ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau
2015-05-01ipv6: Extend the route lookups to low priority metrics.Steffen Klassert
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov