summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-289-103/+532
|\
| * netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
| * netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
| * netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-278-63/+465
| * netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
| * netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
| * netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
| * netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
* | net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
* | net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
* | mpls: Remove redundant assignment to errJiapeng Chong2021-04-271-1/+0
* | llc2: Remove redundant assignment to rcJiapeng Chong2021-04-271-2/+0
* | net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
* | rds: Remove redundant assignment to nr_sigJiapeng Chong2021-04-271-1/+0
* | Merge branch 'microchip-ksz88x3'David S. Miller2021-04-2713-390/+983
|\ \
| * | dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0Michael Grzeschik2021-04-271-0/+1
| * | net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik2021-04-273-1/+223
| * | net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2021-04-273-2/+17
| * | dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switchMichael Grzeschik2021-04-271-0/+2
| * | net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik2021-04-271-12/+32
| * | net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel2021-04-273-71/+281
| * | net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik2021-04-273-160/+281
| * | net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik2021-04-271-42/+50
| * | net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik2021-04-273-117/+111
|/ /
* | Merge branch 'ocelot-ptp'David S. Miller2021-04-2718-180/+230
|\ \
| * | net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-276-58/+81
| * | net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-274-24/+38
| * | docs: networking: timestamping: update for DSA switchesYangbo Lu2021-04-271-24/+39
| * | net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-2711-32/+27
| * | net: dsa: no longer clone skb in core driverYangbo Lu2021-04-279-49/+57
| * | net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-279-21/+21
| * | net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-274-9/+4
|/ /
* | fddi/skfp: fix typoqhjindev2021-04-271-1/+1
* | net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz2021-04-271-3/+3
* | net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov2021-04-271-2/+0
* | rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
* | macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET2021-04-271-27/+18
* | net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-273-31/+15
|/
* net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong2021-04-261-1/+3
* net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
* net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo2021-04-261-1/+1
* dt-bindings: net: convert rockchip-dwmac to json-schemaEzequiel Garcia2021-04-262-76/+120
* dt-bindings: net: dwmac: Add Rockchip DWMAC supportEzequiel Garcia2021-04-261-2/+11
* arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsiEzequiel Garcia2021-04-261-2/+2
* net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-261-1/+1
* Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-264-5/+9
|\
| * can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin2021-04-251-2/+4
| * can: add a note that RECV_OWN_MSGS frames are subject to filteringErik Flodin2021-04-241-0/+2
| * can: etas_es58x: Fix a couple of spelling mistakesColin Ian King2021-04-241-2/+2
| * can: etas_es58x: Fix missing null check on netdev pointerColin Ian King2021-04-241-1/+1