summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ppp: use the correct function to check if a netdev name is in useAntoine Tenart2021-10-081-1/+1
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-5/+16
|\
| * ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár2021-08-081-4/+15
| * ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár2021-08-081-1/+1
* | ppp: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+3
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-12/+12
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-132-4/+2
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-132-2/+2
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-132-2/+4
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-132-6/+6
* | net: ppp: remove leading spaces before tabsHui Tang2021-05-211-1/+1
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-3/+47
|\
| * ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong2021-03-311-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
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-102-2/+0
|/
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-212-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-212-2/+4
* | | | ppp: use new tasklet APIEmil Renner Berthing2021-02-032-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-151-3/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | ppp: fix refcount underflow on channel unbridgeTom Parkin2021-01-091-3/+9
| |/ /
* / / ppp: clean up endianness conversionsJulian Wiedmann2021-01-091-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-202-4/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-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-281-2/+0
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-101-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-131-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-092-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