summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-0813-48/+29
* net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-0815-0/+17
* net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-0810-12/+11
* net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai2016-06-081-9/+22
* Merge branch 'qed-iov-fw-reqs'David S. Miller2016-06-084-149/+456
|\
| * qed: PF to reply to unknown messagesYuval Mintz2016-06-081-11/+22
| * qed: PF enforce MAC limitation of VFsYuval Mintz2016-06-082-6/+79
| * qed: Move doorbell calculation from VF to PFYuval Mintz2016-06-082-11/+38
| * qed: Make PF more robust against malicious VFYuval Mintz2016-06-081-4/+68
| * qed: PF-VF resource negotiationYuval Mintz2016-06-083-69/+135
| * qed: Relax VF firmware requirementsYuval Mintz2016-06-084-50/+116
|/
* net: get rid of spin_trylock() in net_tx_action()Eric Dumazet2016-06-081-17/+9
* vhost_net: stop polling socket during rx processingJason Wang2016-06-071-31/+33
* net: ethernet: cavium: liquidio: request_manager: Remove create_workqueueBhaktipriya Shridhar2016-06-071-2/+3
* net: ethernet: cavium: liquidio: response_manager: Remove create_workqueueBhaktipriya Shridhar2016-06-071-2/+1
* virtio-net: Add initial MTU advice featureAaron Conole2016-06-072-0/+13
* net: Revert vrf-local changes.David S. Miller2016-06-071-201/+33
* Merge branch 'vrf-local'David S. Miller2016-06-071-33/+201
|\
| * net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-071-4/+85
| * net: vrf: ipv4 support for local traffic to local addressesDavid Ahern2016-06-071-2/+98
| * net: vrf: Minor refactoring for local address patchesDavid Ahern2016-06-071-27/+18
|/
* Merge branch 'hv_netvsc-cleanups'David S. Miller2016-06-064-52/+38
|\
| * hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()Vitaly Kuznetsov2016-06-061-3/+2
| * hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov2016-06-063-6/+3
| * hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov2016-06-063-19/+13
| * hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov2016-06-063-25/+22
| * hv_netvsc: remove redundant assignment in netvsc_recv_callback()Vitaly Kuznetsov2016-06-061-1/+0
|/
* net: disable fragment reassembly if high_thresh is zeroMichal Kubeček2016-06-061-1/+1
* Merge branch 'hns-acpi'David S. Miller2016-06-0518-262/+706
|\
| * net: hns: net: hns: enet adds support of acpiKejian Yan2016-06-051-12/+44
| * net: hns: implement the miscellaneous operation by aslKejian Yan2016-06-051-0/+167
| * net: hns: register phy device in each mac initial sequenceKejian Yan2016-06-051-7/+126
| * net: hns: dsaf adds support of acpiKejian Yan2016-06-053-83/+114
| * net: hns: add dsaf misc operation methodKejian Yan2016-06-0510-70/+111
| * net: hns: add uniform interface for phy connectionKejian Yan2016-06-058-25/+49
| * net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan2016-06-054-14/+16
| * net: hns: use platform_get_irq instead of irq_of_parse_and_mapKejian Yan2016-06-051-3/+2
| * net: hns: use device_* APIs instead of of_* APIsKejian Yan2016-06-052-12/+8
| * net: hisilicon: add support of acpi for hns-mdioKejian Yan2016-06-051-37/+69
| * net: hisilicon: cleanup to prepare for other casesKejian Yan2016-06-051-30/+18
| * ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.hKejian Yan2016-06-051-0/+8
| * ACPI: bus: add stub acpi_dev_found() to linux/acpi.hKejian Yan2016-06-051-0/+5
|/
* Merge branch 'dsa-new-binding'David S. Miller2016-06-0415-410/+1489
|\
| * net: dsa: Document new bindingAndrew Lunn2016-06-041-2/+276
| * arm: dt: vf610-zii-devel-b: Make use of new DSA bindingAndrew Lunn2016-06-041-158/+170
| * net: dsa: Add new binding implementationAndrew Lunn2016-06-047-4/+694
| * net: dsa: mv88e6xxx: Refactor MDIO so driver registers mdio busAndrew Lunn2016-06-042-9/+86
| * net: dsa: mv88e6xxx: Rename _phy_ to _mdio_Andrew Lunn2016-06-041-63/+63
| * net: dsa: Make mdio bus optionalAndrew Lunn2016-06-041-11/+13
| * net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-044-61/+54