summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-18nl80211: support setting S1G channelsThomas Pedersen
2020-09-18nl80211: correctly validate S1G beacon headThomas Pedersen
2020-09-18cfg80211: regulatory: handle S1G channelsThomas Pedersen
2020-09-18nl80211: advertise supported channel width in S1GThomas Pedersen
2020-09-18mac80211: reorganize code to remove a forward declarationFelix Fietkau
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau
2020-09-18mac80211: support using ieee80211_tx_status_ext to free skbs without status infoFelix Fietkau
2020-09-18mac80211: unify 802.3 (offload) and 802.11 tx status codepathFelix Fietkau
2020-09-18mac80211: optimize station connection monitorFelix Fietkau
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau
2020-09-18mac80211: reduce duplication in tx status functionsFelix Fietkau
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau
2020-09-18lib80211: Remove unused macro DRV_NAMEYueHaibing
2020-09-17mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni
2020-09-17net/smc: fix double kfree in smc_listen_work()Ursula Braun
2020-09-17net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-17netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang
2020-09-17mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin
2020-09-17net/packet: Fix a comment about mac_headerXie He
2020-09-16net/smc: check variable before dereferencing in smc_close.cKarsten Graul
2020-09-16net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov
2020-09-15nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel
2020-09-15devlink: introduce the health reporter test commandJiri Pirko
2020-09-15ethtool: add standard pause statsJakub Kicinski
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-14Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-09-14net/packet: Fix a comment about hard_header_len and headroom allocationXie He
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni
2020-09-14mptcp: allow picking different xmit subflowsPaolo Abeni
2020-09-14mptcp: allow creating non-backup subflowsPaolo Abeni
2020-09-14mptcp: move address attribute into mptcp_addr_infoPaolo Abeni
2020-09-14mptcp: add OoO related mibsPaolo Abeni
2020-09-14mptcp: cleanup mptcp_subflow_discard_data()Paolo Abeni
2020-09-14mptcp: move ooo skbs into msk out of order queue.Paolo Abeni
2020-09-14mptcp: introduce and use mptcp_try_coalesce()Paolo Abeni
2020-09-14mptcp: basic sndbuf autotuningPaolo Abeni
2020-09-14mptcp: trigger msk processing even for OoO dataPaolo Abeni
2020-09-14mptcp: set data_ready status bit in subflow_check_data_avail()Paolo Abeni