summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu
2023-10-23net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui
2023-10-23Merge branch 'tcp-ts-usec-resolution'David S. Miller
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet
2023-10-23Merge branch 'consolidate-udp-ipv6-route-lookups'David S. Miller
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia
2023-10-22Merge branch 'bnxt_en-next'David S. Miller
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed
2023-10-21net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_workSu Hui
2023-10-21selftests: tc-testing: add test for 'rt' upgrade on hfscPedro Tammela
2023-10-20net: wwan: replace deprecated strncpy with strscpyJustin Stitt
2023-10-20pds_core: add an error code check in pdsc_dl_info_getSu Hui
2023-10-20Merge branch 'ice-vf-resource-tracking'David S. Miller
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter
2023-10-20igb: Fix an end of loop testDan Carpenter
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski