summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-20/+12
2022-03-03net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean1-1/+1
2022-03-03net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean1-2/+2
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau1-35/+134
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau3-10/+65
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 Lau1-10/+9
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 Lau2-0/+2
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau2-4/+7
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau2-3/+3
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau2-2/+6
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau11-16/+16
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau6-16/+24
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean1-0/+40
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-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-03net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata1-17/+58
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata1-0/+66
2022-03-03net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata1-0/+170
2022-03-03net: dev: Add hardware stats supportPetr Machata1-1/+266
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 Machata1-23/+118
2022-03-03net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata1-50/+47
2022-03-03net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*Petr Machata1-5/+5
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-03-03page_pool: Add function to batch and return statsJoe Damato1-0/+25
2022-03-03page_pool: Add recycle statsJoe Damato1-2/+28
2022-03-03page_pool: Add allocation statsJoe Damato2-4/+33
2022-03-03tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-03-03bpf, sockmap: Do not ignore orig_len parameterEric Dumazet1-1/+1
2022-03-03flow_dissector: Add support for HSRKurt Kanzenbach2-16/+17
2022-03-03net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-03-03flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng1-0/+2
2022-03-03net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-1/+1
2022-03-03Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux...Jakub Kicinski17-16/+19
2022-03-03Merge tag 'batadv-net-pullrequest-20220302' of git://git.open-mesh.org/linux-...Jakub Kicinski1-9/+20
2022-03-03nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal1-1/+2