summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
* pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-171-0/+3
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2Star
|/
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-241-0/+4
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+2Star
* pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-241-5/+6
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* pppoe: fix reference counting in PPPoE proxyGuillaume Nault2016-02-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-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/+2Star
|/
* 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/+0Star
* 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-211-2/+0Star
* 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/+3Star
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-051-1/+1
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+1208