summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen
2020-08-31libbpf: Fix build failure from uninitialized variable warningTony Ambardar
2020-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-28net_sched: fix error path in red_init()Cong Wang
2020-08-28net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao
2020-08-28netlink: fix a data race in netlink_rcv_wake()zhudi
2020-08-28Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-08-27net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-27net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya
2020-08-27cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal
2020-08-27mac80211: reduce packet loss event false positivesFelix Fietkau
2020-08-27cfg80211: regulatory: reject invalid hintsJohannes Berg
2020-08-27wireless: fix wrong 160/80+80 MHz settingShay Bar
2020-08-27mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau
2020-08-27mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau
2020-08-26Merge branch 'net-fix-netpoll-crash-with-bnxt'David S. Miller
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-08-26net: disable netpoll on fresh napisJakub Kicinski
2020-08-26ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-08-26drivers/net/wan/lapbether: Set network_header before transmittingXie He
2020-08-26mptcp: free acked data before waiting for more memoryFlorian Westphal
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-08-26net: cdc_ncm: Fix build errorYueHaibing
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li
2020-08-26Merge branch 'bnxt_en-Bug-fixes'David S. Miller
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi
2020-08-26net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski
2020-08-25ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao
2020-08-25net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri
2020-08-25net: caif: fix error code handlingTong Zhang
2020-08-25net: dsa: mt7530: Add of_node_put() before break and return statementsSumera Priyadarsini
2020-08-25gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser
2020-08-24selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song