summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | ppp: deflate: Fix possible crash in deflate_initYueHaibing2019-05-14
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-13
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-18
* ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-20
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-14
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-25
|\
| * ppp: mppe: Remove VLA usage of skcipherKees Cook2018-09-28
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-18
|\ \
| * | pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-17
| |/
* / ppp: Remove direct skb_queue_head list pointer access.David S. Miller2018-09-10
|/
* ppp: mppe: Remove VLA usageKees Cook2018-08-03
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-12
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
| * net: remove sock_no_pollChristoph Hellwig2018-05-26
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-16
| |/
* / ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-24
|/
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-23
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-04
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * ppp: avoid loop in xmit recursion detection codeGuillaume Nault2018-03-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\|
| * ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-04
* | net: Convert ppp_net_opsKirill Tkhai2018-02-27
* | 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
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-23
* | ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-15
|/
* ppp: exit_net cleanup checks addedVasily Averin2017-11-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | ppp: Destroy the mutex when cleanupGao Feng2017-11-01
* | ppp: allow usage in namespacesMatteo Croce2017-10-28
* | drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova2017-10-21
* | drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova2017-10-21
* | drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_tElena Reshetova2017-10-21
|/
* ppp: fix race in ppp device destructionGuillaume Nault2017-10-06