summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-23mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_findDanielle Ratson1-3/+0
2021-11-22RDMA/irdma: Set protocol based on PF rdma_mode flagShiraz Saleem1-1/+2
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem6-5/+166
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem3-0/+12
2021-11-22Merge branch 'qca8k-next'David S. Miller2-193/+349
2021-11-22net: dsa: qca8k: add support for mdb_add/delAnsuel Smith1-0/+99
2021-11-22net: dsa: qca8k: add set_ageing_time supportAnsuel Smith2-0/+28
2021-11-22net: dsa: qca8k: add support for port fast agingAnsuel Smith2-0/+12
2021-11-22net: dsa: qca8k: add additional MIB counter and make it dynamicAnsuel Smith2-3/+24
2021-11-22net: dsa: qca8k: initial conversion to regmap helperAnsuel Smith1-60/+47
2021-11-22net: dsa: qca8k: move regmap init in probe and set it mandatoryAnsuel Smith1-6/+8
2021-11-22net: dsa: qca8k: remove extra mutex_init in qca8k_setupAnsuel Smith1-2/+0
2021-11-22net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GETAnsuel Smith2-121/+130
2021-11-22net: dsa: qca8k: remove redundant check in parse_port_configAnsuel Smith1-1/+1
2021-11-22Merge branch 'skbuff-struct-group'David S. Miller4-41/+33
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook3-19/+9
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook2-22/+24
2021-11-22sections: global data can be in .bssAntoine Tenart1-4/+10
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng1-25/+8
2021-11-22hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET1-6/+4
2021-11-22qed: Use the bitmap API to simplify some functionsChristophe JAILLET1-19/+5
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-22rds: Fix a typo in a commentChristophe JAILLET1-1/+1
2021-11-22Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony1-1/+1
2021-11-22pcmcia: hide the MAC address helpers if !NETJakub Kicinski1-1/+2
2021-11-22tsn: Fix build.David S. Miller1-2/+2
2021-11-22net: wwan: iosm: device trace collection using relayfsM Chetan Kumar8-13/+271
2021-11-22net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar2-2/+30
2021-11-22octeon: constify netdev->dev_addrJakub Kicinski1-1/+1
2021-11-22net: mana: Add XDP supportHaiyang Zhang4-11/+235
2021-11-22Merge branch 'tsn-endpoint-driver'David S. Miller13-0/+3592
2021-11-22tsnep: Add TSN endpoint Ethernet MAC driverGerhard Engleder11-0/+3511
2021-11-22dt-bindings: net: Add tsnep Ethernet controllerGerhard Engleder1-0/+79
2021-11-22dt-bindings: Add vendor prefix for EnglederGerhard Engleder1-0/+2
2021-11-22net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()Russell King (Oracle)1-1/+8
2021-11-22net: phylink: Add helpers for c22 registers without MDIOSean Anderson2-47/+64
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet24-29/+37
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet13-16/+18
2021-11-22Merge branch 'ethtool-copybreak'David S. Miller106-235/+772
2021-11-22net: hns3: remove the way to set tx spare buf via module parameterHao Chen1-6/+1
2021-11-22net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen1-8/+44
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen99-212/+617
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen5-7/+47
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen3-2/+60
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen3-0/+3
2021-11-20Merge branch 'mptcp-more-socket-options'David S. Miller7-6/+245
2021-11-20selftests: mptcp: add tproxy test caseFlorian Westphal3-3/+136
2021-11-20mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal2-2/+67
2021-11-20mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote1-0/+40
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2-1/+2