summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee2024-04-081-2/+10
* wifi: mac80211: correctly document struct mesh_tableJeff Johnson2024-04-081-1/+1
* Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-04-0415-70/+207
|\
| * net: rfkill: gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-03-251-4/+2
| * wifi: mac80211: use kvcalloc() for codel varsJohannes Berg2024-03-251-3/+3
| * wifi: mac80211: reactivate multi-link later in restartJohannes Berg2024-03-252-3/+11
| * wifi: mac80211: improve drop for action frame returnJohannes Berg2024-03-252-3/+4
| * wifi: mac80211: don't ask driver about no-op link changesJohannes Berg2024-03-251-1/+4
| * wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker2024-03-251-12/+4
| * wifi: mac80211: clarify IEEE80211_STATUS_SUBDATA_MASKJohannes Berg2024-03-252-2/+2
| * wifi: mac80211: don't enter idle during link switchJohannes Berg2024-03-253-16/+22
| * wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker2024-03-253-1/+81
| * wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg2024-03-251-9/+38
| * wifi: cfg80211: check BSSID Index against MaxBSSIDBenjamin Berg2024-03-251-1/+2
| * wifi: mac80211: improve association error reporting slightlyBenjamin Berg2024-03-251-8/+10
| * wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg2024-03-252-0/+5
| * wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beaconAnjaneyulu2024-03-251-0/+4
| * wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu2024-03-251-0/+2
| * wifi: mac80211: spectmgmt: simplify 6 GHz HE/EHT handlingJohannes Berg2024-03-251-7/+7
| * wifi: mac80211: supplement parsing of puncturing bitmapKang Yang2024-03-252-0/+6
* | af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2024-04-042-43/+1
* | af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima2024-04-041-7/+2
* | trace: tcp: fully support trace_tcp_send_resetJason Xing2024-04-042-5/+5
* | net: enable timestamp static key if CPUMarcelo Tosatti2024-04-041-0/+5
* | net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-032-12/+20
* | caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET2024-04-031-4/+4
* | net/iucv: Avoid explicit cpumask var allocation on stackDawei Li2024-04-031-8/+18
* | page_pool: try direct bulk recyclingAlexander Lobakin2024-04-031-2/+5
* | page_pool: check for PP direct cache locality laterAlexander Lobakin2024-04-034-53/+52
* | ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet2024-04-021-25/+26
* | genetlink: remove linux/genetlink.hJakub Kicinski2024-04-023-3/+1
* | net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski2024-04-021-1/+0
* | netlink: create a new header for internal genetlink symbolsJakub Kicinski2024-04-023-1/+14
* | tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2024-04-026-23/+8
* | inet: preserve const qualifier in inet_csk()Eric Dumazet2024-04-023-4/+4
* | net: rps: add rps_input_queue_head_add() helperEric Dumazet2024-04-011-5/+8
* | net: rps: change input_queue_tail_incr_save()Eric Dumazet2024-04-011-8/+12
* | net: enqueue_to_backlog() cleanupEric Dumazet2024-04-011-13/+11
* | net: make softnet_data.dropped an atomic_tEric Dumazet2024-04-012-5/+11
* | net: enqueue_to_backlog() change vs not running deviceEric Dumazet2024-04-011-4/+5
* | net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet2024-04-011-0/+17
* | net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet2024-04-011-3/+3
* | pfcp: always set pfcp metadataMichal Swiatkowski2024-04-012-5/+109
* | net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin2024-04-012-9/+125
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-0121-285/+414
* | ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-018-51/+93
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-296-44/+27
* | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-299-13/+13
* | udp: avoid calling sock_def_readable() if possibleEric Dumazet2024-03-291-3/+11
* | udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet2024-03-291-6/+1