summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-05Merge branch 'gve-queue-api'David S. Miller-406/+489
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand-331/+171
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand-6/+35
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand-30/+120
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand-2/+32
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand-0/+10
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand-27/+54
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand-10/+19
2024-05-05queue_api: define queue apiMina Almasry-0/+34
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry-44/+51
2024-05-03bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei-13/+5
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet-7/+7
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski-0/+11
2024-05-03Merge branch 'rtnetlink-rtnl_stats_dump-changes'Jakub Kicinski-38/+23
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet-37/+22
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet-1/+1
2024-05-03Merge branch 'net-sysctl-sentinel'David S. Miller-119/+48
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-3/+7
2024-05-03appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-21/+5
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados-26/+9
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-4/+0
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-3/+0
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-35/+13
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-26/+14
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet-4/+9
2024-05-02net: dsa: mv88e6xxx: Correct check for empty listSimon Horman-2/+2
2024-05-02selftests/net: skip partial checksum packets in csum testWillem de Bruijn-3/+15
2024-05-02selftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski-2/+6
2024-05-02IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao-3/+8
2024-05-02net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen-6/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1532/+2454
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-193/+378
2024-05-02Merge branch 'bnxt_en-updates-for-net-next'Jakub Kicinski-61/+107
2024-05-02bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde-1/+4
2024-05-02bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP-26/+44
2024-05-02bnxt_en: Add a mutex to synchronize ULP operationsKalesh AP-1/+22
2024-05-02bnxt_en: Don't call ULP_STOP/ULP_START during L2 resetMichael Chan-11/+2
2024-05-02bnxt_en: Don't support offline self test when RoCE driver is loadedKalesh AP-3/+8
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer-19/+27
2024-05-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-152/+211
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti-0/+2
2024-05-02MAINTAINERS: mark MYRICOM MYRI-10G as OrphanJakub Kicinski-2/+1
2024-05-02MAINTAINERS: remove Ariel EliorJakub Kicinski-3/+0
2024-05-02Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wrong-offset-in-udp'Paolo Abeni-5/+33
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert-4/+22
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida-1/+4
2024-05-02s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter-34/+27