summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-08-19Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook1-1/+1
2021-08-16Bluetooth: Fix race condition in handling NOP commandKiran K1-6/+4
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz1-16/+29
2021-08-16Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-08-16Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-8/+8
2021-08-10Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-6/+1
2021-08-10Bluetooth: switch to lock_sock in RFCOMMDesmond Cheong Zhi Xi1-4/+4
2021-08-10Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi1-2/+2
2021-08-10Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi1-9/+9
2021-08-10Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi1-23/+16
2021-08-10Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi1-6/+29
2021-08-05Bluetooth: Add support hdev to allocate private dataTedd Ho-Jeong An1-3/+10
2021-08-05Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-08-04Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz2-56/+57
2021-08-04Bluetooth: HCI: Add proper tracking for enable status of adv instancesLuiz Augusto von Dentz1-0/+28
2021-07-29Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-07-29Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-1/+1
2021-07-29Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-16/+23
2021-07-226lowpan: iphc: Fix an off-by-one check of array indexColin Ian King1-1/+2
2021-07-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-22net: selftests: add MTU testOleksij Rempel1-0/+12
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean1-72/+142
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean8-85/+118
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean3-0/+9
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean4-34/+90
2021-07-22net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz3-39/+86
2021-07-22net: bridge: disambiguate offload_fwd_markTobias Waldekranz3-14/+25
2021-07-22net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov3-6/+7
2021-07-22net: bridge: multicast: add mdb context supportNikolay Aleksandrov1-3/+40
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet1-8/+30
2021-07-21net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov1-5/+9
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet1-1/+1
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-20/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko3-21/+3
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman5-12/+320
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman1-2/+559
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman6-1/+461
2021-07-21net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean1-4/+4
2021-07-20net: ipv4: add capability check for net administrationYang Yang1-3/+7
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2-105/+113
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+190
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-1/+1
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean4-201/+247
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean3-38/+126
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-3/+8
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-7/+3
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean1-53/+61
2021-07-20net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean3-16/+1