summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert fib6_rules_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ipv6_inetpeer_opsKirill Tkhai1-0/+1
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai4-0/+5
2018-02-19net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai3-0/+3
2018-02-19net: Convert ip6mr_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert cfg80211_pernet_opsKirill Tkhai1-0/+1
2018-02-19net: Convert inet6_net_opsKirill Tkhai1-0/+1
2018-02-19netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet1-3/+6
2018-02-19mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer1-3/+1
2018-02-19mac80211: Do not disconnect on invalid operating classIlan Peer1-4/+3
2018-02-19cfg80211: clear wep keys after disconnectionAvraham Stern1-0/+2
2018-02-19mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-02-19mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty3-2/+19
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty2-3/+7
2018-02-19mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King1-1/+1
2018-02-19nl80211: Fix external_auth check for offloaded authenticationSrinivas Dasari1-1/+1
2018-02-19nl80211: remove unnecessary genlmsg_cancel() callsJohannes Berg1-28/+0
2018-02-19cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-02-17net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-17sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long1-3/+2
2018-02-17rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-02-17net: sched: act: mirred: add extack supportAlexander Aring1-4/+11
2018-02-17net: sched: act: handle extack in tcf_generic_walkerAlexander Aring17-19/+21
2018-02-17net: sched: act: add extack for walk callbackAlexander Aring17-19/+36
2018-02-17net: sched: act: add extack for lookup callbackAlexander Aring17-18/+35
2018-02-17net: sched: act: add extack to init callbackAlexander Aring17-19/+23
2018-02-17net: sched: act: handle generic action errorsAlexander Aring1-32/+61
2018-02-17net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-17net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-17rds: zerocopy Tx support.Sowmini Varadhan3-8/+90
2018-02-17rds: support for zcopy completion notificationSowmini Varadhan4-7/+94
2018-02-17sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-17rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2-7/+8
2018-02-17skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan1-2/+4
2018-02-17net: Revert sched action extack support series.David S. Miller3-22/+17
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev2-0/+10
2018-02-16dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-16net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-16net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti1-1/+3
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy7-259/+258
2018-02-16tipc: separate topology server listener socket from subcsriber socketsJon Maloy1-181/+147
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy5-128/+110
2018-02-16tipc: some prefix changesJon Maloy4-56/+54
2018-02-16tipc: collapse subscription creation functionsJon Maloy4-43/+22
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy5-102/+86
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy5-149/+88
2018-02-16tipc: eliminate struct tipc_subscriberJon Maloy4-207/+146