summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2019-12-07pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki
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-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann
2019-07-12ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-22ppp: mppe: Add softdep to arc4Takashi Iwai
2019-06-20ppp: mppe: switch to RC4 library interfaceArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14ppp: deflate: Fix possible crash in deflate_initYueHaibing
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-09-28ppp: mppe: Remove VLA usage of skcipherKees Cook
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17pppoe: fix reception of frames with no mac headerGuillaume Nault
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller
2018-08-03ppp: mppe: Remove VLA usageKees Cook
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-23pppoe: check sockaddr length in pppoe_connect()Guillaume Nault
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet
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-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai