summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu
2019-09-05net: stmmac: Do not return error code in TC InitializationJose Abreu
2019-09-05net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu
2019-09-05net: stmmac: selftests: Return proper error code to userspaceJose Abreu
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko
2019-09-05Merge branch 'net-kzfree'David S. Miller
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang
2019-09-05Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-09-05Merge branch 'net-tls-minor-cleanups'David S. Miller
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King
2019-09-05Merge branch 'ionic-Add-ionic-driver'David S. Miller
2019-09-05ionic: Add coalesce and other featuresShannon Nelson
2019-09-05ionic: Add RSS supportShannon Nelson
2019-09-05ionic: Add driver statsShannon Nelson
2019-09-05ionic: Add netdev-event handlingShannon Nelson
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson
2019-09-05ionic: Add initial ethtool supportShannon Nelson
2019-09-05ionic: Add async link status check and basic statsShannon Nelson
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson
2019-09-05ionic: Add management of rx filtersShannon Nelson
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson
2019-09-05ionic: Add notifyq supportShannon Nelson
2019-09-05ionic: Add adminq actionShannon Nelson
2019-09-05ionic: Add basic adminq supportShannon Nelson
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson
2019-09-05ionic: Add basic lif supportShannon Nelson
2019-09-05ionic: Add port management commandsShannon Nelson
2019-09-05ionic: Add hardware init and device commandsShannon Nelson
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson
2019-09-05devlink: Add new info version tags for ASIC and FWShannon Nelson
2019-09-05Merge branch 'net-dsa-mt7530-PHYLINK-and-port-5'David S. Miller
2019-09-05net: dsa: mt7530: Add support for port 5René van Dorst
2019-09-05dt-bindings: net: dsa: mt7530: Add support for port 5René van Dorst
2019-09-05net: dsa: mt7530: Convert to PHYLINK APIRené van Dorst
2019-09-05r8152: modify rtl8152_set_speed functionHayes Wang
2019-09-05Merge branch 'dpaa2-eth-Add-new-statistics-counters'David S. Miller
2019-09-05dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu
2019-09-05dpaa2-eth: Add new DPNI statistics countersIoana Radulescu
2019-09-05dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors