aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang1-2/+0
2019-12-09ppp: Adjust indentation into ppp_async_inputNathan Chancellor1-9/+9
2019-12-07pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki1-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-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+2
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann3-0/+19
2019-07-12ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers1-1/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-85/+15
2019-06-22ppp: mppe: Add softdep to arc4Takashi Iwai1-0/+1
2019-06-20ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2-85/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-33/+6
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko4-20/+62
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann1-4/+4
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-13/+14
2018-09-28ppp: mppe: Remove VLA usage of skcipherKees Cook1-13/+14
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-09-17pppoe: fix reception of frames with no mac headerGuillaume Nault1-0/+3
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-1/+1
2018-08-03ppp: mppe: Remove VLA usageKees Cook1-26/+30
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-16/+2
2018-04-23pppoe: check sockaddr length in pppoe_connect()Guillaume Nault1-0/+4
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet1-1/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai2-2/+0
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches2-2/+2
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-04ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault1-0/+9