summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: associate skb with a device at txStanislav Fomichev2023-01-181-0/+2
* ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-271-1/+6
* ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár2021-08-261-1/+1
* ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár2021-08-151-4/+15
* pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-05-201-0/+3
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2020-02-111-9/+9
* ppp: Fix memory leak in ppp_writeTakeshi Misawa2019-10-051-0/+2
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-093-0/+19
* ppp: mppe: Add softdep to arc4Takashi Iwai2019-07-211-0/+1
* ppp: deflate: Fix possible crash in deflate_initYueHaibing2019-05-251-6/+14
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-191-0/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-171-0/+3
* ppp: mppe: Remove VLA usageKees Cook2018-08-031-26/+30
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+2
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-2/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-16/+2
|\ \
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2
| |/
* | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-241-22/+5
|/
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-231-0/+4
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-041-1/+0
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-272-2/+0
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-262-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-12/+14
|\
| * ppp: avoid loop in xmit recursion detection codeGuillaume Nault2018-03-221-12/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+9
|\ \ | |/
| * ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-041-0/+9
* | net: Convert ppp_net_opsKirill Tkhai2018-02-271-0/+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-122-8/+4
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-4/+4
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-4/+4
* | pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-231-5/+6
* | ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-151-2/+3
|/
* ppp: exit_net cleanup checks addedVasily Averin2017-11-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | ppp: Destroy the mutex when cleanupGao Feng2017-11-011-0/+1
* | ppp: allow usage in namespacesMatteo Croce2017-10-291-1/+1
* | drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-5/+6
* | drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-10/+11
* | drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-5/+5
|/
* ppp: fix race in ppp device destructionGuillaume Nault2017-10-061-0/+20
* ppp: fix __percpu annotationGuillaume Nault2017-10-011-1/+1
* ppp: fix xmit recursion detection on ppp channelsGuillaume Nault2017-08-081-8/+10