aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet2-2/+2
2015-05-09tipc: send explicit not supported error in nl compatRichard Alpe1-1/+1
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe3-30/+58
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe2-23/+114
2015-05-09net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn1-2/+12
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck3-4/+4
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-1/+1
2015-05-05bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler1-2/+2
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet4-0/+57
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ü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-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-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 Duyck1-1/+1
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-05-03ipv6: Flow label state rangesTom Herbert3-0/+13
2015-05-03ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau1-1/+1
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal2-9/+1
2015-05-02ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-35/+30
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2-49/+1
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-43/+59
2015-05-01ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau1-2/+2
2015-05-01ipv6: Extend the route lookups to low priority metrics.Steffen Klassert1-5/+23
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2-0/+8
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21