summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-04ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima1-6/+4
2025-03-04ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima1-5/+7
2025-03-04ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima2-35/+29
2025-03-04ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima1-44/+41
2025-03-04ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima1-11/+6
2025-03-04ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima1-16/+11
2025-03-04ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima1-19/+9
2025-03-04ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima3-13/+45
2025-03-04ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima1-18/+25
2025-03-04ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima1-2/+2
2025-03-04selftests: net: report output format as TAP 13 in Python testsJakub Kicinski2-3/+3
2025-03-01Merge branch 'add-usb-net-support-for-telit-cinterion-fn990b'Jakub Kicinski2-2/+3
2025-03-01net: usb: cdc_mbim: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-03-01net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-03-01net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda1-0/+1
2025-03-01Merge branch 'inet-ping-remove-extra-skb_clone-consume_skb'Jakub Kicinski3-36/+24
2025-03-01inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet3-22/+10
2025-03-01ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addressesEric Dumazet1-16/+16
2025-02-28Merge branch 'net-stmmac-cleanup-transmit-clock-setting'Jakub Kicinski12-90/+108
2025-02-28net: stmmac: thead: switch to use set_clk_tx_rate() hookRussell King (Oracle)1-8/+10
2025-02-28net: stmmac: meson: switch to use set_clk_tx_rate() hookRussell King (Oracle)1-3/+6
2025-02-28net: stmmac: ipq806x: switch to use set_clk_tx_rate() hookRussell King (Oracle)1-4/+5
2025-02-28net: stmmac: rk: switch to use set_clk_tx_rate() hookRussell King (Oracle)1-3/+7
2025-02-28net: stmmac: imx: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-2/+19
2025-02-28net: stmmac: intel: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-21/+3
2025-02-28net: stmmac: s32: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-19/+3
2025-02-28net: stmmac: starfive: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-22/+4
2025-02-28net: stmmac: dwc-qos: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-8/+2
2025-02-28net: stmmac: provide generic implementation for set_clk_tx_rate methodRussell King (Oracle)2-0/+34
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)2-0/+15
2025-02-28Merge branch 'mlx5-health-syndrome'David S. Miller1-1/+14
2025-02-28net/mlx5: Add trust lockdown error to health syndrome print functionShahar Shitrit1-0/+2
2025-02-28net/mlx5: Expose crr in health bufferShahar Shitrit1-0/+8
2025-02-28net/mlx5: Log health buffer data on any syndromeMoshe Shemesh1-1/+3
2025-02-28net/mlx5: Avoid report two health errors on same syndromeMoshe Shemesh1-0/+1
2025-02-28Merge branch 'selftests-net-deflake-gro-tests-and-fix-return-value-and-output'Jakub Kicinski3-7/+11
2025-02-28selftests/net: deflake GRO testsKevin Krakauer2-3/+4
2025-02-28selftests/net: only print passing message in GRO tests when tests passKevin Krakauer1-3/+5
2025-02-28selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer1-1/+2
2025-02-28Merge branch 'add-missing-netlink-error-message-macros-to-coccinelle-test'Jakub Kicinski9-23/+26
2025-02-28ice: dpll: Remove newline at the end of a netlink error messageGal Pressman1-7/+7
2025-02-28net: sched: Remove newline at the end of a netlink error messageGal Pressman1-1/+1
2025-02-28sfc: Remove newline at the end of a netlink error messageGal Pressman2-4/+4
2025-02-28net/mlx5: Remove newline at the end of a netlink error messageGal Pressman4-6/+6
2025-02-28coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline testGal Pressman1-5/+8
2025-02-28net-sysfs: remove unused initial ret valuesAntoine Tenart1-5/+5
2025-02-28geneve, specs: Add port range to rt_link specificationDaniel Borkmann1-0/+16
2025-02-28geneve: Allow users to specify source port rangeDaniel Borkmann2-4/+54
2025-02-28net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva4-19/+27
2025-02-28netkit: Remove double invocation to clear ipvs property flagDaniel Borkmann1-1/+0