summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Show number of inflight fds for sockets in TCP_LISTEN state tooKirill Tkhai2022-08-221-3/+33
* net: prestera: add missing ABI compatibility checkMaksym Glubokiy2022-08-201-0/+1
* amt: remove unnecessary skb pointer checkYang Yingliang2022-08-201-4/+2
* selftests/net: test l2 tunnel TOS/TTL inheritingMatthias May2022-08-202-0/+391
* Merge branch 'net-dpaa-cleanups-in-preparation-for-phylink-conversion'Jakub Kicinski2022-08-2022-1051/+457
|\
| * net: fman: memac: Use params instead of priv for max_speedSean Anderson2022-08-201-3/+1
| * net: fman: Export/rename some common functionsSean Anderson2022-08-202-6/+9
| * net: fman: Configure fixed link in memac_initializationSean Anderson2022-08-201-47/+46
| * net: fman: Move struct dev to mac_deviceSean Anderson2022-08-202-20/+12
| * net: fman: Store initialization function in match dataSean Anderson2022-08-202-192/+165
| * net: fman: Get PCS node in per-mac initSean Anderson2022-08-202-11/+10
| * net: fman: dtsec: Always gracefully stop/startSean Anderson2022-08-202-74/+30
| * net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson2022-08-203-44/+15
| * net: fman: Don't pass comm_mode to enable/disableSean Anderson2022-08-207-46/+24
| * net: fman: Convert to SPDX identifiersSean Anderson2022-08-2018-515/+33
| * dt-bindings: net: Convert FMan MAC bindings to yamlSean Anderson2022-08-202-127/+146
|/
* Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski2022-08-2025-1706/+73
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-19657-9300/+107493
|\
| * Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1965-793/+2351
| |\
| | * net: moxa: MAC address reading, generating, validity checkingSergei Antonov2022-08-181-6/+7
| | * Merge branch 'tcp-some-bug-fixes-for-tcp_read_skb'Jakub Kicinski2022-08-182-28/+26
| | |\
| | | * tcp: handle pure FIN case correctlyCong Wang2022-08-182-3/+4
| | | * tcp: refactor tcp_read_skb() a bitCong Wang2022-08-181-17/+9
| | | * tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang2022-08-181-10/+14
| | | * tcp: fix sock skb accounting in tcp_read_skb()Cong Wang2022-08-181-0/+1
| | |/
| | * igb: Add lock to avoid data raceLin Ma2022-08-182-1/+13
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-186-18/+85
| | |\
| | | * ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-172-11/+57
| | | * ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko2022-08-171-4/+4
| | | * ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2022-08-172-2/+16
| | | * ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik2022-08-171-1/+1
| | | * ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik2022-08-171-0/+7
| | * | dt-bindings: Fix incorrect "the the" correctionsGeert Uytterhoeven2022-08-182-2/+2
| | * | net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-182-3/+17
| | * | stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET2022-08-181-0/+1
| | * | net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi2022-08-181-1/+1
| | * | net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky2022-08-181-8/+17
| | * | Merge branch 'fixes-for-ocelot-driver-statistics'Jakub Kicinski2022-08-187-378/+1581
| | |\ \
| | | * | net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean2022-08-181-27/+26
| | | * | net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-186-289/+540
| | | * | net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-185-306/+1243
| | | * | net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean2022-08-181-0/+4
| | | * | net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-183-9/+8
| | | * | net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean2022-08-181-1/+1
| | | * | net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-185-30/+42
| | | * | net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean2022-08-181-1/+2
| | |/ /
| | * | net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-181-2/+5
| | * | net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov2022-08-181-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-189-261/+390
| | |\ \
| | | * | testing: selftests: nft_flowtable.sh: rework test to detect offload failureFlorian Westphal2022-08-171-57/+84