summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit3-0/+77
2020-09-18nl80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+46
2020-09-18mac80211: Add FILS discovery supportAloka Dixit3-6/+83
2020-09-18nl80211: Add FILS discovery supportAloka Dixit1-0/+49
2020-09-18mac80211: allow bigger A-MSDU sizes in VHT, even if HT is limitedFelix Fietkau1-4/+0
2020-09-18nl80211: support setting S1G channelsThomas Pedersen2-52/+105
2020-09-18nl80211: correctly validate S1G beacon headThomas Pedersen2-4/+18
2020-09-18cfg80211: regulatory: handle S1G channelsThomas Pedersen1-12/+58
2020-09-18nl80211: advertise supported channel width in S1GThomas Pedersen1-0/+15
2020-09-18mac80211: reorganize code to remove a forward declarationFelix Fietkau1-473/+471
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-2/+8
2020-09-18mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau1-11/+16
2020-09-18mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau1-64/+28
2020-09-18mac80211: optimize station connection monitorFelix Fietkau5-47/+22
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau4-0/+45
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau5-14/+14
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-6/+0
2020-09-18mac80211: reduce duplication in tx status functionsFelix Fietkau1-66/+35
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau7-87/+156
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau1-0/+5
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau1-55/+19
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau1-0/+18
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6
2020-09-18lib80211: Remove unused macro DRV_NAMEYueHaibing1-2/+0
2020-09-18mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni1-1/+1
2020-09-18net/smc: fix double kfree in smc_listen_work()Ursula Braun1-2/+2
2020-09-18net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-19/+2
2020-09-18netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-18mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin1-2/+3
2020-09-18net/packet: Fix a comment about mac_headerXie He1-11/+12
2020-09-17net/smc: check variable before dereferencing in smc_close.cKarsten Graul1-3/+4
2020-09-17net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov1-1/+1
2020-09-16nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel1-6/+7
2020-09-16devlink: introduce the health reporter test commandJiri Pirko1-0/+30
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+62
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter1-0/+5
2020-09-15tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-15tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-15Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-4/+5
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2-17/+7
2020-09-14net/packet: Fix a comment about hard_header_len and headroom allocationXie He1-6/+9
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni3-1/+9
2020-09-14mptcp: allow picking different xmit subflowsPaolo Abeni2-18/+99
2020-09-14mptcp: allow creating non-backup subflowsPaolo Abeni1-1/+2
2020-09-14mptcp: move address attribute into mptcp_addr_infoPaolo Abeni3-24/+25
2020-09-14mptcp: add OoO related mibsPaolo Abeni4-1/+34
2020-09-14mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni2-45/+14