aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-03-02bpf, sockmap: Do not ignore orig_len parameterEric Dumazet1-1/+1
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach2-16/+17
2022-03-02net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-03-02flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng1-0/+2
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-1/+1
2022-03-02Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux-mergeJakub Kicinski17-16/+19
2022-03-02Merge tag 'batadv-net-pullrequest-20220302' of git://git.open-mesh.org/linux-mergeJakub Kicinski1-9/+20
2022-03-02nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal1-1/+2
2022-03-02batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann1-5/+14
2022-03-02batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann1-4/+5
2022-03-02batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann1-4/+5
2022-03-02batman-adv: Demote batadv-on-batadv skip error messageSven Eckelmann1-2/+2
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann16-12/+16
2022-03-01net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean1-1/+1
2022-03-01Merge tag 'for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-36/+63
2022-03-01net: smc: fix different types in min()Jakub Kicinski1-2/+2
2022-03-01Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix1-36/+63
2022-03-02bpf, test_run: Fix overflow in XDP frags bpf_test_finishStanislav Fomichev1-0/+5
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski6-17/+59
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2-5/+14
2022-03-01Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessDavid S. Miller6-16/+40
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li3-5/+34
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li1-21/+28
2022-03-01net/smc: correct settings of RMB window update limitDust Li1-1/+1