summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix2022-03-041-1/+1
| * | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-041-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | bpf, test_run: Fix overflow in XDP frags bpf_test_finishStanislav Fomichev2022-03-021-0/+5
| * | | | | | | | | | | | | net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong2022-03-041-3/+5
| * | | | | | | | | | | | | net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong2022-03-041-1/+1
| * | | | | | | | | | | | | net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong2022-03-041-1/+1
| * | | | | | | | | | | | | net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong2022-03-041-1/+4
| * | | | | | | | | | | | | net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong2022-03-041-2/+3
| * | | | | | | | | | | | | net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2022-03-041-3/+4
| * | | | | | | | | | | | | net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong2022-03-041-1/+1
| * | | | | | | | | | | | | net: dev: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-3/+3
| * | | | | | | | | | | | | net: bridge: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-2/+2
| * | | | | | | | | | | | | net: caif: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-0336-157/+351
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-031-35/+134
| * | | | | | | | | | | | | | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-033-10/+65
| * | | | | | | | | | | | | | net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau2022-03-033-6/+4
| * | | | | | | | | | | | | | net: Get rcv tstamp if needed in nfnetlink_{log, queue}.cMartin KaFai Lau2022-03-032-5/+9
| * | | | | | | | | | | | | | net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau2022-03-031-10/+9
| * | | | | | | | | | | | | | net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau2022-03-033-0/+3
| * | | | | | | | | | | | | | net: ip: Handle delivery_time in ip defragMartin KaFai Lau2022-03-032-0/+2
| * | | | | | | | | | | | | | net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau2022-03-032-4/+7
| * | | | | | | | | | | | | | net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau2022-03-032-3/+3
| * | | | | | | | | | | | | | net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau2022-03-032-2/+6
| * | | | | | | | | | | | | | net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-0311-16/+16
| * | | | | | | | | | | | | | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau2022-03-036-16/+24
| * | | | | | | | | | | | | | net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-0/+40
| * | | | | | | | | | | | | | net: dsa: manage flooding on the CPU portsVladimir Oltean2022-03-031-0/+39
| * | | | | | | | | | | | | | net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean2022-03-031-2/+33
| * | | | | | | | | | | | | | net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-033-40/+273
| * | | | | | | | | | | | | | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-033-34/+28
| * | | | | | | | | | | | | | net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean2022-03-031-37/+8
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski2022-03-033-15/+0
| * | | | | | | | | | | | | nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski2022-03-031-5/+5
| * | | | | | | | | | | | | nfc: llcp: use test_bit()Krzysztof Kozlowski2022-03-031-1/+1
| * | | | | | | | | | | | | nfc: llcp: use centralized exiting of bind on errorsKrzysztof Kozlowski2022-03-031-10/+15
| * | | | | | | | | | | | | nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski2022-03-031-4/+4
| * | | | | | | | | | | | | nfc: llcp: nullify llcp_sock->dev on connect() error pathsKrzysztof Kozlowski2022-03-031-0/+1
| * | | | | | | | | | | | | net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-031-17/+58
| * | | | | | | | | | | | | net: rtnetlink: Add RTM_SETSTATSPetr Machata2022-03-031-0/+66
| * | | | | | | | | | | | | net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata2022-03-031-0/+170
| * | | | | | | | | | | | | net: dev: Add hardware stats supportPetr Machata2022-03-031-1/+266
| * | | | | | | | | | | | | net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata2022-03-031-6/+16
| * | | | | | | | | | | | | net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata2022-03-031-5/+8
| * | | | | | | | | | | | | net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata2022-03-031-23/+118
| * | | | | | | | | | | | | net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata2022-03-031-50/+47
| * | | | | | | | | | | | | net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*Petr Machata2022-03-031-5/+5
| * | | | | | | | | | | | | page_pool: Add function to batch and return statsJoe Damato2022-03-031-0/+25
| * | | | | | | | | | | | | page_pool: Add recycle statsJoe Damato2022-03-031-2/+28
| * | | | | | | | | | | | | page_pool: Add allocation statsJoe Damato2022-03-032-4/+33