summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-03ptp: ocp: adjust utc_tai_offset to TOD infoVadim Fedorenko1-20/+31
2022-03-03ptp: ocp: add tod_correction attributeVadim Fedorenko1-0/+41
2022-03-03ptp: ocp: Expose clock status drift and offsetVadim Fedorenko1-0/+34
2022-03-03ptp: ocp: add TOD debug informationVadim Fedorenko1-36/+70
2022-03-03Merge branch 'skb-mono-delivery-time'David S. Miller38-73/+1174
2022-03-03bpf: selftests: test skb->tstamp in redirect_neighMartin KaFai Lau2-0/+783
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau4-38/+216
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau4-16/+77
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau3-6/+4
2022-03-03net: Get rcv tstamp if needed in nfnetlink_{log, queue}.cMartin KaFai Lau2-5/+9
2022-03-03net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau2-10/+20
2022-03-03net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau3-0/+3
2022-03-03net: ip: Handle delivery_time in ip defragMartin KaFai Lau3-0/+4
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau3-6/+8
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau3-3/+4
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau3-2/+30
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau13-18/+26
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau7-16/+37
2022-03-03Merge branch 'dsa-unicast-filtering'David S. Miller7-156/+609
2022-03-03net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean1-0/+3
2022-03-03net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021qVladimir Oltean1-10/+0
2022-03-03net: dsa: felix: start off with flooding disabled on the CPU portVladimir Oltean1-17/+0
2022-03-03net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU portVladimir Oltean1-2/+45
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean3-26/+192
2022-03-03net: dsa: manage flooding on the CPU portsVladimir Oltean1-0/+39
2022-03-03net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean1-2/+33
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean3-40/+273
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean3-34/+28
2022-03-03net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean1-37/+8
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski11-1/+566
2022-03-03Merge branch 'nfc-llcp-cleanups'David S. Miller3-34/+25
2022-03-03nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski3-15/+0
2022-03-03nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski1-5/+5
2022-03-03nfc: llcp: use test_bit()Krzysztof Kozlowski1-1/+1
2022-03-03nfc: llcp: use centralized exiting of bind on errorsKrzysztof Kozlowski1-10/+15
2022-03-03nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski1-4/+4
2022-03-03nfc: llcp: nullify llcp_sock->dev on connect() error pathsKrzysztof Kozlowski1-0/+1
2022-03-03Merge branch 'net-hw-counters-for-soft-devices'David S. Miller13-93/+1458
2022-03-03selftests: forwarding: hw_stats_l3: Add a new testPetr Machata1-0/+332
2022-03-03mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2-2/+293
2022-03-03mlxsw: Extract classification of router-related events to a helperPetr Machata1-3/+13
2022-03-03mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functionsPetr Machata3-14/+10
2022-03-03mlxsw: reg: Fix packing of router interface countersPetr Machata1-3/+5
2022-03-03net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata4-17/+64
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata3-0/+69
2022-03-03net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata2-0/+181
2022-03-03net: dev: Add hardware stats supportPetr Machata3-1/+323
2022-03-03net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata1-6/+16
2022-03-03net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata1-5/+8
2022-03-03net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata2-23/+128