summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2025-09-09ppp: fix memory leak in pad_compress_skbQingfang Deng
2025-08-28ppp: fix race conditions in ppp_fill_forward_pathQingfang Deng
2025-08-28pptp: fix pptp_xmit() error pathEric Dumazet
2025-08-28pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet
2025-05-02net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte
2025-03-13ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen
2024-10-17ppp: fix ppp_async_encode() illegal accessEric Dumazet
2024-10-17ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet
2024-07-18ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov
2024-02-23ppp_async: limit MRU to 64KEric Dumazet
2023-11-28ppp: limit MRU to 64KWillem de Bruijn
2023-11-28tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida
2023-07-23pptp: Fix fib lookup calls.Guillaume Nault
2022-12-31ppp: associate skb with a device at txStanislav Fomichev
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-01-27ppp: ensure minimum packet size in ppp_write()Eric Dumazet
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