summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/ppp_generic.c
AgeCommit message (Expand)Author
2024-03-05net: ppp: make ppp_class constantRicardo B. Marliere
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-23ppp: associate skb with a device at txStanislav Fomichev
2022-06-17ppp: Fix typo in commentXiang wangx
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06ppp: ensure minimum packet size in ppp_write()Eric Dumazet
2021-12-10ppp: add netns refcount trackerEric Dumazet
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang
2019-12-05ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault
2018-02-27net: Convert ppp_net_opsKirill Tkhai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-14ppp: exit_net cleanup checks addedVasily Averin
2017-11-01ppp: Destroy the mutex when cleanupGao Feng
2017-10-29ppp: allow usage in namespacesMatteo Croce
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova