summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-27netfilter: nft_socket: fix an unused variable warningArnd Bergmann1-2/+5
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso8-63/+465
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso1-4/+11
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso1-13/+18
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso1-9/+21
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso1-11/+11
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti1-3/+3
2021-04-26net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo1-1/+1
2021-04-26dt-bindings: net: convert rockchip-dwmac to json-schemaEzequiel Garcia2-76/+120
2021-04-26dt-bindings: net: dwmac: Add Rockchip DWMAC supportEzequiel Garcia1-2/+11
2021-04-26arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsiEzequiel Garcia1-2/+2
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-26Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller4-5/+9
2021-04-26net: davicom: Remove redundant assignment to retJiapeng Chong1-1/+0
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong1-2/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller63-1264/+1499
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller28-98/+184
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal15-60/+70
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso12-124/+271
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso3-176/+182
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso5-120/+107
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso10-340/+286
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso5-71/+69
2021-04-26Merge branch 'bnxt_en-next'David S. Miller5-82/+166
2021-04-26bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42
2021-04-26bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14
2021-04-26bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-04-26bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-26bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-26bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0
2021-04-26bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer3-7/+11
2021-04-26bnxt_en: Add support for fw managed link down feature.Michael Chan2-1/+3
2021-04-26bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan3-34/+22
2021-04-26bnxt_en: report signal mode in link up messagesEdwin Peer1-3/+19
2021-04-26macvlan: Add nodst option to macvlan type sourceJethro Beekman2-5/+15
2021-04-26Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-434/+724
2021-04-26net: ethernet: ixp4xx: Support device tree probingLinus Walleij3-63/+150
2021-04-26net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij1-5/+5
2021-04-26net: ethernet: ixp4xx: Add DT bindingsLinus Walleij1-0/+102
2021-04-26r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-26netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter1-0/+1
2021-04-26netfilter: remove all xt_table anchors from struct netFlorian Westphal2-19/+0
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal7-57/+63
2021-04-26netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal3-19/+32
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal9-56/+71
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal2-20/+69
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal11-33/+0
2021-04-26netfilter: arptables: unregister the tables by nameFlorian Westphal3-12/+14
2021-04-26netfilter: ip6tables: unregister the tables by nameFlorian Westphal7-35/+24