summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2020-07-302-2/+2
* l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2020-07-302-7/+4
* l2tp: return void from l2tp_session_deleteTom Parkin2020-07-303-10/+5
* l2tp: don't export tunnel and session free functionsTom Parkin2020-07-302-47/+46
* l2tp: don't export __l2tp_session_unhashTom Parkin2020-07-302-32/+26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-3010-68/+333
|\
| * xfrm: Make the policy hold queue work with VTI.Steffen Klassert2020-07-213-2/+21
| * ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long2020-07-171-4/+4
| * xfrm: interface: use IS_REACHABLE to avoid some compile errorsXin Long2020-07-171-8/+8
| * xfrm: interface: not xfrmi_ipv6/ipip_handler twiceXin Long2020-07-141-4/+18
| * ip6_vti: not register vti_ipv6_handler twiceXin Long2020-07-141-3/+10
| * ip_vti: not register vti_ipip_handler twiceXin Long2020-07-141-3/+10
| * xfrm interface: store xfrmi contexts in a hash by if_idEyal Birger2020-07-131-9/+20
| * xfrm interface: avoid xi lookup in xfrmi_decode_session()Eyal Birger2020-07-131-10/+13
| * xfrm: interface: support IPIP and IPIP6 tunnels processing with .cb_handlerXin Long2020-07-091-0/+32
| * xfrm: interface: support IP6IP6 and IP6IP tunnels processing with .cb_handlerXin Long2020-07-091-0/+38
| * ipcomp: assign if_id to child tunnel from parent tunnelXin Long2020-07-092-0/+2
| * ip6_vti: support IP6IP tunnel processingXin Long2020-07-091-2/+8
| * ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long2020-07-091-0/+33
| * ip_vti: support IPIP6 tunnel processingXin Long2020-07-091-2/+14
| * ip_vti: support IPIP tunnel processing with .cb_handlerXin Long2020-07-091-30/+21
| * tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long2020-07-091-0/+41
| * tunnel4: add cb_handler to struct xfrm_tunnelXin Long2020-07-091-0/+43
| * xfrm: add is_ipip to struct xfrm_input_afinfoXin Long2020-07-091-11/+13
| * xfrm: introduce oseq-may-wrap flagPetr Vaněk2020-06-241-4/+8
* | fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
* | fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-283-12/+30
* | net_sched: initialize timer earlier in red_init()Cong Wang2020-07-281-4/+4
* | mptcp: Safely store sequence number when sending dataMat Martineau2020-07-281-1/+1
* | mptcp: Safely read sequence number when lock isn't heldMat Martineau2020-07-281-1/+1
* | mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau2020-07-281-3/+6
* | mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau2020-07-281-1/+2
* | mptcp: Use full MPTCP-level disconnect state machineMat Martineau2020-07-283-17/+92
* | mptcp: Add helper to process acks of DATA_FINMat Martineau2020-07-281-8/+46
* | mptcp: Add mptcp_close_state() helperMat Martineau2020-07-281-0/+27
* | mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau2020-07-283-10/+115
* | mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau2020-07-283-24/+18
* | mptcp: Remove outdated and incorrect commentMat Martineau2020-07-281-1/+0
* | mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau2020-07-281-0/+5
* | mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau2020-07-281-10/+3
* | net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-282-2/+2
* | net: remove sockptr_advanceChristoph Hellwig2020-07-288-28/+30
* | netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig2020-07-281-1/+1
* | net: prp: enhance debugfs to display PRP infoMurali Karicheri2020-07-271-9/+22
* | net: prp: add packet handling supportMurali Karicheri2020-07-278-88/+433
* | net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri2020-07-274-28/+55
* | net: prp: add supervision frame generation utility functionMurali Karicheri2020-07-273-2/+88
* | net: hsr: introduce protocol specific function pointersMurali Karicheri2020-07-272-31/+45
* | net: hsr: introduce common code for skb initializationMurali Karicheri2020-07-271-13/+28
* | hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-2714-23/+87