Age | Commit message (Expand) | Author | Files | Lines |
2020-06-29 | caif: fix cfspi_xmit()'s return type | Luc Van Oostenryck | 1 | -2/+2 |
2020-06-29 | caif: fix caif_xmit()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
2020-06-29 | cail,hsi: fix cfhsi_xmit()'s return type | Luc Van Oostenryck | 1 | -3/+3 |
2020-06-29 | bareudp: Added attribute to enable & disable rx metadata collection | Martin | 4 | -8/+23 |
2020-06-29 | Merge branch 'hinic-add-some-ethtool-ops-support' | David S. Miller | 13 | -15/+1273 |
2020-06-29 | hinic: add support to get eeprom information | Luo bin | 4 | -0/+175 |
2020-06-29 | hinic: add support to identify physical device | Luo bin | 7 | -3/+132 |
2020-06-29 | hinic: add self test support | Luo bin | 8 | -0/+331 |
2020-06-29 | hinic: add support to set and get irq coalesce | Luo bin | 8 | -1/+418 |
2020-06-29 | hinic: add support to set and get pause params | Luo bin | 7 | -11/+217 |
2020-06-28 | Merge branch 'tcp-improve-delivered-counts-in-SCM_TSTAMP_ACK' | David S. Miller | 1 | -20/+39 |
2020-06-28 | tcp: update delivered_ce with delivered | Yousuk Seung | 1 | -8/+21 |
2020-06-28 | tcp: count sacked packets in tcp_sacktag_state | Yousuk Seung | 1 | -0/+4 |
2020-06-28 | tcp: add ece_ack flag to reno sack functions | Yousuk Seung | 1 | -10/+12 |
2020-06-28 | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() | Yousuk Seung | 1 | -2/+2 |
2020-06-27 | Merge branch 'net-atlantic-various-non-functional-changes' | David S. Miller | 10 | -33/+80 |
2020-06-27 | net: atlantic: put ptp code under IS_REACHABLE check | Igor Russkikh | 4 | -6/+27 |
2020-06-27 | net: atlantic: add alignment checks in hw_atl2_utils_fw.c | Mark Starovoytov | 1 | -4/+28 |
2020-06-27 | net: atlantic: missing space in a comment in aq_nic.h | Dmitry Bezrukov | 1 | -4/+5 |
2020-06-27 | net: atlantic: fix typo in aq_ring_tx_clean | Mark Starovoytov | 1 | -4/+5 |
2020-06-27 | net: atlantic: make aq_pci_func_init static | Mark Starovoytov | 2 | -8/+9 |
2020-06-27 | net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPP | Mark Starovoytov | 2 | -2/+2 |
2020-06-27 | net: atlantic: fix variable type in aq_ethtool_get_pauseparam | Nikita Danilov | 1 | -2/+1 |
2020-06-27 | net: atlantic: MACSec offload statistics checkpatch fix | Mark Starovoytov | 1 | -3/+3 |
2020-06-27 | Merge branch 'mptcp-refactor-token-container' | David S. Miller | 11 | -190/+487 |
2020-06-27 | mptcp: introduce token KUNIT self-tests | Paolo Abeni | 4 | -2/+152 |
2020-06-27 | mptcp: move crypto test to KUNIT | Paolo Abeni | 4 | -67/+91 |
2020-06-27 | mptcp: refactor token container | Paolo Abeni | 4 | -113/+236 |
2020-06-27 | mptcp: add __init annotation on setup functions | Paolo Abeni | 5 | -10/+10 |
2020-06-27 | Merge branch 'net-organize-driver-docs-by-device-type' | David S. Miller | 95 | -154/+306 |
2020-06-27 | docs: networking: move FDDI drivers to the hw driver section | Jakub Kicinski | 6 | -4/+22 |
2020-06-27 | docs: networking: move ATM drivers to the hw driver section | Jakub Kicinski | 8 | -6/+26 |
2020-06-27 | docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section | Jakub Kicinski | 6 | -3/+22 |
2020-06-27 | docs: networking: move remaining Ethernet driver docs to the hw section | Jakub Kicinski | 5 | -3/+3 |
2020-06-27 | docs: networking: move ray_cs to the hw driver section | Jakub Kicinski | 4 | -2/+3 |
2020-06-27 | docs: networking: move baycom to the hw driver section | Jakub Kicinski | 4 | -5/+5 |
2020-06-27 | docs: networking: move z8530 to the hw driver section | Jakub Kicinski | 9 | -7/+45 |
2020-06-27 | docs: networking: reorganize driver documentation again | Jakub Kicinski | 69 | -124/+180 |
2020-06-26 | Merge branch 'net-phy-relax-PHY-and-MDIO-reset-handling' | David S. Miller | 4 | -50/+51 |
2020-06-26 | net: phy: mdio: reset MDIO devices even if probe() is not implemented | Bartosz Golaszewski | 1 | -7/+6 |
2020-06-26 | net: phy: reset the PHY even if probe() is not implemented | Bartosz Golaszewski | 1 | -11/+12 |
2020-06-26 | net: mdio: add a forward declaration for reset_control to mdio.h | Bartosz Golaszewski | 1 | -0/+1 |
2020-06-26 | net: phy: arrange headers in phy_device.c alphabetically | Bartosz Golaszewski | 1 | -15/+15 |
2020-06-26 | net: phy: arrange headers in mdio_device.c alphabetically | Bartosz Golaszewski | 1 | -1/+1 |
2020-06-26 | net: phy: arrange headers in mdio_bus.c alphabetically | Bartosz Golaszewski | 1 | -16/+16 |
2020-06-26 | net: mvneta: speed down the PHY, if WoL used, to save energy | Daniel González Cabanelas | 1 | -0/+11 |
2020-06-26 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 55 | -5594/+246 |
2020-06-26 | bonding: Remove extraneous parentheses in bond_setup | Nathan Chancellor | 1 | -2/+2 |
2020-06-26 | net: stmmac: dwmac-meson8b: use clk_parent_data for clock registration | Martin Blumenstingl | 1 | -32/+17 |
2020-06-26 | bnx2x: use generic power management | Vaibhav Gupta | 3 | -14/+8 |