summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal7-35/+23
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal2-0/+18
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal6-25/+2
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal6-64/+58
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal8-16/+108
2021-04-26netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso2-1/+51
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal3-39/+38
2021-04-26hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+12
2021-04-26bnxt_en: Fix RX consumer index logic in the error path.Michael Chan1-2/+4
2021-04-26ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller69-866/+3141
2021-04-25can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin1-2/+4
2021-04-24can: add a note that RECV_OWN_MSGS frames are subject to filteringErik Flodin1-0/+2
2021-04-24can: etas_es58x: Fix a couple of spelling mistakesColin Ian King1-2/+2
2021-04-24can: etas_es58x: Fix missing null check on netdev pointerColin Ian King1-1/+1
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit3-3/+15
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit3-11/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit3-16/+22