summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: memcpy_from_msg()Al Viro2014-11-241-2/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-051-1/+2
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-141-2/+2
* l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-5/+8
|\
| * l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
| * l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-061-0/+1
* | net: remove unnecessary return'sstephen hemminger2014-02-131-3/+0
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+4
|\
| * l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet2013-10-111-0/+4
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-6/+6
|/
* l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-021-1/+2
* l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-131-1/+1
* l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-131-2/+2
* l2tp: unhash l2tp sessions on delete, not on freeTom Parkin2013-03-201-9/+3
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-201-23/+23
* l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10
* l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* l2tp: dont play with skb->truesizeEric Dumazet2013-02-081-6/+0
* net: Remove casts to same typeJoe Perches2012-06-041-4/+4
* net: l2tp: Standardize logging stylesJoe Perches2012-05-171-65/+63
* l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman2012-05-011-8/+28
* net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2012-04-281-1/+41
* l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise2012-03-211-0/+1
* Fix pppol2tp getsockname()Benjamin LaHaise2012-03-201-1/+1
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* l2tp: give proper headroom in pppol2tp_xmit()Eric Dumazet2011-10-181-1/+8
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: constify some ppp/pptp structsEric Dumazet2010-09-211-1/+1
* ppp: make channel_ops conststephen hemminger2010-08-041-1/+4
* l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller2010-04-031-2/+2
* l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman2010-04-031-0/+17
* l2tp: Add netlink control API for L2TPJames Chapman2010-04-031-23/+139
* l2tp: Add L2TPv3 IP encapsulation (no UDP) supportJames Chapman2010-04-031-2/+5
* l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman2010-04-031-46/+74
* l2tp: Add L2TPv3 protocol supportJames Chapman2010-04-031-5/+16
* l2tp: Add ppp device name to L2TP ppp session dataJames Chapman2010-04-031-0/+4
* l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman2010-04-031-0/+1658
OpenPOWER on IntegriCloud