Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 152 | -1254/+2367 |
2017-05-26 | Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2017-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 57 | -254/+701 |
2017-05-26 | Merge branch 'ibmvnic-Driver-updates' | David S. Miller | 2 | -41/+220 |
2017-05-26 | ibmvnic: Reset sub-crqs during driver reset | Nathan Fontenot | 1 | -3/+43 |
2017-05-26 | ibmvnic: Reset tx/rx pools on driver reset | Nathan Fontenot | 1 | -4/+67 |
2017-05-26 | ibmvnic: Reset the CRQ queue during driver reset | Nathan Fontenot | 1 | -2/+8 |
2017-05-26 | ibmvnic: Check adapter state during ibmvnic_poll | Nathan Fontenot | 1 | -1/+7 |
2017-05-26 | ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSED | Thomas Falcon | 1 | -0/+21 |
2017-05-26 | ibmvnic: Halt TX and report carrier off on H_CLOSED return code | Thomas Falcon | 1 | -2/+8 |
2017-05-26 | ibmvnic: Non-fatal error handling | John Allen | 2 | -25/+32 |
2017-05-26 | ibmvnic: Fix cleanup of SKB's on driver close | Thomas Falcon | 1 | -1/+1 |
2017-05-26 | ibmvnic: Send gratuitous arp on reset | John Allen | 1 | -0/+1 |
2017-05-26 | ibmvnic: Handle failover after failed init crq | John Allen | 2 | -2/+11 |
2017-05-26 | ibmvnic: Track state of adapter napis | John Allen | 2 | -9/+29 |
2017-05-26 | Merge branch 'mlxsw-Improve-extensibility' | David S. Miller | 15 | -1891/+2778 |
2017-05-26 | mlxsw: spectrum_router: Implement common RIF core | Ido Schimmel | 3 | -237/+337 |
2017-05-26 | mlxsw: spectrum: Implement common FID core | Ido Schimmel | 8 | -761/+1278 |
2017-05-26 | mlxsw: spectrum_router: Determine VR first when creating RIF | Ido Schimmel | 1 | -16/+22 |
2017-05-26 | mlxsw: spectrum_router: Flood packets to router after RIF creation | Ido Schimmel | 1 | -8/+8 |
2017-05-26 | mlxsw: spectrum_router: Destroy RIF only based on its struct | Ido Schimmel | 1 | -6/+6 |
2017-05-26 | mlxsw: spectrum_router: Configure RIFs based on RIF struct | Ido Schimmel | 1 | -33/+23 |
2017-05-26 | mlxsw: spectrum_router: Extend the RIF struct | Ido Schimmel | 1 | -4/+27 |
2017-05-26 | mlxsw: spectrum_router: Allocate RIF prior to its configuration | Ido Schimmel | 1 | -21/+19 |
2017-05-26 | mlxsw: spectrum_router: Allocate FID prior to RIF configuration | Ido Schimmel | 1 | -13/+12 |
2017-05-26 | mlxsw: spectrum: Replace vPorts with Port-VLAN | Ido Schimmel | 4 | -1243/+1421 |
2017-05-26 | mlxsw: spectrum: Don't create FIDs upon creation of VLAN uppers | Ido Schimmel | 2 | -98/+13 |
2017-05-26 | mlxsw: spectrum: Don't lose bridge port device during enslavement | Ido Schimmel | 1 | -23/+44 |
2017-05-26 | mlxsw: spectrum_router: Replace vPorts with Port-VLAN | Ido Schimmel | 2 | -74/+67 |
2017-05-26 | mlxsw: spectrum: Change signature of FID leave function | Ido Schimmel | 3 | -21/+47 |
2017-05-26 | mlxsw: spectrum: Introduce Port-VLAN structure | Ido Schimmel | 2 | -3/+68 |
2017-05-26 | mlxsw: spectrum: Set port's mode according to FID mappings | Ido Schimmel | 4 | -28/+63 |
2017-05-26 | bridge: Export multicast enabled state | Ido Schimmel | 2 | -0/+13 |
2017-05-26 | bridge: Export VLAN filtering state | Ido Schimmel | 6 | -13/+21 |
2017-05-26 | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 6 | -74/+66 |
2017-05-26 | Merge branch 'mv88e6xxx-SERDES' | David S. Miller | 7 | -298/+623 |
2017-05-26 | dsa: mv88e6xxx: Enable/Disable SERDES on port enable/disable | Andrew Lunn | 1 | -8/+42 |
2017-05-26 | net: dsa: mv88e6xxx: mv88e6390X SERDES support | Andrew Lunn | 3 | -0/+184 |
2017-05-26 | net: dsa: mv88e6xxx: Remove SERDES flag | Andrew Lunn | 2 | -24/+2 |
2017-05-26 | net: dsa: mv88e6xxx: Refactor mv88e6352 SERDES code into an op | Andrew Lunn | 5 | -48/+122 |
2017-05-26 | net: dsa: mv88e6xxx: Move phy functions into phy.[ch] | Andrew Lunn | 5 | -232/+287 |
2017-05-26 | ipv4: add reference counting to metrics | Eric Dumazet | 5 | -23/+45 |
2017-05-26 | net: ethernet: ax88796: support generating a random mac address | Uwe Kleine-König | 1 | -0/+6 |
2017-05-26 | net: ethernet: ax88796: don't call free_irq without request_irq first | Uwe Kleine-König | 1 | -5/+2 |
2017-05-26 | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets | Peter Dawson | 2 | -14/+20 |
2017-05-26 | Merge branch 'marvell-phy-cleanups' | David S. Miller | 1 | -83/+98 |
2017-05-26 | net: phy: marvell: Uniform page names | Andrew Lunn | 1 | -48/+46 |
2017-05-26 | net: phy: marvell: helper to get and set page | Andrew Lunn | 1 | -44/+31 |
2017-05-26 | net: phy: marvell: More hidden page changes refactored | Andrew Lunn | 1 | -16/+46 |
2017-05-26 | net: phy: marvell: #defines for copper and fibre pages | Andrew Lunn | 1 | -11/+11 |