aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng1-3/+3
2025-08-19ppp: fix race conditions in ppp_fill_forward_pathQingfang Deng1-6/+11
2025-07-17ppp: Replace per-CPU recursion counter with lock-owner fieldSebastian Andrzej Siewior1-9/+29
2025-06-11ppp: convert to percpu netstatsQingfang Deng1-33/+19
2025-04-22ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima1-15/+10
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+19
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng1-0/+4
2025-03-04ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen1-9/+19
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-2/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-2/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2024-10-02ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-07-11ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov1-0/+15
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-1/+1
2024-03-05net: ppp: make ppp_class constantRicardo B. Marliere1-9/+9
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao1-0/+1
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-23ppp: associate skb with a device at txStanislav Fomichev1-0/+2
2022-06-17ppp: Fix typo in commentXiang wangx1-1/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-01-06ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2021-12-10ppp: add netns refcount trackerEric Dumazet1-2/+3
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart1-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+16
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár1-4/+15
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár1-1/+1
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann1-3/+3
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau1-0/+22
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin1-3/+149
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang1-2/+0
2019-12-05ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers1-2/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-81/+164
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann1-0/+4
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann1-5/+14
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro1-15/+38
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro1-61/+108
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-3/+51