summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-149/+1465
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud1-0/+24
2020-07-31net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-2/+1
2020-07-31l2tp: improve API documentation in l2tp_core.hTom Parkin1-14/+72
2020-07-31l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2-2/+2
2020-07-31l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2-7/+4
2020-07-31l2tp: return void from l2tp_session_deleteTom Parkin3-10/+5
2020-07-31l2tp: don't export tunnel and session free functionsTom Parkin2-47/+46
2020-07-31l2tp: don't export __l2tp_session_unhashTom Parkin2-32/+26
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller10-68/+333
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman3-3/+147
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-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez1-13/+20
2020-07-29fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez3-12/+30
2020-07-29net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-29mptcp: Safely store sequence number when sending dataMat Martineau1-1/+1
2020-07-29mptcp: Safely read sequence number when lock isn't heldMat Martineau1-1/+1
2020-07-29mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau1-3/+6
2020-07-29mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau1-1/+2
2020-07-29mptcp: Use full MPTCP-level disconnect state machineMat Martineau3-17/+92
2020-07-29mptcp: Add helper to process acks of DATA_FINMat Martineau1-8/+46
2020-07-29mptcp: Add mptcp_close_state() helperMat Martineau1-0/+27
2020-07-29mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau3-10/+115
2020-07-29mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau3-24/+18
2020-07-29mptcp: Remove outdated and incorrect commentMat Martineau1-1/+0
2020-07-29mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau1-0/+5
2020-07-29mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau1-10/+3
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig2-2/+2
2020-07-28net: remove sockptr_advanceChristoph Hellwig8-28/+30
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig1-1/+1
2020-07-28Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi1-2/+3
2020-07-28Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas1-2/+4
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri1-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri8-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri4-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri14-23/+87
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1