aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-22net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov1-0/+21
2021-01-22net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov3-23/+168
2021-01-22net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov4-14/+290
2021-01-22net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov1-0/+17
2021-01-22net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov3-0/+325
2021-01-22net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov3-1/+117
2021-01-22net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov3-0/+53
2021-01-22net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov1-18/+9
2021-01-22net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov1-3/+11
2021-01-22net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov1-41/+49
2021-01-22net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov1-39/+39
2021-01-22mptcp: implement delegated actionsPaolo Abeni3-4/+194
2021-01-22mptcp: schedule work for better snd subflow selectionPaolo Abeni1-3/+8
2021-01-22mptcp: do not queue excessive data on subflowsPaolo Abeni1-2/+2
2021-01-22mptcp: re-enable sndbuf autotunePaolo Abeni3-33/+45
2021-01-22mptcp: always graft subflow socket to parentPaolo Abeni3-26/+14
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-12/+30
2021-01-22Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds6-71/+90
2021-01-22devlink: Support get and set state of port functionParav Pandit1-1/+89
2021-01-22devlink: Support add and delete devlink portParav Pandit1-0/+121
2021-01-22devlink: Introduce PCI SF port flavour and port attributeParav Pandit1-0/+39
2021-01-22devlink: Prepare code to fill multiple port function attributesParav Pandit1-31/+33
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg2-53/+75
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau1-4/+3
2021-01-22mac80211: minstrel_ht: increase stats update intervalFelix Fietkau1-1/+1
2021-01-22mac80211: minstrel_ht: fix max probability rate selectionFelix Fietkau1-9/+38
2021-01-22mac80211: minstrel_ht: improve sample rate selectionFelix Fietkau1-3/+3
2021-01-22mac80211: minstrel_ht: improve ampdu length estimationFelix Fietkau1-11/+27
2021-01-22mac80211: minstrel_ht: remove old ewma based rate average codeFelix Fietkau2-24/+8
2021-01-22mac80211: remove legacy minstrel rate controlFelix Fietkau7-989/+167
2021-01-22mac80211: minstrel_ht: add support for OFDM rates on non-HT clientsFelix Fietkau4-116/+224
2021-01-22mac80211: minstrel_ht: clean up CCK codeFelix Fietkau2-27/+32
2021-01-22mac80211: introduce aql_enable node in debugfsLorenzo Bianconi3-0/+58
2021-01-22cfg80211: Add phyrate conversion support for extended MCS in 60GHz bandMax Chen1-0/+21
2021-01-22cfg80211: add VHT rate entries for MCS-10 and MCS-11Arend van Spriel1-3/+11
2021-01-22mac80211: reduce peer HE MCS/NSS to own capabilitiesWen Gong1-0/+92
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski3-14/+24
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov1-1/+1
2021-01-21mac80211: remove NSS number of 160MHz if not support 160MHz for HEWen Gong1-1/+8
2021-01-21mac80211: 160MHz with extended NSS BW in CSAShay Bar1-3/+7
2021-01-21mac80211: add LDPC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+4
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau7-89/+209
2021-01-21net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau1-2/+0
2021-01-21net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau2-19/+4
2021-01-20ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long1-11/+4
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long1-2/+2
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu4-5/+15
2021-01-20net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2021-01-20net: move rollback_registered_many()Jakub Kicinski1-93/+95
2021-01-20net: inline rollback_registered()Jakub Kicinski1-11/+6