summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-24net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet1-0/+4
2023-10-24net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet1-1/+1
2023-10-23net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski7-64/+64
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca3-11/+4
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23Merge branch 'tcp-ts-usec-resolution'David S. Miller17-104/+193
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet2-0/+3
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet11-33/+82
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2-7/+16
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet5-15/+14
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2-7/+9
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet4-12/+16
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet4-12/+25
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet5-9/+12
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet3-2/+7
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet2-14/+8
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-23Merge branch 'consolidate-udp-ipv6-route-lookups'David S. Miller7-250/+147
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-106/+30
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-65/+31
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani3-21/+29
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani3-7/+4
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani5-79/+81
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia1-2/+0
2023-10-22Merge branch 'bnxt_en-next'David S. Miller5-222/+564
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan1-31/+67
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2-20/+258
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP1-5/+11
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP4-9/+18
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed2-0/+7
2023-10-21net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_workSu Hui1-0/+4
2023-10-21selftests: tc-testing: add test for 'rt' upgrade on hfscPedro Tammela1-6/+26
2023-10-21net: wwan: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-21pds_core: add an error code check in pdsc_dl_info_getSu Hui1-0/+2
2023-10-20Merge branch 'ice-vf-resource-tracking'David S. Miller18-108/+398
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10
2023-10-20igb: Fix an end of loop testDan Carpenter1-3/+6
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller1-15/+15
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller2-2/+1
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski1-19/+151
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski3-0/+84
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2-0/+11