summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-1827-143/+535
|\
| * wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
| * wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
| * wifi: cfg80211: sort certificates in buildJohannes Berg2023-12-141-2/+2
| * wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov2023-12-121-1/+1
| * wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg2023-12-121-1/+12
| * wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg2023-12-121-1/+3
| * wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg2023-12-121-0/+31
| * wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-122-6/+6
| * wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-127-21/+21
| * wifi: mac80211: add a flag to disallow puncturingJohannes Berg2023-12-122-2/+11
| * wifi: cfg80211: Add support for setting TID to link mappingIlan Peer2023-12-123-0/+75
| * wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-123-28/+102
| * wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad2023-12-121-27/+67
| * wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov2023-12-124-14/+12
| * wifi: mac80211: Add support for WBRF featuresEvan Quan2023-12-125-0/+115
| * wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan2023-12-121-1/+2
| * wifi: cfg80211: make RX assoc data constJohannes Berg2023-12-064-4/+4
| * wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg2023-12-061-31/+67
* | net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela2023-12-181-9/+3
* | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-12/+40
* | skbuff: Add a function to check if a page belongs to page_poolLiang Chen2023-12-171-1/+6
* | page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen2023-12-171-1/+1
* | tcp/dccp: change source port selection at connect() timeEric Dumazet2023-12-151-11/+16
* | inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-151-5/+16
* | netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski2023-12-152-2/+2
* | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-157-26/+28
* | net: increase optmem_max default valueEric Dumazet2023-12-151-2/+4
* | virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-155-4/+41
* | virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov2023-12-151-3/+10
* | ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2023-12-151-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-1411-24/+84
|\ \
| * | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
| * | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
| * | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-131-1/+1
| * | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
| * | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
| * | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-121-0/+6
| * | net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-121-1/+3
| * | atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
| * | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-6/+28
| * | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-091-0/+6
| * | tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet2023-12-081-2/+20
| * | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-081-5/+1
| * | neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2023-12-081-1/+8
* | | net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2023-12-132-4/+31
* | | net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-132-23/+13
* | | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-133-71/+83
* | | net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski2023-12-131-9/+16
* | | page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-6/+6