summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia2024-02-151-14/+9
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* net: ppp: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-181-2/+2
* net/pppoe: make number of hash bits configurableJaco Kroon2023-05-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+1
|\
| * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-0/+1
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
|/
* net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-241-0/+23
* net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury2021-03-171-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-05-141-0/+3
* pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* 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/+2
|/
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-231-0/+4
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* 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/+2
* pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-231-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-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