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