summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2012-04-24 10:17:59 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-25 20:39:46 -0400
commit808db80a7eeff8314ac51654bfefc864582eea13 (patch)
tree9c42d1486a5e6052d0c285a5a6a6d38fdbe0b890 /tools/perf/scripts/python/bin
parent081579840b4b2421e37bc67e3b089b7ca64ef040 (diff)
downloadkernel-808db80a7eeff8314ac51654bfefc864582eea13.tar.gz
ipv6: call consume_skb() in frag/reassembly
Some kfree_skb() calls should be replaced by consume_skb() to avoid drop_monitor/dropwatch false positives. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
td>net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart 2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart 2020-05-06net: phy: mscc: use phy_package_sharedMichael Walle 2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle 2020-03-24net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean 2020-03-23net: phy: mscc: add support for VSC8502Vladimir Oltean 2020-03-23net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean 2020-03-23net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean 2020-03-23net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean 2020-03-19net: phy: mscc: RGMII skew delay configurationAntoine Tenart 2020-03-19net: phy: mscc: add support for RGMII MAC modeAntoine Tenart 2020-03-19net: phy: mscc: add missing check on a phy_write return valueAntoine Tenart 2020-03-17net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit 2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit 2020-03-14net: phy: mscc: split the driver into separate filesAntoine Tenart