summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong2021-03-301-1/+0
* net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-242-0/+45
* net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury2021-03-171-2/+2
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-202-2/+4
|\
| * Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-251-3/+9
| |\
| * \ Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-212-2/+4
| |\ \
| | * | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-202-2/+4
* | | | ppp: use new tasklet APIEmil Renner Berthing2021-02-022-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-3/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | ppp: fix refcount underflow on channel unbridgeTom Parkin2021-01-081-3/+9
| |/ /
* / / ppp: clean up endianness conversionsJulian Wiedmann2021-01-081-5/+3
|/ /
* / ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin2020-12-101-3/+149
|/
* 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
| |/