summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-08-23drop_monitor: Make timestamps y2038 safeIdo Schimmel
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes
2019-08-23ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-08-22net/ncsi: update response packet length for GCPS/GNS/GNPTS commandsBen Wei
2019-08-22net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing
2019-08-21ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu
2019-08-21Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin
2019-08-21mac80211: add assoc-at supportBen Greear
2019-08-21cfg80211: Support assoc-at timer in sta-infoBen Greear
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel
2019-08-21cfg80211: ibss: use 11a mandatory rates for 6GHz band operationArend van Spriel
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel
2019-08-21cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entriesArend van Spriel
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel
2019-08-21cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel
2019-08-21cfg80211: add 6GHz UNII band definitionsArend van Spriel
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel
2019-08-21Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin
2019-08-21cfg80211: Fix Extended Key ID key install checksAlexander Wetzel
2019-08-21mac80211: fix possible sta leakJohannes Berg
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing
2019-08-20net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan
2019-08-20net: dsa: enable and disable all portsVivien Didelot
2019-08-20net: dsa: use a single switch statement for port setupVivien Didelot
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk
2019-08-19sctp: remove net sctp.x_enable working as a global switchXin Long
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long
2019-08-19sctp: check asoc peer.asconf_capable before processing asconfXin Long
2019-08-19sctp: not set peer.asconf_capable in sctp_association_initXin Long