summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-093-34/+3
* net: sched: fix qdisc->running lockdep annotationsEric Dumazet2016-06-091-2/+2
* sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-091-3/+0
* sched: remove qdisc->dropFlorian Westphal2016-06-0818-359/+0
* sched: remove qdisc_rehape_failFlorian Westphal2016-06-084-7/+7
* cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2016-06-081-94/+1
* cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal2016-06-081-160/+6
* ip6gre: Allow live link address changeShweta Choudaha2016-06-081-0/+3
* net: Add l3mdev ruleDavid Ahern2016-06-084-9/+74
* tipc: change node timer unit from jiffies to msJon Paul Maloy2016-06-082-10/+10
* tipc: correct error in node fsmJon Paul Maloy2016-06-081-2/+2
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-084-10/+49
* net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli2016-06-082-6/+9
* net: dsa: Provide a slave MII bus if neededFlorian Fainelli2016-06-081-0/+15
* net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli2016-06-081-0/+15
* net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli2016-06-081-1/+2
* net: sched: fix missing doc annotationsEric Dumazet2016-06-081-0/+1
* net: Reduce queue allocation to one in kdump kernelHariprasad Shenai2016-06-081-1/+3
* ila: Perform only one translation in forwarding pathTom Herbert2016-06-084-9/+12
* tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol2016-06-081-3/+23
* net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-081-0/+1
* gue: Implement direction IP encapsulationTom Herbert2016-06-071-5/+76
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-0717-64/+109
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-075-5/+20
* net sched: indentation and other OCD stylistic fixesJamal Hadi Salim2016-06-076-17/+28
* net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-0712-48/+21
* net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-0713-0/+14
* net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-0710-12/+11
* net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai2016-06-071-9/+22
* net: get rid of spin_trylock() in net_tx_action()Eric Dumazet2016-06-071-17/+9
* net: disable fragment reassembly if high_thresh is zeroMichal Kubeček2016-06-051-1/+1
* net: dsa: Add new binding implementationAndrew Lunn2016-06-045-4/+667
* net: dsa: Make mdio bus optionalAndrew Lunn2016-06-041-11/+13
* net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-043-60/+47
* net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2016-06-042-35/+54
* net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-041-0/+2
* net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-041-12/+0
* net: dsa: Move port device node into port structureAndrew Lunn2016-06-042-7/+6
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-046-14/+14
* net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2016-06-042-2/+10
* net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn2016-06-041-2/+1
* net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn2016-06-041-1/+1
* net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-031-0/+1
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-031-1/+1
* rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0316-34/+56
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-031-1/+2
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-039-124/+412
* sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-032-31/+43
* skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-035-4/+35
* sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-031-3/+7
OpenPOWER on IntegriCloud