summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: improve API documentation in l2tp_core.hTom Parkin2020-07-301-14/+72
* 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
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-241-1/+3
* l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-241-2/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-3/+4
* l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-241-1/+5
* l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-241-3/+7
* l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-241-2/+0
* l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-1/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-241-1/+4
* l2tp: avoid multiple assignmentsTom Parkin2020-07-243-9/+15
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* l2tp: cleanup kzalloc callsTom Parkin2020-07-231-2/+2
* l2tp: cleanup netlink tunnel create address handlingTom Parkin2020-07-231-24/+33
* l2tp: cleanup netlink send of tunnel address informationTom Parkin2020-07-231-56/+70
* l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin2020-07-231-3/+5
* l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-232-17/+12
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-236-48/+47
* l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin2020-07-221-1/+1
* l2tp: line-break long function prototypesTom Parkin2020-07-221-2/+4
* l2tp: prefer seq_puts for unformatted outputTom Parkin2020-07-221-2/+2
* l2tp: prefer using BIT macroTom Parkin2020-07-221-2/+2
* l2tp: add identifier name in function pointer prototypeTom Parkin2020-07-221-1/+1
* l2tp: cleanup suspect code indentTom Parkin2020-07-221-2/+2
* l2tp: cleanup wonky alignment of line-broken function callsTom Parkin2020-07-223-8/+8
* l2tp: cleanup difficult-to-read line breaksTom Parkin2020-07-222-44/+31
* l2tp: cleanup commentsTom Parkin2020-07-228-68/+47
* l2tp: cleanup whitespace useTom Parkin2020-07-227-48/+48
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-192-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-4/+1
|\
| * l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-081-4/+1
* | l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-313-15/+47
|\
| * l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-05-301-0/+3
| * l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-05-302-15/+44
* | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
|/
* l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
* l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-02-041-1/+6
* l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang2020-01-031-2/+0
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-1/+0