summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2023-04-232-0/+7
| * | | | Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issueZijun Hu2023-04-231-6/+7
| * | | | bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-04-231-1/+8
| * | | | Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-04-231-1/+0
| * | | | bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li2023-04-231-0/+28
| * | | | Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini2023-04-231-1/+5
| * | | | Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2023-04-232-57/+66
| * | | | Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2023-04-231-1/+2
| * | | | Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-233-95/+160
| * | | | Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu2023-04-231-1/+0
| * | | | Bluetooth: fix inconsistent indentingLanzhe Li2023-04-231-1/+1
| * | | | Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2023-04-232-6/+26
| * | | | Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-233-118/+202
| * | | | Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi2023-04-234-0/+540
| * | | | Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-04-231-2/+7
| * | | | Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-232-5/+11
| * | | | Bluetooth: hci_sync: Remove duplicate statementInga Stotland2023-04-231-1/+0
| * | | | Bluetooth: Convert MSFT filter HCI cmd to hci_syncBrian Gix2023-04-231-25/+11
| * | | | Bluetooth: hci_sync: Don't wait peer's reply when powering offArchie Pusaka2023-04-231-3/+5
| * | | | Bluetooth: hci_sync: Fix smatch warningLuiz Augusto von Dentz2023-04-231-1/+1
| * | | | net/sched: act_pedit: rate limit datapath messagesPedro Tammela2023-04-231-7/+5
| * | | | net/sched: act_pedit: remove extra check for key typePedro Tammela2023-04-231-22/+7
| * | | | net/sched: act_pedit: check static offsets a prioriPedro Tammela2023-04-231-6/+14
| * | | | net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela2023-04-231-4/+13
| * | | | net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela2023-04-231-8/+3
| * | | | net: sched: Print msecs when transmit queue time outYajun Deng2023-04-231-5/+5
| * | | | net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2023-04-232-8/+2
| * | | | net: dsa: update TX path comments to not mention skb_mac_header()Vladimir Oltean2023-04-232-3/+3
| * | | | net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
| * | | | net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean2023-04-231-1/+1
| * | | | net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean2023-04-231-9/+9
| * | | | net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmitVladimir Oltean2023-04-231-1/+1
| * | | | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
| * | | | rxrpc: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-04-231-1/+1
| * | | | net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet2023-04-231-2/+10
| * | | | net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet2023-04-231-0/+3
| * | | | net: move skb_defer_free_flush() upEric Dumazet2023-04-231-21/+21
| * | | | net: do not provide hard irq safety for sd->defer_lockEric Dumazet2023-04-232-5/+4
| * | | | net: add debugging checks in skb_attempt_defer_free()Eric Dumazet2023-04-231-0/+3
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-217-25/+472
| |\ \ \ \
| | * | | | bpf: add test_run support for netfilter program typeFlorian Westphal2023-04-212-0/+159
| | * | | | netfilter: disallow bpf hook attachment at same priorityFlorian Westphal2023-04-211-0/+12
| | * | | | netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal2023-04-211-13/+68
| | * | | | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-212-1/+70
| | * | | | bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-213-0/+163
| | * | | | bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann2023-04-171-0/+1
| | * | | | bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet2023-04-161-12/+0
| * | | | | net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-215-11/+3
| * | | | | net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven2023-04-211-1/+1
| | |/ / / | |/| | |
| * | | | Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-217-30/+40
| |\ \ \ \