summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/pppoe.c
Commit message (Expand)AuthorAge
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-23
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-27
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-23
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* pppoe: fix reference counting in PPPoE proxyGuillaume Nault2016-02-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
|\
| * pppoe: fix memory corruption in padt work structureGuillaume Nault2015-12-04
* | pppox: use standard module auto-loading featureGuillaume Nault2015-12-03
* | ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2015-11-20
* | ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault2015-11-20
|/
* ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault2015-10-23
* ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault2015-10-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
|\
| * pppoe: drop pppoe device in pppoe_unbind_sock_workFelix Fietkau2015-05-11
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
|/
* pppoe: Lacks DST MAC address checkJoakim Tjernlund2015-04-20
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz2014-07-14
* ppp: slight optimization of addr comparedingtianhong2013-12-26
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu2012-09-22
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-19
* pppoe: remove unused return value from two methods.Rami Rosen2012-05-17
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-04
* ppp: Move the PPP driversJeff Kirsher2011-08-27