summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-13Merge branch 'mlx5-misc-2023-07-08-sf-max-eq'Jakub Kicinski
2024-07-13net/mlx5: Use set number of max EQsDaniel Jurgens
2024-07-13net/mlx5: Set default max eqs for SFsDaniel Jurgens
2024-07-13net/mlx5: Set sf_eq_usage for SF max EQsDaniel Jurgens
2024-07-13net/mlx5: IFC updates for SF max IO EQsDaniel Jurgens
2024-07-13net: mvpp2: Improve data types and use min()Thorsten Blum
2024-07-13net: ethtool: Monotonically increase the message sequence numberDanielle Ratson
2024-07-13Merge branch 'tcp-make-simultaneous-connect-rfc-compliant'Jakub Kicinski
2024-07-13selftests: tcp: Remove broken SNMP assumptions for TCP AO self-connect tests.Kuniyuki Iwashima
2024-07-13tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-07-13test/vsock: add install targetPeng Fan
2024-07-13Merge tag '6.10-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-07-13MAINTAINERS: add 5 missing tcp-related filesEric Dumazet
2024-07-13cifs: fix setting SecurityFlags to trueSteve French
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2024-07-13Merge branch 'Support IPsec crypto offload for IPv6 ESP and IPv4 UDP-encapsu...Steffen Klassert
2024-07-13i2c: document new callbacks in i2c_algorithmWolfram Sang
2024-07-13Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2024-07-13Merge tag 'i2c-host-fixes-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang
2024-07-13swiotlb: fix kernel-doc description for swiotlb_del_transientYang Li
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-12Merge branch 'eth-bnxt-use-the-new-rss-api'Jakub Kicinski
2024-07-12eth: bnxt: use the indir table from ethtool contextJakub Kicinski
2024-07-12eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski
2024-07-12eth: bnxt: pad out the correct indirection tableJakub Kicinski
2024-07-12eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski
2024-07-12eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski
2024-07-12eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski
2024-07-12eth: bnxt: remove rss_ctx_bmapJakub Kicinski
2024-07-12eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski
2024-07-12eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter
2024-07-12Merge tag 'net-6.10-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2024-07-12bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring()Michael Chan
2024-07-12Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov
2024-07-12Input: yealink - use driver core to instantiate device attributesDmitry Torokhov
2024-07-12Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov
2024-07-12Input: omap-keypad - use driver core to instantiate device attributesDmitry Torokhov
2024-07-12Input: atmel_mxt_ts - use driver core to instantiate device attributesDmitry Torokhov
2024-07-13hwrng: core - remove (un)register_miscdev()Masahiro Yamada
2024-07-13crypto: lib/mpi - delete unnecessary conditionDan Carpenter
2024-07-13crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers
2024-07-13crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir
2024-07-13hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini
2024-07-12tsacct: replace strncpy() with strscpy()Kees Cook