aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl1-1/+6
2018-02-20x25: use %*ph to print small bufferAntonio Cardace1-2/+1
2018-02-20devlink: Move size validation to coreArkadi Sharshevsky1-5/+27
2018-02-20net: Queue net_cleanup_work only if there is first net addedKirill Tkhai1-2/+2
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai1-14/+6
2018-02-20net: Kill net_mutexKirill Tkhai1-21/+32
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-126/+240
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-125/+238
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni1-1/+1
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy1-3/+4
2018-02-19net: Convert iptable_filter_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai3-0/+3
2018-02-19net: Convert ip6_frags_opsKirill Tkhai1-0/+1
2018-02-19net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_opsKirill Tkhai3-0/+3
2018-02-19net: Convert xfrm6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ip6_flowlabel_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ping_v6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ipv6_sysctl_net_opsKirill Tkhai1-0/+1
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 and ip6_route_net_late_opsKirill 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-16net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-16sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long1-3/+2
2018-02-16rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-02-16net: sched: act: mirred: add extack supportAlexander Aring1-4/+11
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring17-19/+21
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring17-19/+36
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring17-18/+35
2018-02-16net: sched: act: add extack to init callbackAlexander Aring17-19/+23
2018-02-16net: sched: act: handle generic action errorsAlexander Aring1-32/+61
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-16rds: zerocopy Tx support.Sowmini Varadhan3-8/+90