summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorLines
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-23ppp: associate skb with a device at txStanislav Fomichev-0/+2
2022-06-17ppp: Fix typo in commentXiang wangx-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau-0/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-2/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-4/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2022-01-06ppp: ensure minimum packet size in ppp_write()Eric Dumazet-1/+6
2021-12-10ppp: add netns refcount trackerEric Dumazet-2/+3
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby-4/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+6
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart-1/+1
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby-2/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby-2/+2
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby-4/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+16
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár-4/+15
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár-1/+1
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann-3/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+12
2021-05-20net: ppp: remove leading spaces before tabsHui Tang-1/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby-4/+2
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby-2/+2
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby-2/+4
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+47
2021-03-30ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong-1/+0
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau-0/+45
2021-03-17net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury-2/+2
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby-2/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+4
2021-02-02ppp: use new tasklet APIEmil Renner Berthing-8/+8
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman-3/+9
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman-2/+4
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds-2/+4
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+9
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann-5/+3
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin-3/+9
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin-3/+149
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig-4/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-12/+12
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2020-05-14pppoe: only process PADT targeted at local interfacesGuillaume Nault-0/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+2
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber-2/+3
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang-2/+0