summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorFilesLines
2024-07-18ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov1-0/+15
2024-02-23ppp_async: limit MRU to 64KEric Dumazet1-0/+4
2023-11-28ppp: limit MRU to 64KWillem de Bruijn1-0/+4
2023-11-28tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida1-1/+1
2023-01-18ppp: associate skb with a device at txStanislav Fomichev1-0/+2
2022-01-27ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2021-08-26ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár1-1/+1
2021-08-15ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár1-4/+15
2020-05-20pppoe: only process PADT targeted at local interfacesGuillaume Nault1-0/+3
2020-02-11ppp: Adjust indentation into ppp_async_inputNathan Chancellor1-9/+9
2019-10-05ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-08-09compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann3-0/+19
2019-07-21ppp: mppe: Add softdep to arc4Takashi Iwai1-0/+1
2019-05-25ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-03-19pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2018-09-17pppoe: fix reception of frames with no mac headerGuillaume Nault1-0/+3
2018-08-03ppp: mppe: Remove VLA usageKees Cook1-26/+30
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-16/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-05-25ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-16/+2
2018-04-24pppoe: check sockaddr length in pppoe_connect()Guillaume Nault1-0/+4
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet1-1/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai2-2/+0
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+14
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault1-12/+14
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2018-03-05ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault1-0/+9
2018-02-27net: Convert ppp_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko2-8/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+4
2018-01-24pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault1-5/+6
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault1-2/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-4/+4
2017-11-14ppp: exit_net cleanup checks addedVasily Averin1-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01ppp: Destroy the mutex when cleanupGao Feng1-0/+1
2017-10-29ppp: allow usage in namespacesMatteo Croce1-1/+1
2017-10-22drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova1-5/+6
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova1-10/+11