summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2-0/+7
2023-04-24Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issueZijun Hu1-6/+7
2023-04-24bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li1-1/+8
2023-04-24Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-04-24bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li1-0/+28
2023-04-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini1-1/+5
2023-04-24Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2-57/+66
2023-04-24Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz1-1/+2
2023-04-24Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz3-95/+160
2023-04-24Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu1-1/+0
2023-04-24Bluetooth: fix inconsistent indentingLanzhe Li1-1/+1
2023-04-24Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2-6/+26
2023-04-24Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu3-118/+202
2023-04-24Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi4-0/+540
2023-04-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-2/+7
2023-04-24Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2-5/+11
2023-04-24Bluetooth: hci_sync: Remove duplicate statementInga Stotland1-1/+0
2023-04-24Bluetooth: Convert MSFT filter HCI cmd to hci_syncBrian Gix1-25/+11
2023-04-24Bluetooth: hci_sync: Don't wait peer's reply when powering offArchie Pusaka1-3/+5
2023-04-24Bluetooth: hci_sync: Fix smatch warningLuiz Augusto von Dentz1-1/+1
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela1-7/+5
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela1-6/+14
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela1-4/+13
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela1-8/+3
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2-8/+2
2023-04-23net: dsa: update TX path comments to not mention skb_mac_header()Vladimir Oltean2-3/+3
2023-04-23net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-23net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean1-1/+1
2023-04-23net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean1-9/+9
2023-04-23net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmitVladimir Oltean1-1/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-23rxrpc: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet1-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet1-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet2-5/+4
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet1-0/+3
2023-04-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-25/+472
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon5-11/+3
2023-04-22net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven1-1/+1
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal2-0/+159
2023-04-21netfilter: disallow bpf hook attachment at same priorityFlorian Westphal1-0/+12
2023-04-21netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal1-13/+68
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2-1/+70
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal3-0/+163
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski7-30/+40
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan3-40/+59
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2-2/+8