aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2-5/+11
2018-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss1-0/+54
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss4-0/+52
2018-03-29cfg80211: don't require RTNL held for regdomain readsJohannes Berg1-2/+2
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss1-7/+141
2018-03-29nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior2-0/+4
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior3-21/+9
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior3-26/+16
2018-03-29cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior1-11/+32
2018-03-29cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed1-2/+7
2018-03-29cfg80211: fix CAC_STARTED event handlingDmitry Lebed1-1/+1
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org3-2/+35
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org3-1/+19
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu4-3/+7
2018-03-21cfg80211/nl80211: add DFS offload flagDmitry Lebed1-4/+8
2018-03-21cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed1-2/+5
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni3-77/+93
2018-03-17sctp: use proc_remove_subtree()Al Viro3-130/+27
2018-03-17rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan1-8/+9
2018-03-17tipc: some name changesJon Maloy5-103/+106
2018-03-17tipc: merge two lists in struct publicationJon Maloy2-13/+12
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy2-76/+30
2018-03-17tipc: remove zone publication list in name tableJon Maloy4-26/+29
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy6-40/+23
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ovs_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert mpls_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert l2tp_net_opsKirill Tkhai1-0/+1
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung1-1/+4
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+2
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul2-17/+51
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul2-17/+105
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul3-36/+82
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai1-1/+2
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai1-0/+6
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang3-77/+93
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern6-17/+41
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-16rxrpc: remove redundant initialization of variable 'len'Colin Ian King1-1/+1
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman1-13/+13
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2-8/+2
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long2-2/+54
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long4-3/+52
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long2-3/+74
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long2-1/+33
2018-03-14sctp: add refcnt support for sh_keyXin Long6-52/+89
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul1-7/+13