summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-2311-33/+82
* tcp: introduce TCP_PAWS_WRAPEric Dumazet2023-10-231-2/+7
* tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2023-10-232-7/+16
* tcp: add tcp_rtt_tsopt_us()Eric Dumazet2023-10-231-20/+23
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-235-15/+14
* tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-232-7/+9
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-234-12/+16
* tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-234-12/+25
* tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-235-9/+12
* tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-233-2/+7
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-232-14/+8
* chtls: fix tp->rcv_tstamp initializationEric Dumazet2023-10-231-1/+1
* Merge branch 'consolidate-udp-ipv6-route-lookups'David S. Miller2023-10-237-250/+147
|\
| * vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani2023-10-231-106/+30
| * geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani2023-10-231-65/+31
| * ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-233-21/+29
| * ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-233-7/+4
| * ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-235-79/+81
|/
* net: atm: Remove redundant check.Gavrilov Ilia2023-10-231-2/+0
* Merge branch 'bnxt_en-next'David S. Miller2023-10-225-222/+564
|\
| * bnxt_en: extend media types to supported and autoneg modesEdwin Peer2023-10-221-120/+153
| * bnxt_en: convert to linkmode_set_bit() APIEdwin Peer2023-10-221-24/+24
| * bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan2023-10-221-31/+67
| * bnxt_en: refactor speed independent ethtool modesEdwin Peer2023-10-221-38/+40
| * bnxt_en: support lane configuration via ethtoolEdwin Peer2023-10-221-7/+25
| * bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2023-10-222-20/+258
| * bnxt_en: Fix invoking hwmon_notify_eventKalesh AP2023-10-221-5/+11
| * bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP2023-10-224-9/+18
|/
* octeon_ep: assert hardware structure sizesShinas Rasheed2023-10-212-0/+7
* net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_workSu Hui2023-10-211-0/+4
* selftests: tc-testing: add test for 'rt' upgrade on hfscPedro Tammela2023-10-211-6/+26
* net: wwan: replace deprecated strncpy with strscpyJustin Stitt2023-10-201-1/+1
* pds_core: add an error code check in pdsc_dl_info_getSu Hui2023-10-201-0/+2
* Merge branch 'ice-vf-resource-tracking'David S. Miller2023-10-2018-108/+398
|\
| * ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter2023-10-201-9/+10
| * igb: Fix an end of loop testDan Carpenter2023-10-201-3/+6
| * ice: cleanup ice_find_netlist_nodeJacob Keller2023-10-201-15/+15
| * ice: make ice_get_pf_c827_idx staticJacob Keller2023-10-202-2/+1
| * ice: manage VFs MSI-X using resource trackingMichal Swiatkowski2023-10-201-19/+151
| * ice: set MSI-X vector count on VFMichal Swiatkowski2023-10-203-0/+84
| * ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2023-10-202-0/+11
| * ice: implement num_msix field per VFMichal Swiatkowski2023-10-204-7/+14
| * ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel2023-10-205-28/+32
| * ice: add drop rule matching on not active lportMichal Swiatkowski2023-10-203-20/+75
| * ice: remove unused ice_flow_entry fieldsPrzemek Kitszel2023-10-202-7/+1
|/
* ethtool: untangle the linkmode and ethtool headersJakub Kicinski2023-10-203-35/+37
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-208-10/+16
* Merge branch 'ksz886x-forced-link-modes'David S. Miller2023-10-203-3/+109
|\
| * net: phy: micrel: Fix forced link mode for KSZ886X switchesOleksij Rempel2023-10-201-0/+22
| * net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel2023-10-202-3/+87
|/