summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-11-15 09:33:09 +0300
committerJohn W. Linville <linville@tuxdriver.com>2011-11-17 15:43:57 -0500
commit5e2e05de55ce1dd05521c419b80241551d36b473 (patch)
treeda44b985485f7b49958a4917882ccefcfe24b4a7 /tools/perf/scripts/python/net_dropmonitor.py
parenta5f69d94d8e239b48299abdd836840b7447866ab (diff)
downloadkernel-5e2e05de55ce1dd05521c419b80241551d36b473.tar.gz
mac80211: use kfree_skb() instead of kfree()
sk_buff structs should be freed using kfree_skb(). This was introduced recently in 029458212 "mac80211: Save probe response data for bss". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
ir Oltean 2022-02-16net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean 2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean 2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean 2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean 2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean 2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean 2021-09-29net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu 2021-08-16net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean 2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean 2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean 2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean 2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean 2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean 2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean 2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean 2021-07-20net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean 2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean 2021-07-20net: dsa: tag_8021q: use symbolic error namesVladimir Oltean 2021-07-20net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean 2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean 2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean 2021-06-01net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean