summaryrefslogtreecommitdiffstats
path: root/drivers/net
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-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 Dumazet3-48/+3
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov2-100/+31
2016-06-08net: vrf: Add l3mdev rules on first device createDavid Ahern1-1/+105
2016-06-08net: dsa: bcm_sf2: Register our slave MDIO busFlorian Fainelli2-81/+140
2016-06-08qede: Add dcbnl support.Sudarsana Reddy Kalluru4-0/+356
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru2-0/+1097
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru3-1/+563
2016-06-08drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
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 Ahern1-4/+85
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-07net_sched: transform qdisc running bit into a seqcountEric Dumazet3-0/+7
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 Qiang4-0/+1351
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-06net: ethernet: cavium: liquidio: request_manager: Remove create_workqueueBhaktipriya Shridhar1-2/+3
2016-06-06net: ethernet: cavium: liquidio: response_manager: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-06virtio-net: Add initial MTU advice featureAaron Conole1-0/+10
2016-06-06net: Revert vrf-local changes.David S. Miller1-201/+33
2016-06-06net: vrf: ipv6 support for local traffic to local addressesDavid Ahern1-4/+85
2016-06-06net: vrf: ipv4 support for local traffic to local addressesDavid Ahern1-2/+98
2016-06-06net: vrf: Minor refactoring for local address patchesDavid Ahern1-27/+18
2016-06-05hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()Vitaly Kuznetsov1-3/+2
2016-06-05hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov3-6/+3
2016-06-05hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov3-19/+13
2016-06-05hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov3-25/+22
2016-06-05hv_netvsc: remove redundant assignment in netvsc_recv_callback()Vitaly Kuznetsov1-1/+0
2016-06-04net: hns: net: hns: enet adds support of acpiKejian Yan1-12/+44
2016-06-04net: hns: implement the miscellaneous operation by aslKejian Yan1-0/+167
2016-06-04net: hns: register phy device in each mac initial sequenceKejian Yan1-7/+126
2016-06-04net: hns: dsaf adds support of acpiKejian Yan3-83/+114
2016-06-04net: hns: add dsaf misc operation methodKejian Yan10-70/+111
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan8-25/+49
2016-06-04net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan4-14/+16
2016-06-04net: hns: use platform_get_irq instead of irq_of_parse_and_mapKejian Yan1-3/+2
2016-06-04net: hns: use device_* APIs instead of of_* APIsKejian Yan2-12/+8