aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper3-4/+481
2025-07-23sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang1-17/+137
2025-07-23sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang1-0/+591
2025-07-23devlink: Fix excessive stack usage in rate TC bandwidth parsingCarolina Jubran3-14/+14
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li6-27/+38
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-2/+6
2025-07-23Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin1-3/+3
2025-07-23Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TSYang Li1-1/+12
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen2-3/+25
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera5-6/+6
2025-07-23Bluetooth: RFCOMM: Fix typos in commentsBastien Nocera2-2/+3
2025-07-23Bluetooth: aosp: Fix typo in commentBastien Nocera1-1/+1
2025-07-23Bluetooth: Fix spelling mistakesYang Li2-12/+12
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li2-2/+40
2025-07-23Bluetooth: hci_event: Correct comment about HCI_EV_EXTENDED_INQUIRY_RESULTZijun Hu1-1/+1
2025-07-23Bluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_addr()Zijun Hu1-3/+1
2025-07-23Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_event_filter_sync()Zijun Hu1-1/+1
2025-07-23Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie()Zijun Hu1-1/+1
2025-07-23wifi: mac80211: fix WARN_ON for monitor mode on some devicesJohannes Berg1-1/+12
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-17/+29
2025-07-22net: Kconfig: add endif/endmenu commentsRandy Dunlap1-3/+3
2025-07-22wifi: mac80211: fix unassigned variable accessAntonio Quartulli1-4/+3
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust1-2/+2
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing1-66/+34
2025-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_classXiang Mei1-4/+3
2025-07-22wifi: mac80211: don't require cipher and keylen in gtk rekeyMiri Korenblit1-3/+33
2025-07-22wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook1-0/+1
2025-07-22wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()Kees Cook1-1/+1
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski5-1/+119
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski4-0/+222
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski3-34/+37
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski1-10/+22
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski1-17/+30
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski3-9/+12
2025-07-21ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski1-0/+4
2025-07-21mptcp: fix typo in a commentmoyuanhao1-1/+1
2025-07-21mptcp: add TCP_MAXSEG sockopt supportGeliang Tang2-0/+27
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang1-9/+14
2025-07-21mptcp: sockopt: drop redundant tcp_getsockoptGeliang Tang1-4/+3
2025-07-21net: appletalk: Fix use-after-free in AARP proxy probeKito Xu (veritas501)1-3/+21
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee3-22/+27
2025-07-21wifi: mac80211: determine missing link_id in ieee80211_rx_for_interface() based on frequencyMichael-CY Lee1-1/+17
2025-07-21wifi: cfg80211: reject HTC bit for management framesJohannes Berg1-1/+2
2025-07-21wifi: mac80211: remove ieee80211_remove_keyMiri Korenblit1-26/+1
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman63-544/+865
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev4-8/+10
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev3-4/+16
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev11-18/+18