summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/ppp_generic.c
AgeCommit message (Expand)AuthorFilesLines
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-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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-18ppp: Fix typo in commentXiang wangx1-1/+1
2022-01-10Merge 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-09ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2020-12-11ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin1-3/+149
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2019-12-28ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang1-2/+0
2019-12-06ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers1-2/+3
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-81/+164
2019-10-25net: 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-21ppp: Move PFC decompression to PPP generic layerSam Protsenko1-3/+51
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-1/+1
2018-05-25ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+14
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault1-12/+14
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2018-03-05ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault1-0/+9
2018-02-27net: Convert ppp_net_opsKirill Tkhai1-0/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault1-2/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14ppp: exit_net cleanup checks addedVasily Averin1-0/+2
2017-11-01ppp: Destroy the mutex when cleanupGao Feng1-0/+1
2017-10-29ppp: allow usage in namespacesMatteo Croce1-1/+1
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova1-10/+11
2017-10-06ppp: fix race in ppp device destructionGuillaume Nault1-0/+20
2017-10-01ppp: fix __percpu annotationGuillaume Nault1-1/+1