aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private_mrp.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal7-47/+16
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal3-15/+7
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal7-46/+18
2021-10-14af_packet: Introduce egress hookPablo Neira Ayuso1-0/+35
2021-10-14netfilter: Introduce egress hookLukas Wunner10-10/+168
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner2-10/+12
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner2-1/+1
2021-10-07netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso1-10/+1
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li4-0/+35
2021-10-07ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-3/+3
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-1/+1
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski4-18/+6
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski3-0/+22
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski14-27/+22
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski12-40/+38
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski4-67/+69
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski34-34/+34
2021-10-07of: net: add a helper for loading netdev->dev_addrJakub Kicinski2-0/+31
2021-10-07of: net: move of_net under net/Jakub Kicinski11-13/+9
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn1-1/+1
2021-10-06net: phylink: use mdiobus_modify_changed() helperRussell King (Oracle)1-25/+4
2021-10-06net: mdio: add mdiobus_modify_changed()Russell King (Oracle)2-0/+24
2021-10-06mlxsw: Add support for transceiver module extended stateIdo Schimmel1-0/+7
2021-10-06ethtool: Add transceiver module extended stateIdo Schimmel3-0/+17
2021-10-06mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel4-3/+254
2021-10-06mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel1-0/+34
2021-10-06mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel1-0/+50
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel8-3/+335
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter1-1/+1
2021-10-06gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang1-1/+1
2021-10-06net: tg3: fix obsolete check of !errJean Sacren1-5/+1
2021-10-06net: dsa: rtl8366rb: Support setting STP stateLinus Walleij1-0/+48
2021-10-06net: dsa: rtl8366rb: Support fast agingLinus Walleij1-0/+14
2021-10-06net: dsa: rtl8366rb: Support disabling learningLinus Walleij1-6/+44
2021-10-05ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell1-1/+1
2021-10-05net: phy: at803x: add QCA9561 supportDavid Bauer1-2/+21
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski5-5/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski76-93/+90
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski3-5/+7
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski1-8/+6
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2-11/+1
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski6-24/+12
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal2-25/+2
2021-10-05net: bgmac: support MDIO described in DTRafał Miłecki1-1/+5
2021-10-05net: bgmac: improve handling PHYRafał Miłecki1-12/+21