summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-048-188/+498
* bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing2015-05-041-24/+4
* tc: remove unused redirect ttlJamal Hadi Salim2015-05-042-9/+2
* Merge branch 'via-rhine-rework'David S. Miller2015-05-041-87/+162
|\
| * via-rhine: close SMP transmit races.françois romieu2015-05-041-6/+45
| * via-rhine: dma_wmb transmit barrier.françois romieu2015-05-041-1/+1
| * via-rhine: add consistent memory barrier in vlan receive code.françois romieu2015-05-041-8/+14
| * via-rhine: kiss rx_head_desc goodbye.françois romieu2015-05-041-10/+3
| * via-rhine: forbid holes in the receive descriptor ring.françois romieu2015-05-041-50/+53
| * via-rhine: gotoize rhine_open error path.françois romieu2015-05-041-6/+10
| * via-rhine: allocate and map receive buffer in a single transactionfrançois romieu2015-05-041-14/+43
| * via-rhine: commit receive buffer address before descriptor status update.françois romieu2015-05-041-0/+1
|/
* Merge branch 'flow_keys_digest'David S. Miller2015-05-048-86/+92
|\
| * sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4
| * net: Add flow_keys digestTom Herbert2015-05-042-0/+43
| * sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-041-25/+2
| * sched: Call skb_get_hash_perturb in sch_sfbTom Herbert2015-05-041-16/+8
| * sched: Call skb_get_hash_perturb in sch_hhfTom Herbert2015-05-041-18/+1
| * sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2
| * net: Add skb_get_hash_perturbTom Herbert2015-05-042-8/+32
|/
* net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn2015-05-041-1/+2
* net: sched: run ingress qdisc without locksAlexei Starovoitov2015-05-032-4/+3
* Merge branch 'tcp_sack_rttm'David S. Miller2015-05-031-43/+43
|\
| * tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen2015-05-031-6/+3
| * tcp: improve RTT from SACK for CCKenneth Klette Jonassen2015-05-031-18/+22
| * tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen2015-05-031-23/+22
|/
* Merge branch 'rhashtable-test'David S. Miller2015-05-031-91/+123
|\
| * rhashtable-test: Detect insertion failuresThomas Graf2015-05-031-6/+20
| * rhashtable-test: Use walker to test bucket statisticsThomas Graf2015-05-031-30/+30
| * rhashtable-test: Do not allocate individual test objectsThomas Graf2015-05-031-22/+6
| * rhashtable-test: Get rid of ptr in test_obj structureThomas Graf2015-05-031-6/+3
| * rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf2015-05-031-31/+69
| * rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf2015-05-031-1/+0
|/
* Merge branch 'eth_type_trans'David S. Miller2015-05-032-4/+27
|\
| * etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck2015-05-031-1/+2
| * etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-032-2/+24
| * etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck2015-05-031-1/+1
|/
* ipv6: Flow label state rangesTom Herbert2015-05-036-2/+29
* ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-031-1/+1
* net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-025-13/+4
* ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-021-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-02128-811/+1725
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-0142-159/+224
| |\
| | * ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
| | * net: fec: Fix RGMII-ID modeMarkus Pargmann2015-04-301-1/+4
| | * net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay2015-04-303-2/+26
| | * netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso2015-04-301-2/+2
| | * net/mlx4_core: Fix unaligned accessesDavid Ahern2015-04-301-4/+14
| | * mlx4_en: Use correct loop cursor in error path.Benjamin Poirier2015-04-301-1/+1
| | * cxgb4: Fix MC1 memory offset calculationHariprasad Shenai2015-04-291-1/+1