summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-15bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan1-80/+118
2016-06-15bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan3-9/+30
2016-06-15bnxt_en: Add BCM5731X and BCM5741X device IDs.Michael Chan1-1/+29
2016-06-15bnxt_en: Add GRO logic for BCM5731X chips.Michael Chan2-2/+103
2016-06-15bnxt_en: Refactor bnxt_gro_skb().Michael Chan2-19/+36
2016-06-15bnxt_en: Define the supported chip numbers.Michael Chan2-1/+43
2016-06-15bnxt_en: Add PCI device ID for 57404 NPAR devices.Michael Chan1-0/+3
2016-06-15bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige3-5/+17
2016-06-15bnxt_en: Handle VF_CFG_CHANGE event from firmware.Michael Chan2-0/+10
2016-06-15bnxt_en: Add new function bnxt_reset().Michael Chan1-12/+22
2016-06-15bnxt_en: Add function for VF driver to query default VLAN.Michael Chan2-2/+48
2016-06-14net: ethernet: enic: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-12/+16
2016-06-14virtio_net: fix csum generation for virtio-net devicesMike Rapoport1-4/+4
2016-06-13sched: remove NET_XMIT_POLICEDFlorian Westphal6-8/+4
2016-06-13net: fec: handle small PHY reset durations more preciselyStefan Wahren1-1/+6
2016-06-12ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa6-11/+23
2016-06-11net_sched: remove generic throttled managementEric Dumazet9-35/+6
2016-06-11net_sched: netem: remove qdisc_is_throttled() useEric Dumazet1-3/+0
2016-06-11net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet1-1/+1
2016-06-11net_sched: sch_plug: use a private throttled statusEric Dumazet1-6/+8
2016-06-11phy: Add Northstar2 PCI Phy supportPramod Kumar3-1/+124