summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-06-05net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu
2024-06-05Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski
2024-06-04net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski
2024-06-03Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet
2024-06-03ila: block BH in ila_output()Eric Dumazet
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-03net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet
2024-06-03ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-06-03SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang
2024-06-03net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang
2024-06-03batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann
2024-06-01af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima
2024-06-01net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov
2024-06-01net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing
2024-06-01ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou
2024-06-01ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan
2024-06-01ethtool: init tsinfo stats if requestedVadim Fedorenko
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-30SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni