summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik2024-08-011-1/+1
| | | * | net/mlx5: Fix error handling in irq_pool_request_irqShay Drory2024-08-011-3/+7
| | | * | net/mlx5: Always drain health in shutdown callbackShay Drory2024-08-012-1/+2
| | |/ /
| | * | net: Add skbuff.h to MAINTAINERSBreno Leitao2024-08-011-0/+1
| | * | r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit2024-08-011-6/+2
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-08-012-2/+2
| | |\ \ | | | |/ | | |/|
| | | * bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa2024-07-301-1/+1
| | | * selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev2024-07-291-1/+1
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-316-90/+135
| | |\ \
| | | * | ice: xsk: fix txq interrupt mappingMaciej Fijalkowski2024-07-291-10/+14
| | | * | ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-07-291-1/+1
| | | * | ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-296-55/+87
| | | * | ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski2024-07-291-1/+7
| | | * | ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski2024-07-291-14/+16
| | | * | ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski2024-07-291-5/+4
| | | * | ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski2024-07-291-3/+1
| | | * | ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak2024-07-291-1/+5
| | | |/
| | * | net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2024-07-313-11/+12
| | * | net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski2024-07-311-8/+21
| | * | net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju2024-07-311-15/+19
| | * | net: mvpp2: Don't re-use loop iteratorDan Carpenter2024-07-301-3/+3
| | * | net/iucv: fix use after free in iucv_sock_close()Alexandra Winter2024-07-301-2/+2
| | * | net/smc: prevent UAF in inet_create()D. Wythe2024-07-301-3/+4
| | * | Merge branch 'mptcp-fix-inconsistent-backup-usage'Paolo Abeni2024-07-3011-21/+132
| | |\ \ | | | |/ | | |/|
| | | * selftests: mptcp: join: check backup support in signal endpMatthieu Baerts (NGI0)2024-07-301-6/+28
| | | * mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)2024-07-305-0/+54
| | | * selftests: mptcp: join: validate backup in MPJMatthieu Baerts (NGI0)2024-07-301-10/+32
| | | * mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)2024-07-303-0/+10
| | | * mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)2024-07-301-1/+0
| | | * mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)2024-07-303-1/+3
| | | * mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2024-07-302-5/+7
| | |/
| | * Merge branch 'mptcp-endpoint-readd-fixes' into mainDavid S. Miller2024-07-293-13/+53
| | |\
| | | * selftests: mptcp: always close input's FD if openedLiu Jing2024-07-291-4/+4
| | | * selftests: mptcp: fix error pathPaolo Abeni2024-07-291-1/+1
| | | * selftests: mptcp: add explicit test case for remove/readdPaolo Abeni2024-07-291-0/+29
| | | * mptcp: fix NL PM announced address accountingPaolo Abeni2024-07-291-4/+6
| | | * mptcp: fix user-space PM announced address accountingPaolo Abeni2024-07-291-4/+13
| | |/
| | * rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima2024-07-291-1/+1
| | * net: axienet: start napi before enabling Rx/TxAndy Chiu2024-07-291-1/+1
| | * tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan2024-07-291-7/+16
| | * Merge branch 'ethtool-rss-fixes' into mainDavid S. Miller2024-07-293-15/+79
| | |\
| | | * selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski2024-07-291-3/+34
| | | * ethtool: fix the state of additional contexts with old APIJakub Kicinski2024-07-291-8/+30
| | | * ethtool: fix setting key and resetting indir at onceJakub Kicinski2024-07-291-2/+3
| | | * eth: bnxt: populate defaults in the RSS context structJakub Kicinski2024-07-291-0/+4
| | | * eth: bnxt: reject unsupported hash functionsJakub Kicinski2024-07-291-2/+8
| | |/
| | * tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park2024-07-291-0/+1
| | * Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-07-276-10/+33
| | |\
| | | * Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-262-9/+3
| | | * Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann2024-07-261-2/+0