summaryrefslogtreecommitdiffstats
path: root/net/qrtr/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet7-23/+22
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet3-17/+18
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet3-5/+5
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet1-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet6-33/+37
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet1-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet1-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet1-11/+9
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet24-35/+36
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets1-12/+11
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet1-22/+12
2023-10-01virtio_net: avoid data-races on dev->stats fieldsEric Dumazet1-15/+15
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet2-3/+4
2023-10-01octeontx2-pf: Tc flower offload support for MPLSHariprasad Kelam5-0/+187
2023-10-01net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König1-2/+0
2023-10-01net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew1-6/+7
2023-10-01net_sched: sch_fq: always garbage collectEric Dumazet1-3/+1
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet2-37/+92
2023-10-01net_sched: sch_fq: change how @inactive is trackedEric Dumazet1-5/+7
2023-10-01net_sched: sch_fq: struct sched_data reorgEric Dumazet1-4/+12
2023-10-01net_sched: constify qdisc_priv()Eric Dumazet1-4/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet3-2/+19
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet1-2/+2
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen2-10/+66
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen1-16/+22
2023-09-28MAINTAINERS: Add an obsolete entry for LL TEMAC driverHarini Katakam1-0/+5
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2-10/+4
2023-09-28selftests/tc-testing: update tdc documentationPedro Tammela1-55/+10
2023-09-28selftests/tc-testing: implement tdc parallel test runPedro Tammela3-57/+148
2023-09-28selftests/tc-testing: update test definitions for local resourcesPedro Tammela51-1114/+2369
2023-09-28selftests/tc-testing: localize test resourcesPedro Tammela5-98/+229
2023-09-28net: sfp: add quirk for Fiberstone GPON-ONU-34-20BIChristian Marangi1-0/+5
2023-09-22mlxsw: Edit IPv6 key blocks to use one less block for multicast forwardingAmit Cohen4-3/+22
2023-09-22mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' flex keyAmit Cohen1-3/+3
2023-09-22mlxsw: Add 'ipv4_5' flex keyAmit Cohen4-19/+10
2023-09-22hamradio: baycom: remove useless link in KconfigPeter Lafreniere1-8/+7
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King1-8/+13
2023-09-21netdev: Remove unneeded semicolonYang Li1-1/+1
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov4-62/+241
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov1-3/+28
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov1-7/+53
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov3-18/+29
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree4-4/+30
2023-09-21igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli1-12/+19
2023-09-21octeontx2-pf: Do xdp_do_flush() after redirects.Sebastian Andrzej Siewior1-6/+13
2023-09-21bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-09-21net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior1-0/+3
2023-09-20ice: Remove the FW shared parametersMichal Michalik3-86/+0