aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2-1/+19
2015-05-05bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2-2/+21
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet7-1/+70
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2-2/+2
2015-05-04tipc: deal with return value of tipc_conn_new callbackYing Xue1-0/+4
2015-05-04tipc: adjust locking policy of subscriptionYing Xue1-2/+4
2015-05-04tipc: involve reference counter for subscriberYing Xue1-68/+52
2015-05-04tipc: introduce tipc_subscrb_create routineYing Xue1-13/+17
2015-05-04tipc: rename functions defined in subscr.cYing Xue4-97/+75
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing8-188/+498
2015-05-04bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing1-24/+4
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim2-9/+2
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad4-11/+11
2015-05-04ixgbe: Release semaphore bits in the right orderMark Rustad1-4/+4
2015-05-04ixgbe: Fix IOSF SB access issuesMark Rustad1-37/+65
2015-05-04e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2015-05-04e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck1-0/+14
2015-05-04e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck3-16/+14
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-03net: sched: run ingress qdisc without locksAlexei Starovoitov2-4/+3
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-05-03rhashtable-test: Detect insertion failuresThomas Graf1-6/+20
2015-05-03rhashtable-test: Use walker to test bucket statisticsThomas Graf1-30/+30
2015-05-03rhashtable-test: Do not allocate individual test objectsThomas Graf1-22/+6
2015-05-03rhashtable-test: Get rid of ptr in test_obj structureThomas Graf1-6/+3
2015-05-03rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf1-31/+69
2015-05-03rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf1-1/+0
2015-05-03etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck1-1/+2
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2-2/+24
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1