aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet8-14/+12
2023-03-17netlink: specs: allow uapi-header in genetlinkJakub Kicinski3-2/+5
2023-03-17netlink-specs: add partial specification for devlinkJakub Kicinski1-0/+198
2023-03-17Merge branch 'net-packet-KCSAN'David S. Miller3-63/+87
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet2-7/+9
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet3-12/+12
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet3-11/+12
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet3-6/+6
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2-5/+5
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet2-5/+6
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet3-8/+6
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet3-8/+26
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet1-4/+8
2023-03-17Merge branch 'gve-xdp-support'David S. Miller10-138/+1252
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi5-9/+274
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi5-17/+138
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi5-39/+687
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi6-50/+104
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi8-44/+70
2023-03-17Merge branch 'net-sk_err-lockless-annotate'David S. Miller20-56/+63
2023-03-17af_unix: annotate lockless accesses to sk->sk_errEric Dumazet1-4/+5
2023-03-17mptcp: annotate lockless accesses to sk->sk_errEric Dumazet3-7/+7
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet6-14/+15
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet7-9/+10
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet3-11/+14
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet4-12/+13
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2023-03-17Merge branch 'pcs_get_state-fixes'David S. Miller2-13/+4
2023-03-17net: pcs: lynx: don't print an_enabled in pcs_get_state()Russell King (Oracle)1-2/+2
2023-03-17net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)1-11/+2
2023-03-17Merge branch 'vxlan-MDB-support'David S. Miller15-241/+4207
2023-03-17selftests: net: Add VXLAN MDB testIdo Schimmel3-0/+2320
2023-03-17vxlan: Enable MDB supportIdo Schimmel1-0/+3
2023-03-17vxlan: Add MDB data path supportIdo Schimmel3-0/+135
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel2-0/+8
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel6-1/+1396
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel2-3/+4
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel2-47/+45
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2-2/+9
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel5-318/+244
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel3-0/+152
2023-03-17net: Add MDB net device operationsIdo Schimmel1-0/+21
2023-03-17Merge branch 'J784S4-CPSW9G-bindings'David S. Miller1-3/+7
2023-03-17dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J784S4 CPSW9G supportSiddharth Vadapalli1-1/+5
2023-03-17dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible orderSiddharth Vadapalli1-2/+2
2023-03-17net: mana: Add new MANA VF performance counters for easier troubleshootingShradha Gupta3-4/+128
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou7-5/+31
2023-03-17net: dsa: realtek: rtl8365mb: add change_mtuLuiz Angelo Daros de Luca1-4/+36
2023-03-16Merge branch 'add-ptp-support-for-sama7g5'Jakub Kicinski1-2/+3
2023-03-16net: macb: Add PTP support to EMAC for sama7g5Durai Manickam KR1-1/+2