summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing6-2/+53
2020-07-31cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach1-0/+10
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva16-43/+42
2020-07-31nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET1-8/+11
2020-07-31nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET1-21/+10
2020-07-31cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires1-1/+1
2020-07-31mac80211: remove the need for variable rates_idxColin Ian King1-3/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen7-3/+59
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud1-0/+24
2020-07-30Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin...David S. Miller7-9/+27
2020-07-30net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-2/+1
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2-2/+2
2020-07-30devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski1-6/+18
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-07-30l2tp: improve API documentation in l2tp_core.hTom Parkin1-14/+72
2020-07-30l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2-2/+2
2020-07-30l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2-7/+4
2020-07-30l2tp: return void from l2tp_session_deleteTom Parkin3-10/+5
2020-07-30l2tp: don't export tunnel and session free functionsTom Parkin2-47/+46
2020-07-30l2tp: don't export __l2tp_session_unhashTom Parkin2-32/+26
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2-5/+13
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig1-1/+1
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev2-0/+13
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+2
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller10-68/+333
2020-07-30Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud1-7/+19
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2-2/+2
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman3-3/+147
2020-07-30mac80211: remove STA txq pending airtime underflow warningFelix Fietkau1-3/+1
2020-07-30mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan1-3/+4
2020-07-30cfg80211: check vendor command doit pointer before useJulian Squires1-3/+3
2020-07-30mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel1-0/+1
2020-07-30mac80211: mesh: Free ie data when leaving meshRemi Pommarel1-0/+1
2020-07-30mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2-0/+17
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman1-0/+8
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman5-14/+47
2020-07-30Bluetooth: Let controller creates RPA during le create connSathish Narasimman1-1/+7
2020-07-30Bluetooth: Translate additional address type during le_connSathish Narasimman1-0/+16
2020-07-30Bluetooth: Update resolving list when updating whitelistMarcel Holtmann1-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann1-3/+23
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann1-0/+9
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca1-0/+6
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca1-1/+24
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez1-13/+20
2020-07-29Merge tag '9p-for-5.8-2' of git://github.com/martinetd/linux into masterLinus Torvalds1-9/+30
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel1-0/+1
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+1
2020-07-29netfilter: ip6tables: Remove redundant null checksGaurav Singh4-8/+4
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov8-9/+9
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez3-12/+30