summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso2021-11-011-2/+5
* netfilter: ebtables: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2021-10-221-3/+4
* Merge branch 'ax88796c-spi-ethernet-adapter'Jakub Kicinski2021-10-2213-0/+2304
|\
| * net: ax88796c: ASIX AX88796C SPI Ethernet Adapter DriverŁukasz Stelmach2021-10-2211-0/+2229
| * dt-bindings: net: Add bindings for AX88796C SPI Ethernet AdapterŁukasz Stelmach2021-10-221-0/+73
| * dt-bindings: vendor-prefixes: Add asix prefixŁukasz Stelmach2021-10-221-0/+2
|/
* Merge branch 'enetc-trivial-ptp-one-step-tx-timestamping-cleanups'Jakub Kicinski2021-10-221-6/+2
|\
| * net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean2021-10-221-2/+1
| * net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean2021-10-221-4/+1
|/
* net/core: Remove unused assignment operations and variableluo penghao2021-10-211-2/+1
* net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior2021-10-211-6/+37
* Merge branch 'dsa_to_port-loops'David S. Miller2021-10-2111-214/+224
|\
| * net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-215-22/+24
| * net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-4/+1
| * net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2021-10-212-102/+112
| * net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean2021-10-211-2/+2
| * net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-30/+14
| * net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-216-56/+45
| * net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean2021-10-211-0/+28
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-2118-154/+2021
|\
| * ice: Add tc-flower filter support for channelKiran Patil2021-10-216-8/+438
| * ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil2021-10-215-10/+913
| * ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-2113-137/+671
* | Merge branch 'mscc-ocelot-all-ports-vlan-untagged-egress'David S. Miller2021-10-215-94/+223
|\ \
| * | net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean2021-10-212-25/+13
| * | net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean2021-10-214-15/+17
| * | net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean2021-10-212-36/+113
| * | net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean2021-10-212-18/+72
| * | net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean2021-10-212-8/+16
|/ /
* / fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-215-15/+25
|/
* phy: micrel: ksz8041nl: do not use power down modeStefan Agner2021-10-201-2/+3
* net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner2021-10-201-7/+11
* net-core: use netdev_* calls for kernel messagesJesse Brandeburg2021-10-201-12/+10
* batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* mac802154: use dev_addr_set() - manualJakub Kicinski2021-10-202-8/+9
* mac802154: use dev_addr_set()Jakub Kicinski2021-10-201-1/+1
* batman-adv: prepare for const netdev->dev_addrJakub Kicinski2021-10-205-13/+14
* soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner2021-10-201-6/+5
* net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith2021-10-201-30/+44
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-2017-286/+764
|\
| * ice: fix an error code in ice_ena_vfs()Dan Carpenter2021-10-191-1/+2
| * ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-192-4/+4
| * ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-10-191-3/+1
| * ice: Refactor PR ethtool opsWojciech Drewek2021-10-191-25/+74
| * ice: Manage act flags for switchdev offloadsWojciech Drewek2021-10-195-138/+21
| * ice: Forbid trusted VFs in switchdev modeWojciech Drewek2021-10-191-5/+5
| * ice: fix software generating extra interruptsJesse Brandeburg2021-10-192-11/+16
| * ice: fix rate limit update after coalesce changeJesse Brandeburg2021-10-192-8/+13
| * ice: update dim usage and moderationJesse Brandeburg2021-10-194-87/+142
| * ice: Add support for VF rate limitingBrett Creeley2021-10-197-4/+486