summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Handle active scan caseHoward Chung2020-12-071-1/+3
* Bluetooth: Handle system suspend resume caseHoward Chung2020-12-071-1/+3
* Bluetooth: Interleave with allowlist scanHoward Chung2020-12-073-7/+134
* Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear2020-12-071-1/+1
* Bluetooth: Rename get_adv_instance_scan_rspLuiz Augusto von Dentz2020-12-071-23/+9
* Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz2020-12-071-8/+6
* Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg2020-12-071-1/+1
* Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun2020-12-071-0/+5
* Bluetooth: fix typo in struct nameReo Shiseki2020-12-071-2/+2
* Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI requestHoward Chung2020-11-111-26/+26
* Bluetooth: consolidate error paths in hci_phy_link_complete_evt()Sergey Shtylyov2020-11-111-10/+6
* Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka2020-11-111-1/+7
* Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø2020-11-091-1/+1
* Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrClaire Chang2020-11-093-42/+54
* Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman2020-11-091-4/+8
* Bluetooth: Resume advertising after LE connectionDaniel Winkler2020-11-093-7/+28
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-11-091-7/+5
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-11-091-0/+5
* net: core: fix spelling typo in flow_dissector.cWang Qing2020-11-081-1/+1
* net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+3
* net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-072-11/+9
* net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+4
* net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-074-15/+13
* net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-0740-129/+243
|\
| * Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-0638-126/+239
| |\
| | * Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-044-16/+27
| | |\
| | | * can: isotp: padlen(): make const array static, makes object smallerColin Ian King2020-11-031-8/+10
| | | * can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp2020-11-031-4/+4
| | | * can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven2020-11-031-2/+3
| | | * can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong2020-11-031-0/+6
| | | * can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong2020-11-031-2/+4
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-044-11/+13
| | |\ \
| | | * | net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
| | | * | xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-093-8/+8
| | * | | net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-042-8/+8
| | * | | mptcp: token: fix unititialized variableDavide Caratti2020-11-031-1/+1
| | | |/ | | |/|
| | * | sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-031-2/+2
| | * | Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-028-48/+93
| | |\ \
| | | * | mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg2020-10-301-1/+2
| | | * | cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-10-301-1/+1
| | | * | mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-301-1/+8
| | | * | mac80211: always wind down STA stateJohannes Berg2020-10-301-0/+18
| | | * | cfg80211: initialize wdev data earlierJohannes Berg2020-10-303-29/+36
| | | * | mac80211: fix use of skb payload instead of headerJohannes Berg2020-10-301-13/+24
| | | * | mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef2020-10-301-3/+4
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-0113-30/+52
| | |\ \ \
| | | * | | netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-10-311-1/+2