summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-057-1/+70
* net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-042-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-05-0410-95/+123
|\
| * ixgbe: Use a signed type to hold error codesMark Rustad2015-05-044-11/+11
| * ixgbe: Release semaphore bits in the right orderMark Rustad2015-05-041-4/+4
| * ixgbe: Fix IOSF SB access issuesMark Rustad2015-05-041-37/+65
| * e1000e: fix call to do_div() to use u64 argJeff Kirsher2015-05-041-6/+7
| * e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck2015-05-041-0/+14
| * e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck2015-05-043-16/+14
| * e100: don't initialize int object to zeroJean Sacren2015-05-041-1/+1
| * igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7
* | Merge branch 'tipc-topology-cleanup'David S. Miller2015-05-045-165/+137
|\ \
| * | tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-041-0/+4
| * | tipc: adjust locking policy of subscriptionYing Xue2015-05-041-2/+4
| * | tipc: involve reference counter for subscriberYing Xue2015-05-041-68/+52
| * | tipc: introduce tipc_subscrb_create routineYing Xue2015-05-041-13/+17
| * | tipc: rename functions defined in subscr.cYing Xue2015-05-044-97/+75
|/ /
* | Merge branch 'igmp_mld_export'David S. Miller2015-05-048-208/+498
|\ \
| * | 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