summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi8-78/+80
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer1-0/+4
2021-12-20cfg80211: Add support for notifying association comebackIlan Peer2-0/+55
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-1/+13
2021-12-20cfg80211: simplify cfg80211_chandef_valid()Johannes Berg1-30/+32
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer2-12/+5
2021-12-20mac80211: fix FEC flag in radio tap headerP Praneesh1-1/+6
2021-12-20mac80211: use coarse boottime for airtime fairness codeFelix Fietkau1-5/+5
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-4/+5
2021-11-28cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg4-34/+33
2021-11-26mac80211: notify non-transmitting BSS of color changesJohn Crispin1-0/+18
2021-11-26mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer1-2/+0
2021-11-26cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi3-27/+71
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2-10/+17
2021-11-26cfg80211: delete redundant free codeliuguoqiang1-9/+5
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau4-1/+89
2021-11-26mac80211: Remove unused assignment statementsluo penghao1-4/+0
2021-11-26cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi1-1/+4
2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi3-23/+46
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+13
2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi6-6/+176
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-155/+197
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-101/+186
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr1-5/+0
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing1-4/+1
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky1-1/+3
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-6/+4
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti4-25/+16
2021-11-18NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-18NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-18NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-18tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet1-3/+5
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-0/+51
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-4/+4
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2-6/+2
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-3217/+6720
2021-11-17net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-17net: align static siphash keysEric Dumazet10-12/+12
2021-11-17Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski10-58/+63
2021-11-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-2/+24
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka1-1/+8
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+12
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2-112/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz3-60/+50
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz3-36/+109
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet9-29/+8
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet1-11/+1
2021-11-16net: make sock_inuse_add() availableEric Dumazet2-13/+1