summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-18mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau
2020-09-18cfg80211: fix 6 GHz channel conversionJohannes Berg
2020-09-18mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit
2020-09-18lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran
2020-09-18mac80211: add AQL support for VHT160 tx ratesFelix Fietkau
2020-09-18mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau
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-17ethtool: add and use message type for tunnel info replyMichal Kubecek
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau
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-15ipv4: Update exception handling for multipath routes via same deviceDavid Ahern
2020-09-15net: tipc: kerneldoc fixesLu Wei
2020-09-15ethtool: add standard pause statsJakub Kicinski
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter
2020-09-15batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing
2020-09-14xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson
2020-09-14xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel
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-14net: sched: initialize with 0 before setting erspan md->uXin Long
2020-09-14lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Peilin Ye
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
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