summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin2-1/+68
2021-09-27nl80211: MBSSID and EMA support in AP modeJohn Crispin1-4/+174
2021-09-27nl80211: don't kfree() ERR_PTR() valueJohannes Berg1-0/+1
2021-09-27cfg80211: always free wiphy specific regdomainJohannes Berg1-0/+10
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+29
2021-09-27mac80211: add parse regulatory info in 6 GHz operation informationWen Gong1-0/+14
2021-09-27mac80211: twt: don't use potentially unaligned pointerJohannes Berg1-3/+5
2021-09-27cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra3-0/+75
2021-09-24mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong1-37/+22
2021-09-23nl80211: don't put struct cfg80211_ap_settings on stackJohannes Berg1-78/+108
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg10-201/+272
2021-09-23mac80211: mlme: find auth challenge directlyJohannes Berg3-11/+6
2021-09-23mac80211: move CRC into struct ieee802_11_elemsJohannes Berg3-13/+15
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg3-20/+17
2021-09-23mac80211: reduce stack usage in debugfsJohannes Berg1-7/+31
2021-09-23nl80211: prefer struct_size over open coded arithmeticLen Baker1-6/+6
2021-09-23mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi1-11/+1
2021-09-23cfg80211: honour V=1 in certificate code generationJohannes Berg1-2/+2
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing1-3/+5
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky2-8/+2
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu1-9/+0
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu1-3/+0
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski3-46/+25
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng1-2/+2
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong1-1/+1
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-09-18mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal1-0/+91
2021-09-18mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal1-0/+115
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal1-1/+39
2021-09-18mptcp: add new mptcp_fill_diag helperFlorian Westphal2-25/+33
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+32
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky1-99/+3
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-85/+102
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-59/+62
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2-0/+80
2021-09-16net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean3-15/+37
2021-09-16net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-09-15devlink: Delete not-used single parameter notification APIsLeon Romanovsky1-48/+0
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski4-0/+58
2021-09-15net: dsa: tag_rtl4_a: Drop bit 9 from egress framesLinus Walleij1-1/+1
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng1-11/+8
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit1-0/+4
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet4-7/+10
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+3
2021-09-14net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet1-16/+3