summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-09net: dsa: bcm_sf2: Add VLAN registers definitionsFlorian Fainelli1-0/+70
2016-06-09net: dsa: bcm_sf2: Move setup function at the far endFlorian Fainelli1-119/+119
2016-06-09net: dsa: bcm_sf2: Split fast age into a helper functionFlorian Fainelli1-7/+13
2016-06-09Merge branch 'netdev_lockdep_set_classes'David S. Miller12-117/+33
2016-06-09net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet1-21/+1
2016-06-09net: macvlan: call netdev_lockdep_set_classes()Eric Dumazet1-10/+1
2016-06-09net: vrf: call netdev_lockdep_set_classes()Eric Dumazet1-1/+1
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet7-82/+23
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet2-3/+7
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov2-100/+31
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman1-3/+0
2016-06-08Merge branch 'cbq-kill-drop'David S. Miller20-680/+15
2016-06-08sched: place state, next_sched and gso_skb in same cacheline againFlorian Westphal1-2/+2
2016-06-08sched: remove qdisc->dropFlorian Westphal19-395/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal5-26/+7
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2-98/+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-08Merge branch 'vrf-fib-rule-improve'David S. Miller8-12/+214
2016-06-08net: vrf: Add l3mdev rules on first device createDavid Ahern1-1/+105
2016-06-08net: Add l3mdev ruleDavid Ahern7-11/+109
2016-06-08Merge branch 'tipc-small-fixes'David S. Miller2-12/+12
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-08Merge branch 'dsa-misc-improvements'David S. Miller7-97/+230
2016-06-08net: dsa: bcm_sf2: Register our slave MDIO busFlorian Fainelli2-81/+140
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli5-10/+50
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 Dumazet2-1/+3
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai1-1/+3
2016-06-08Merge branch 'qed-dcbnl'David S. Miller10-1/+2168
2016-06-08qede: Add dcbnl support.Sudarsana Reddy Kalluru4-0/+356
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru3-0/+1159
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru4-1/+653
2016-06-08fsl/qe: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
2016-06-08drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
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-08qed: potential overflow in qed_cxt_src_t2_alloc()Dan Carpenter1-1/+1
2016-06-08Merge branch 'vrf-local'David S. Miller2-33/+202
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2-4/+86
2016-06-08net: vrf: ipv4 support for local traffic to local addressesDavid Ahern1-2/+98
2016-06-08net: vrf: Minor refactoring for local address patchesDavid Ahern1-27/+18
2016-06-07gue: Implement direction IP encapsulationTom Herbert1-5/+76
2016-06-07Merge branch 'net-sched-fast-stats'David S. Miller29-85/+158
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet20-69/+126
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet10-16/+32