Age | Commit message (Expand) | Author | Files | Lines |
2019-03-22 | net: Move the definition of the default Geneve udp port to public header file | Moshe Shemesh | 4 | -5/+2 |
2019-03-22 | net/mlx5e: Remove redundant assignment | Gustavo A. R. Silva | 1 | -4/+2 |
2019-03-22 | net/mlx5e: Fix compilation warning in en_tc.c | Saeed Mahameed | 2 | -2/+3 |
2019-03-22 | net/mlx5e: Fix port buffer function documentation format | Saeed Mahameed | 1 | -15/+15 |
2019-03-22 | net/mlx5: Fix compilation warning in eq.c | Saeed Mahameed | 1 | -4/+2 |
2019-03-22 | net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API | Parav Pandit | 2 | -8/+5 |
2019-03-22 | net/mlx5: Rename total_vfs to total_vports | Parav Pandit | 1 | -2/+2 |
2019-03-22 | net/mlx5: Simplify sriov enable/disable flow | Parav Pandit | 1 | -36/+8 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 7 | -37/+7 |
2019-03-22 | r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit | Heiner Kallweit | 1 | -1/+1 |
2019-03-22 | net: phy: aquantia: add downshift support | Heiner Kallweit | 1 | -10/+145 |
2019-03-22 | nfp: remove defines for unused control bits | Jakub Kicinski | 2 | -5/+1 |
2019-03-21 | net: phy: Move Omega PHY entry to Cygnus PHY driver | Florian Fainelli | 3 | -4/+149 |
2019-03-21 | net: phy: Prepare for moving Omega out of bcm7xxx | Florian Fainelli | 3 | -71/+76 |
2019-03-21 | net: systemport: Remove print of base address | Florian Fainelli | 1 | -3/+3 |
2019-03-21 | net: dsa: bcm_sf2: Remove print of base address | Florian Fainelli | 1 | -4/+5 |
2019-03-21 | net: phy: mdio-bcm-unimac: Remove print of base address | Florian Fainelli | 1 | -1/+1 |
2019-03-21 | tun: Remove unused first parameter of tun_get_iff() | Kirill Tkhai | 1 | -4/+3 |
2019-03-21 | tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device | Kirill Tkhai | 1 | -0/+8 |
2019-03-20 | net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static | YueHaibing | 1 | -4/+5 |
2019-03-20 | net: hns3: Make hclge_destroy_cmd_queue static | YueHaibing | 1 | -1/+1 |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 28 | -77/+47 |
2019-03-20 | qed: Define new MF bit for no_vlan config | Sudarsana Reddy Kalluru | 3 | -5/+8 |
2019-03-20 | qede: Populate mbi version in ethtool driver query data. | Sudarsana Reddy Kalluru | 1 | -5/+19 |
2019-03-20 | macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device | Hangbin Liu | 1 | -0/+48 |
2019-03-20 | net: phy: aquantia: check for changed interface mode in read_status | Nikita Yushchenko | 1 | -2/+44 |
2019-03-20 | net: phy: aquantia: check for supported interface modes in config_init | Andrew Lunn | 1 | -0/+17 |
2019-03-20 | net: phy: improve handling link_change_notify callback | Heiner Kallweit | 3 | -50/+15 |
2019-03-20 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 11 | -116/+197 |
2019-03-20 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 12 | -18/+1392 |
2019-03-20 | ice: Determine descriptor count and ring size based on PAGE_SIZE | Brett Creeley | 3 | -11/+43 |
2019-03-20 | ice: Reset all VFs with VFLR during SR-IOV init flow | Akeem G Abodunrin | 1 | -1/+1 |
2019-03-20 | ice: Get resources per function | Brett Creeley | 1 | -5/+8 |
2019-03-20 | ice: Implement flow to reset VFs with PFR and other resets | Akeem G Abodunrin | 1 | -6/+2 |
2019-03-20 | ice: configure GLINT_ITR to always have an ITR gran of 2 | Brett Creeley | 4 | -18/+44 |
2019-03-20 | ice: use ice_for_each_vsi macro when possible | Brett Creeley | 3 | -9/+8 |
2019-03-20 | ice : Ensure only valid bits are set in ice_aq_set_phy_cfg | Chinh T Cao | 3 | -2/+15 |
2019-03-20 | ice: remove redundant variable and if condition | Brett Creeley | 1 | -7/+4 |
2019-03-20 | ice: avoid multiple unnecessary de-references in probe | Bruce Allan | 1 | -18/+15 |
2019-03-20 | ice: Fix issue with VF reset and multiple VFs support on PFs | Akeem G Abodunrin | 1 | -7/+13 |
2019-03-20 | ice: Fix broadcast traffic in port VLAN mode | Michal Swiatkowski | 1 | -32/+44 |
2019-03-20 | igc: Remove unneeded hw_dbg prints | Sasha Neftin | 1 | -4/+0 |
2019-03-20 | igc: Fix the typo in igc_base.h header definition | Sasha Neftin | 1 | -2/+2 |
2019-03-20 | igc: Add support for the ntuple feature | Sasha Neftin | 2 | -0/+89 |
2019-03-20 | igc: Add support for statistics | Sasha Neftin | 3 | -1/+403 |
2019-03-20 | enc28j60: Convert to use SPDX identifier | Andy Shevchenko | 1 | -5/+1 |
2019-03-20 | enc28j60: Fix indentation splats | Andy Shevchenko | 1 | -37/+21 |
2019-03-20 | enc28j60: Amend comments by fixing typos, adding periods, etc | Andy Shevchenko | 1 | -15/+16 |
2019-03-20 | enc28j60: Remove linux/init.h | Andy Shevchenko | 1 | -1/+0 |
2019-03-20 | enc28j60: Convert printk() to netdev_printk() | Andy Shevchenko | 1 | -24/+27 |