summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.c
AgeCommit message (Expand)AuthorLines
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou-14/+10
2014-09-05l2tp: fix missing line continuationAndy Zhou-1/+1
2014-09-01l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert-0/+2
2014-07-14l2tp: Call udp_sock_createTom Herbert-59/+27
2014-06-04l2tp: call udp{6}_set_csumTom Herbert-49/+5
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert-1/+8
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert-2/+2
2014-05-12net: rename local_df to ignore_dfWANG Cong-1/+1
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert-56/+1
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet-2/+2
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-23/+1
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen-1/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-03-10l2tp: fix unused variable warningEric Dumazet-2/+1
2014-03-07l2tp: keep original skb ownershipEric Dumazet-21/+2
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault-2/+2
2014-02-13net: remove unnecessary return'sstephen hemminger-2/+0
2014-01-13l2tp: make local functions staticstephen hemminger-4/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet-5/+5
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller-5/+8
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul-4/+23
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman-5/+31
2013-07-02l2tp: make datapath sequence number support RFC-compliantJames Chapman-5/+31
2013-07-02l2tp: do data sequence number handling in a separate funcJames Chapman-20/+34
2013-03-22l2tp: calling the ref() instead of deref()Dan Carpenter-1/+1
2013-03-20l2tp: unhash l2tp sessions on delete, not on freeTom Parkin-41/+34
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin-56/+19
2013-03-20l2tp: purge session reorder queue on deleteTom Parkin-0/+4
2013-03-20l2tp: add session reorder queue purge function to coreTom Parkin-0/+17
2013-03-20l2tp: don't BUG_ON sk_socket being NULLTom Parkin-8/+10
2013-03-20l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin-0/+2
2013-03-20l2tp: close sessions before initiating tunnel deleteTom Parkin-0/+1
2013-03-20l2tp: export l2tp_tunnel_closeallTom Parkin-2/+2
2013-03-20l2tp: add udp encap socket destroy handlerTom Parkin-0/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-8/+4
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+0
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet-6/+0
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin-33/+54
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin-2/+9
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin-44/+59
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin-11/+65
2012-09-04l2tp: fix a lockdep splatEric Dumazet-0/+4
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru-2/+1
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet-5/+6
2012-05-17net: l2tp: Standardize logging stylesJoe Perches-115/+101
2012-05-10l2tp: fix data packet sequence number handlingJames Chapman-1/+1
2012-05-10l2tp: fix reorder timeout recoveryJames Chapman-0/+9
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman-22/+50
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston-17/+61