summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-03-31 04:54:27 -0700
committerDavid S. Miller <davem@davemloft.net>2011-03-31 04:54:27 -0700
commitc0951cbcfd7142003bc683046ef78a53c66d3265 (patch)
tree703627b0f62db39c16721bfd3e3071e56a91aa62 /tools/perf/scripts/python
parent1bba6ffeeb44480ddbdda912cc85ad2cfd4725ae (diff)
downloadkernel-c0951cbcfd7142003bc683046ef78a53c66d3265.tar.gz
ipv4: Use flowi4_init_output() in udp_sendmsg()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
s/microchip/wilc1000?h=linux-6.12.y&id=dd66185c23f71af36397bebfc99ede608dca07b6'>wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh 2024-02-19wifi: wilc1000: fix declarations orderingAlexis Lothoré 2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré 2024-02-19wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré 2024-02-15wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang 2024-02-15wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré 2024-02-12wifi: wilc1000: correct CRC7 calculationDavid Mosberger-Tang 2024-02-12wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config()Ajay Singh 2024-02-08Merge wireless into wireless-nextJohannes Berg 2024-02-05wifi: wilc1000: remove setting msg.spiDavid Lechner 2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao 2024-01-18wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh 2024-01-18wifi: wilc1000: fix incorrect power down sequenceAjay Singh 2024-01-18wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh 2024-01-18wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh 2024-01-12wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré 2024-01-12wifi: wilc1000: fix declarations orderingAlexis Lothoré 2023-11-08wifi: wilc1000: simplify wilc_scan()Dmitry Antipov 2023-11-08wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov 2023-10-30wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov 2023-10-30wifi: wilc1000: simplify remain on channel supportDmitry Antipov 2023-10-19wifi: wilc1000: use vmm_table as array in wilc structAjay Singh 2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg 2023-09-21wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia 2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit 2023-08-23wifi: wilc1000: Remove unused declarationsYue Haibing 2023-08-01wifi: wilc1000: add SPI commands retry mechanismAmisha Patel 2023-08-01wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia 2023-05-11wifi: wilc1000: Increase ASSOC response bufferAmisha Patel 2023-05-11wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel 2023-01-17Merge wireless into wireless-nextKalle Valo 2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google) 2022-12-22wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen 2022-12-22wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong 2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-11-24wifi: wilc1000: validate number of channelsPhil Turnbull 2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull 2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull 2022-11-24wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull 2022-11-01wifi: wilc1000: sdio: fix module autoloadingMichael Walle 2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld