summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-03-291-1/+2
* mac80211: Send control port frames over nl80211Denis Kenzior2018-03-297-5/+42
* mac80211: Add support for tx_control_portDenis Kenzior2018-03-293-0/+50
* nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior2018-03-291-0/+9
* nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior2018-03-291-0/+9
* nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior2018-03-291-0/+26
* nl80211: Implement TX of control port framesDenis Kenzior2018-03-293-1/+111
* nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior2018-03-292-0/+79
* mac80211: remove shadowing duplicated variableJohannes Berg2018-03-291-2/+0
* mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2018-03-292-5/+11
* cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss2018-03-291-0/+54
* mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss2018-03-294-0/+52
* cfg80211: don't require RTNL held for regdomain readsJohannes Berg2018-03-291-2/+2
* cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss2018-03-291-7/+141
* nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior2018-03-292-0/+4
* nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior2018-03-293-21/+9
* nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior2018-03-293-26/+16
* cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior2018-03-291-11/+32
* cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed2018-03-291-2/+7
* cfg80211: fix CAC_STARTED event handlingDmitry Lebed2018-03-291-1/+1
* mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org2018-03-293-2/+35
* mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org2018-03-293-1/+19
* mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu2018-03-234-3/+7
* cfg80211/nl80211: add DFS offload flagDmitry Lebed2018-03-211-4/+8
* cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed2018-03-211-2/+5
* mac80211: inform wireless layer when frame RSSI is invalidTosoni2018-03-213-77/+93
* sctp: use proc_remove_subtree()Al Viro2018-03-173-130/+27
* rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan2018-03-171-8/+9
* tipc: some name changesJon Maloy2018-03-175-103/+106
* tipc: merge two lists in struct publicationJon Maloy2018-03-172-13/+12
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-172-76/+30
* tipc: remove zone publication list in name tableJon Maloy2018-03-174-26/+29
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-176-40/+23
* net: Convert ip_vs_ftp_opsKirill Tkhai2018-03-171-0/+1
* net: Convert ipvs_core_dev_opsKirill Tkhai2018-03-171-0/+1
* net: Convert ipvs_core_opsKirill Tkhai2018-03-171-0/+1
* net: Convert ovs_net_opsKirill Tkhai2018-03-171-0/+1
* net: Convert mpls_net_opsKirill Tkhai2018-03-171-0/+1
* net: Convert l2tp_net_opsKirill Tkhai2018-03-171-0/+1
* net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung2018-03-161-1/+4
* tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-1/+2
* net/smc: enable ipv6 support for smcKarsten Graul2018-03-162-17/+51
* net/smc: add ipv6 support to CLC layerKarsten Graul2018-03-162-17/+105
* net/smc: restructure netinfo for CLC proposal msgsKarsten Graul2018-03-163-36/+82
* net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai2018-03-161-1/+2
* net: Add rtnl_lock_killable()Kirill Tkhai2018-03-161-0/+6
* udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-163-77/+93
* net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern2018-03-161-0/+15
* net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-166-17/+41
* net/ipv6: Refactor gateway validation on route addDavid Ahern2018-03-161-54/+66