summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-4/+10
|\
| * pppoe: fix memory corruption in padt work structureGuillaume Nault2015-12-041-4/+10
* | pppox: use standard module auto-loading featureGuillaume Nault2015-12-031-1/+1
* | ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2015-11-201-2/+2
* | ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault2015-11-201-20/+2
|/
* ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault2015-10-231-1/+1
* ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault2015-10-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-0/+4
|\
| * pppoe: drop pppoe device in pppoe_unbind_sock_workFelix Fietkau2015-05-111-0/+4
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
|/
* pppoe: Lacks DST MAC address checkJoakim Tjernlund2015-04-201-0/+3
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2015-03-021-1/+16
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz2014-07-141-1/+1
* ppp: slight optimization of addr comparedingtianhong2013-12-261-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+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/+1
* pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu2012-09-221-1/+1
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-191-2/+4
* pppoe: remove unused return value from two methods.Rami Rosen2012-05-171-9/+3
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+1208
OpenPOWER on IntegriCloud