aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-19amd: atarilance: use eth_hw_addr_set()Jakub Kicinski1-2/+5
2021-11-19amd: hplance: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-19amd: a2065/ariadne: use eth_hw_addr_set()Jakub Kicinski2-17/+21
2021-11-19amd: ni65: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-11-19amd: lance: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-19Merge branch 'dev_addr-const-x86'David S. Miller4-13/+15
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski1-1/+1
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski1-3/+3
2021-11-19mlxsw: constify address in mlxsw_sp_port_dev_addr_setJakub Kicinski1-1/+1
2021-11-19net: ax88796c: don't write to netdev->dev_addr directlyJakub Kicinski1-8/+10
2021-11-18Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapJakub Kicinski2-0/+8
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski795-19847/+38236
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds102-507/+1314
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-9/+58
2021-11-18Merge tag 'fs_for_v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-2/+35
2021-11-18Merge tag 'fs.idmapped.v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+2
2021-11-18Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-34/+42
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds34-407/+461
2021-11-18Merge tag 'docs-5.16-2' of git://git.lwn.net/linuxLinus Torvalds13-78/+65
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds5-1/+21
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
2021-11-18Merge branch 'lan78xx-napi'David S. Miller1-442/+769
2021-11-18lan78xx: Introduce NAPI polling supportJohn Efstathiades1-68/+114
2021-11-18lan78xx: Remove hardware-specific header updateJohn Efstathiades1-35/+16
2021-11-18lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades1-54/+52
2021-11-18lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades1-116/+166
2021-11-18lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades1-213/+461
2021-11-18lan78xx: Fix memory allocation bugJohn Efstathiades1-17/+21
2021-11-18Merge branch 'dsa-felix-psfp'David S. Miller12-72/+1114
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang3-32/+163
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang1-1/+31
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang8-38/+123
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang1-4/+213
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang3-10/+451
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang4-2/+59
2021-11-18net: mscc: ocelot: set vcap IS2 chain to goto PSFP chainXiaoliang Yang1-3/+14
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang3-19/+97
2021-11-18net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()Teng Qi1-0/+4
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr1-5/+0
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing1-4/+1
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of boundzhangyue1-13/+17
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet2-0/+2
2021-11-18Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller8-113/+327
2021-11-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller3-136/+147
2021-11-18net: mdio: Replaced BUG_ON() with WARN()Florian Fainelli1-6/+10
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-11-18Merge branch 'dpaa2-phylink'David S. Miller1-83/+26
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)1-48/+5
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)1-35/+0