aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-08net: vrf: Add l3mdev rules on first device createDavid Ahern1-1/+105
2016-06-08net: Add l3mdev ruleDavid Ahern7-11/+109
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: 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-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-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-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
2016-06-07be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur4-30/+130
2016-06-07be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna4-47/+39
2016-06-07be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy4-85/+90
2016-06-07drivers/net: support hdlc function for QE-UCCZhao Qiang7-2/+1379
2016-06-07fsl/qe: Add QE TDM libZhao Qiang5-5/+377
2016-06-07fsl/qe: Make regs resouce_size_tZhao Qiang1-1/+1
2016-06-07fsl/qe: setup clock source for TDM modeZhao Qiang5-0/+507
2016-06-07fsl/qe: add rx_sync and tx_sync for TDM modeZhao Qiang3-0/+10
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim9-28/+41
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim13-48/+29
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim15-0/+17
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-07qed: PF to reply to unknown messagesYuval Mintz1-11/+22
2016-06-07qed: PF enforce MAC limitation of VFsYuval Mintz2-6/+79
2016-06-07qed: Move doorbell calculation from VF to PFYuval Mintz2-11/+38
2016-06-07qed: Make PF more robust against malicious VFYuval Mintz1-4/+68
2016-06-07qed: PF-VF resource negotiationYuval Mintz3-69/+135
2016-06-07qed: Relax VF firmware requirementsYuval Mintz4-50/+116
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet1-17/+9