summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip6gre: Allow live link address changeShweta Choudaha2016-06-091-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-081-5/+76
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-0817-64/+109
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-085-5/+20
* net sched: indentation and other OCD stylistic fixesJamal Hadi Salim2016-06-086-17/+28
* net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-0812-48/+21Star
* net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-0813-0/+14
* net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-0810-12/+11Star
* net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai2016-06-081-9/+22
* net: get rid of spin_trylock() in net_tx_action()Eric Dumazet2016-06-081-17/+9Star
* net: disable fragment reassembly if high_thresh is zeroMichal Kubeček2016-06-061-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/+47Star
* 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/+0Star
* net: dsa: Move port device node into port structureAndrew Lunn2016-06-042-7/+6Star
* 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/+1Star
* 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-041-0/+1
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-041-1/+1
* rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0416-34/+56
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-041-1/+2
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-049-124/+412
* sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-042-31/+43
* skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-045-4/+35
* sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-041-3/+7
* skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-041-0/+1
* ovs: set name assign type of internal portZhang Shengju2016-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-0125-71/+203
|\
| * fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
| * openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
| * sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+1
| * vlan: Propagate MAC address to VLANsMike Manning2016-05-313-3/+24