| Commit message (Expand) | Author | Age | Files | Lines |
* | mlxsw: spectrum: Add bridge dependency for spectrum | Ido Schimmel | 2017-06-01 | 1 | -0/+1 |
* | net-next: stmmac: Add dwmac-sun8i | LABBE Corentin | 2017-06-01 | 5 | -2/+1024 |
* | net-next: stmmac: add optional setup function | LABBE Corentin | 2017-06-01 | 1 | -1/+3 |
* | net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr | LABBE Corentin | 2017-06-01 | 1 | -1/+2 |
* | mlxsw: spectrum: Implement the ethtool flash_device callback | Yotam Gigi | 2017-06-01 | 1 | -9/+42 |
* | qed: No need to reset SBs on IOV init | Mintz, Yuval | 2017-06-01 | 3 | -33/+4 |
* | qed: Reset IGU CAM to default on init | Mintz, Yuval | 2017-06-01 | 3 | -20/+162 |
* | qed: Hold a single array for SBs | Mintz, Yuval | 2017-06-01 | 8 | -27/+103 |
* | qed: Provide auxiliary for getting free VF SB | Mintz, Yuval | 2017-06-01 | 3 | -29/+51 |
* | qed: Remove assumption on SB order in IGU | Mintz, Yuval | 2017-06-01 | 2 | -61/+33 |
* | qed: Encapsulate interrupt counters in struct | Mintz, Yuval | 2017-06-01 | 5 | -24/+21 |
* | qed: Add aux. function translating sb_id -> igu_sb_id | Mintz, Yuval | 2017-06-01 | 1 | -10/+21 |
* | qed: Distinguish between sb_id and igu_sb_id | Mintz, Yuval | 2017-06-01 | 3 | -25/+30 |
* | qed: IGU read revised | Mintz, Yuval | 2017-06-01 | 4 | -140/+83 |
* | qed: Minor refactoring in interrupt code | Mintz, Yuval | 2017-06-01 | 1 | -3/+12 |
* | qed: Make qed_int_cau_conf_pi() static | Mintz, Yuval | 2017-06-01 | 2 | -52/+34 |
* | ppp: remove unnecessary bh disable in xmit path | Gao Feng | 2017-06-01 | 1 | -11/+11 |
* | dsa: add DSA switch driver for Microchip KSZ9477 | Woojung Huh | 2017-05-31 | 8 | -0/+3398 |
* | phy: micrel: add Microchip KSZ 9477 Switch PHY support | Woojung Huh | 2017-05-31 | 1 | -0/+11 |
* | nfp: fix memory leak on FW load error | Jakub Kicinski | 2017-05-31 | 1 | -0/+1 |
* | nfp: move basic eBPF stats to app-specific code | Jakub Kicinski | 2017-05-31 | 5 | -34/+67 |
* | nfp: move bpf offload code to the BPF app | Jakub Kicinski | 2017-05-31 | 6 | -59/+159 |
* | nfp: move eBPF offload files to BPF app directory | Jakub Kicinski | 2017-05-31 | 6 | -10/+10 |
* | nfp: report app name in ethtool -i | Jakub Kicinski | 2017-05-31 | 5 | -3/+15 |
* | nfp: move port init to apps | Jakub Kicinski | 2017-05-31 | 8 | -35/+309 |
* | nfp: turn reading PCIe RTsym parameters into a helper | Jakub Kicinski | 2017-05-31 | 1 | -7/+17 |
* | nfp: add missing fall through statements | Jakub Kicinski | 2017-05-31 | 1 | -0/+2 |
* | sched: add helper for updating statistics on all actions | Jakub Kicinski | 2017-05-31 | 3 | -27/+4 |
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 2017-05-31 | 9 | -80/+180 |
|\ |
|
| * | ixgbe: fix incorrect status check | Emil Tantilov | 2017-05-31 | 1 | -4/+4 |
| * | ixgbe: add missing configuration for rate select 1 | Emil Tantilov | 2017-05-31 | 1 | -0/+19 |
| * | ixgbe: always call setup_mac_link for multispeed fiber | Emil Tantilov | 2017-05-31 | 1 | -18/+0 |
| * | ixgbe: add write flush when configuring CS4223/7 | Emil Tantilov | 2017-05-31 | 1 | -2/+18 |
| * | ixgbe: correct CS4223/7 PHY identification | Emil Tantilov | 2017-05-31 | 2 | -6/+7 |
| * | ixgbevf: Resolve warnings for -Wimplicit-fallthrough | Tony Nguyen | 2017-05-31 | 1 | -0/+2 |
| * | ixgbevf: Resolve truncation warning for q_vector->name | Tony Nguyen | 2017-05-31 | 1 | -7/+7 |
| * | ixgbe: Resolve warnings for -Wimplicit-fallthrough | Tony Nguyen | 2017-05-31 | 5 | -11/+18 |
| * | ixgbe: Resolve truncation warning for q_vector->name | Tony Nguyen | 2017-05-31 | 1 | -7/+7 |
| * | ixgbe: Add error checking to setting VF MAC | Tony Nguyen | 2017-05-31 | 1 | -13/+41 |
| * | ixgbe: Correct thermal sensor event check | Mark Rustad | 2017-05-31 | 1 | -2/+1 |
| * | ixgbe: enable L3/L4 filtering for Tx switched packets | Emil Tantilov | 2017-05-31 | 1 | -0/+3 |
| * | ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support | Paul Greenwalt | 2017-05-31 | 3 | -2/+29 |
| * | ixgbe: initialize u64_stats_sync structures early at ixgbe_probe | Liwei Song | 2017-05-31 | 1 | -4/+4 |
| * | ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets | Scott Peterson | 2017-05-31 | 2 | -4/+20 |
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 2017-05-31 | 9 | -19/+77 |
|\ \ |
|
| * | | i40e: Check for memory allocation failure | Christophe Jaillet | 2017-05-31 | 1 | -0/+2 |
| * | | i40e: check for Tx timestamp timeouts during watchdog | Jacob Keller | 2017-05-31 | 4 | -0/+34 |
| * | | i40e: use pf data structure directly in i40e_ptp_rx_hang | Jacob Keller | 2017-05-31 | 3 | -4/+4 |
| * | | i40e: add statistic indicating number of skipped Tx timestamps | Jacob Keller | 2017-05-31 | 3 | -0/+3 |
| * | | i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESS | Jacob Keller | 2017-05-31 | 1 | -6/+20 |