summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn2015-05-091-2/+12
* openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-053-4/+4
* ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-051-1/+1
* bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2015-05-051-2/+2
* tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-054-0/+57
* net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-042-2/+2
* 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
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-045-188/+493
* bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing2015-05-041-24/+4
* tc: remove unused redirect ttlJamal Hadi Salim2015-05-041-9/+0
* sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4
* net: Add flow_keys digestTom Herbert2015-05-041-0/+27
* 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-041-8/+30
* 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
* 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
* 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-031-1/+1
* etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck2015-05-031-1/+1
* ipv6: Flow label state rangesTom Herbert2015-05-033-0/+13
* 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-022-9/+1
* 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-0211-35/+30
|\
| * ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
| * net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
| * tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy2015-04-291-5/+2
| * tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-12/+13
| * bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-293-8/+10
| * bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
| * net: sched: act_connmark: don't zap skb->nfctFlorian Westphal2015-04-291-2/+0
| * route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-04-271-2/+1
| |\
| | * netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
* | | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-012-49/+1
* | | ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-011-43/+59
* | | ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau2015-05-011-2/+2
* | | ipv6: Extend the route lookups to low priority metrics.Steffen Klassert2015-05-011-5/+23