summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+1
|\
| * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-0/+1
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
|/
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-122-4/+2
|\
| * tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-252-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+6
|\ \
| * | ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-061-1/+6
| |/
* / ppp: add netns refcount trackerEric Dumazet2021-12-101-2/+3
|/
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-042-8/+6
|\
| * tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-222-2/+2
| * tty: remove file from tty_mode_ioctlJiri Slaby2021-09-222-2/+2
| * tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-222-4/+2
* | 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-201-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-301-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-202-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-202-2/+4
* | | | ppp: use new tasklet APIEmil Renner Berthing2021-02-022-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-3/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | ppp: fix refcount underflow on channel unbridgeTom Parkin2021-01-081-3/+9
| |/ /
* / / ppp: clean up endianness conversionsJulian Wiedmann2021-01-081-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-192-4/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-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-271-2/+0
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-091-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
|\