summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-20net: ppp: remove leading spaces before tabsHui Tang
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-03-30ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-03-17net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-02ppp: use new tasklet APIEmil Renner Berthing
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14pppoe: only process PADT targeted at local interfacesGuillaume Nault
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang
2019-12-09ppp: Adjust indentation into ppp_async_inputNathan Chancellor
2019-12-07pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki
2019-12-05ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann