summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-192-4/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-0/+3
|\
| * pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-05-141-0/+3
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+2
|/
* pptp: support sockets bound to an interfaceUlrich Weber2020-01-151-2/+3
* ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang2019-12-271-2/+0
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-091-9/+9
* pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
* ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers2019-12-051-2/+3
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-81/+164
|\
| * compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-231-0/+4
| * compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-231-5/+14
| * compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-231-15/+38
| * compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-231-61/+108
* | net: core: add generic lockdep keysTaehee Yoo2019-10-241-2/+0
|/
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+2
* ppp: Fix memory leak in ppp_writeTakeshi Misawa2019-09-251-0/+2
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-303-0/+19
* ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers2019-07-121-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-082-85/+15
|\
| * ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2019-06-202-85/+15
* | ppp: mppe: Add softdep to arc4Takashi Iwai2019-06-221-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-33/+6
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\ \
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/
* / ppp: deflate: Fix possible crash in deflate_initYueHaibing2019-05-141-6/+14
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-131-0/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
* ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-204-20/+62
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-141-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-13/+14
|\
| * ppp: mppe: Remove VLA usage of skcipherKees Cook2018-09-281-13/+14
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-0/+3
|\ \
| * | pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-171-0/+3
| |/
* / ppp: Remove direct skb_queue_head list pointer access.David S. Miller2018-09-101-1/+1
|/
* 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