summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki-2/+2
2020-07-30devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski-6/+18
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells-12/+28
2020-07-30l2tp: improve API documentation in l2tp_core.hTom Parkin-14/+72
2020-07-30l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin-2/+2
2020-07-30l2tp: remove build_header callback in struct l2tp_sessionTom Parkin-7/+4
2020-07-30l2tp: return void from l2tp_session_deleteTom Parkin-10/+5
2020-07-30l2tp: don't export tunnel and session free functionsTom Parkin-47/+46
2020-07-30l2tp: don't export __l2tp_session_unhashTom Parkin-32/+26
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang-5/+13
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig-1/+1
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev-0/+13
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-2/+2
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-68/+333
2020-07-30Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud-7/+19
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-2/+2
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman-3/+147
2020-07-30mac80211: remove STA txq pending airtime underflow warningFelix Fietkau-3/+1
2020-07-30mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan-3/+4
2020-07-30cfg80211: check vendor command doit pointer before useJulian Squires-3/+3
2020-07-30mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel-0/+1
2020-07-30mac80211: mesh: Free ie data when leaving meshRemi Pommarel-0/+1
2020-07-30mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan-0/+17
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman-0/+8
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman-14/+47
2020-07-30Bluetooth: Let controller creates RPA during le create connSathish Narasimman-1/+7
2020-07-30Bluetooth: Translate additional address type during le_connSathish Narasimman-0/+16
2020-07-30Bluetooth: Update resolving list when updating whitelistMarcel Holtmann-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann-3/+23
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann-0/+9
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca-0/+6
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca-1/+24
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez-13/+20
2020-07-29Merge tag '9p-for-5.8-2' of git://github.com/martinetd/linux into masterLinus Torvalds-9/+30
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel-0/+1
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel-1/+1
2020-07-29netfilter: ip6tables: Remove redundant null checksGaurav Singh-8/+4
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov-9/+9
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish-5/+5
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish-2/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish-2/+3
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez-12/+30
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang-4/+4
2020-07-28ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang-4/+4
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau-1/+1
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau-1/+1
2020-07-28mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau-3/+6
2020-07-28mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau-1/+2
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau-17/+92
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau-8/+46