summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet
2024-08-05net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao
2024-08-05net: phy: vitesse: implement downshift in vsc73xx physPawel Dembicki
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-08-04Merge branch 'dsa-en7581' into mainDavid S. Miller
2024-08-04net: dsa: mt7530: Add EN7581 supportLorenzo Bianconi
2024-08-04dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switchLorenzo Bianconi
2024-08-03Merge branch 'netns-init-cleanups' into mainDavid S. Miller
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima
2024-08-03net: pse-pd: tps23881: Fix the device ID checkKyle Swenson
2024-08-02net: dsa: vsc73xx: speed up MDIO bus to max allowed valuePawel Dembicki
2024-08-02rxrpc: Remove unused function declarationsYue Haibing
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov
2024-08-02tipc: guard against string buffer overrunSimon Horman
2024-08-02Merge branch 'ibmveth-rr-performance'Jakub Kicinski
2024-08-02ibmveth: Recycle buffers during replenish phaseNick Child
2024-08-02ibmveth: Optimize poll rescheduling processNick Child
2024-08-02linkmode: Change return type of linkmode_andnot to boolSimon Horman
2024-08-02Merge branch 'add-second-qdma-support-for-en7581-eth-controller'Jakub Kicinski
2024-08-02net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi
2024-08-02net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi
2024-08-02net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi
2024-08-02net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi
2024-08-02net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi
2024-08-02net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi
2024-08-02net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi
2024-08-02net: airoha: Introduce airoha_qdma structLorenzo Bianconi
2024-08-02eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman
2024-08-02selftests: net: ksft: print more of the stack for checksJakub Kicinski
2024-08-02selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev
2024-08-02selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev
2024-08-02selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev
2024-08-02net: remove IFF_* re-definitionJakub Kicinski
2024-08-02Merge branch 'axienet-coding-style' into mainDavid S. Miller
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao
2024-08-02Merge branch 'vsock-virtio' into mainDavid S. Miller
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi