summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King
2021-04-28net/sched: act_ct: Remove redundant ct get and checkRoi Dayan
2021-04-28icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler
2021-04-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-04-28bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela
2021-04-27Merge branch 'Implement formatted output helpers with bstr_printf'Alexei Starovoitov
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin
2021-04-27net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong
2021-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-27net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong
2021-04-27mpls: Remove redundant assignment to errJiapeng Chong
2021-04-27llc2: Remove redundant assignment to rcJiapeng Chong
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong
2021-04-27rds: Remove redundant assignment to nr_sigJiapeng Chong
2021-04-27Merge branch 'microchip-ksz88x3'David S. Miller
2021-04-27dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0Michael Grzeschik
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn
2021-04-27dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switchMichael Grzeschik
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik
2021-04-27Merge branch 'ocelot-ptp'David S. Miller
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu
2021-04-27docs: networking: timestamping: update for DSA switchesYangbo Lu
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu
2021-04-27fddi/skfp: fix typoqhjindev
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong
2021-04-27macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET
2021-04-27net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing
2021-04-27netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann
2021-04-27netfilter: nft_socket: fix an unused variable warningArnd Bergmann
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2021-04-27bpf, docs: Fix literal block for example codeHengqi Chen