aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-08sched: remove qdisc->dropFlorian Westphal18-359/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal4-7/+7
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal1-94/+1
2016-06-08cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal1-160/+6
2016-06-08ip6gre: Allow live link address changeShweta Choudaha1-0/+3
2016-06-08net: Add l3mdev ruleDavid Ahern4-9/+74
2016-06-08tipc: change node timer unit from jiffies to msJon Paul Maloy2-10/+10
2016-06-08tipc: correct error in node fsmJon Paul Maloy1-2/+2
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli4-10/+49
2016-06-08net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli2-6/+9
2016-06-08net: dsa: Provide a slave MII bus if neededFlorian Fainelli1-0/+15
2016-06-08net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli1-0/+15
2016-06-08net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli1-1/+2
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-0/+1
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai1-1/+3
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert4-9/+12
2016-06-08tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol1-3/+23
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern1-0/+1
2016-06-07gue: Implement direction IP encapsulationTom Herbert1-5/+76
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet17-64/+109
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet5-5/+20
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim6-17/+28
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim12-48/+21
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim13-0/+14
2016-06-07net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim10-12/+11
2016-06-07net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai1-9/+22
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet1-17/+9
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček1-1/+1
2016-06-04net: dsa: Add new binding implementationAndrew Lunn5-4/+667
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn3-60/+47
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2-35/+54
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn1-0/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-12/+0
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn2-7/+6
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn6-14/+14
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2-2/+10
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn1-2/+1
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn1-1/+1
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches16-34/+56
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner9-124/+412
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2-31/+43
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner5-4/+35
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-3/+7
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-71/+203