aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby2-4/+2
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2-2/+2
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby2-2/+4
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-3/+47
2021-03-30ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong1-1/+0
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2-0/+45
2021-03-17net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury1-2/+2
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby2-2/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+4
2021-02-02ppp: use new tasklet APIEmil Renner Berthing2-8/+8
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman1-3/+9
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-nextGreg Kroah-Hartman2-2/+4
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2-2/+4
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann1-5/+3
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin1-3/+149
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2-4/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-12/+12
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-05-14pppoe: only process PADT targeted at local interfacesGuillaume Nault1-0/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber1-2/+3
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang1-2/+0
2019-12-09ppp: Adjust indentation into ppp_async_inputNathan Chancellor1-9/+9
2019-12-07pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki1-2/+0
2019-12-05ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers1-2/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-81/+164
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann1-0/+4
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann1-5/+14
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro1-15/+38
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro1-61/+108
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+2
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann3-0/+19
2019-07-12ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers1-1/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-85/+15
2019-06-22ppp: mppe: Add softdep to arc4Takashi Iwai1-0/+1
2019-06-20ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2-85/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-33/+6
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1