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