aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov1-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov2-0/+34
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov3-8/+19
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov2-9/+43
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov5-91/+217
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36
2019-08-24net/core/skmsg: Delete an unnecessary check before the function call “consume_skb”Markus Elfring1-2/+1
2019-08-23drop_monitor: Make timestamps y2038 safeIdo Schimmel1-8/+6
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes3-15/+27
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long1-1/+3
2019-08-22net/ncsi: update response packet length for GCPS/GNS/GNPTS commandsBen Wei1-3/+3
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King1-1/+1
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau3-28/+225
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau1-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau1-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar5-6/+240
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin1-1/+2
2019-08-21mac80211: add assoc-at supportBen Greear2-0/+5
2019-08-21cfg80211: Support assoc-at timer in sta-infoBen Greear1-0/+1
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel1-0/+1
2019-08-21cfg80211: ibss: use 11a mandatory rates for 6GHz band operationArend van Spriel1-5/+11
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel1-1/+2
2019-08-21cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entriesArend van Spriel2-1/+3
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel1-0/+3
2019-08-21cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel1-1/+9
2019-08-21cfg80211: add 6GHz UNII band definitionsArend van Spriel1-2/+19
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel1-0/+1
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin1-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin1-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin1-7/+7
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin1-3/+9
2019-08-20net: dsa: enable and disable all portsVivien Didelot1-0/+11
2019-08-20net: dsa: use a single switch statement for port setupVivien Didelot1-48/+39
2019-08-19sctp: remove net sctp.x_enable working as a global switchXin Long1-16/+12
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long1-0/+86
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long2-56/+74
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long2-33/+44
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long1-0/+82
2019-08-19sctp: check asoc peer.asconf_capable before processing asconfXin Long1-2/+4
2019-08-19sctp: not set peer.asconf_capable in sctp_association_initXin Long1-9/+0
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long3-20/+18
2019-08-19net: remove empty inet_exit_netLi RongQing1-5/+0
2019-08-19net: flow_offload: convert block_ing_cb_list to regular list typeVlad Buslov1-6/+7
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller39-196/+429
2019-08-18netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2-3/+18