summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-05net: 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üssing5-188/+493
2015-05-04bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing1-24/+4
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim1-9/+0
2015-05-04sch_choke: Use flow_keys_digestTom Herbert1-10/+4
2015-05-04net: Add flow_keys digestTom Herbert1-0/+27
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 Herbert1-8/+30
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-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 Duyck1-1/+1
2015-05-04etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-05-04ipv6: Flow label state rangesTom Herbert3-0/+13
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 Westphal2-9/+1
2015-05-03ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-35/+30
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2-49/+1
2015-05-02ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-43/+59
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-02ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-04-30tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-30tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-30tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-30tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-30tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck1-1/+1
2015-04-29tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy1-5/+2
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2-12/+13
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel3-8/+10
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal1-2/+0
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1