summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2019-03-19pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-09-17pppoe: fix reception of frames with no mac headerGuillaume Nault
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
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
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-23pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01ppp: Destroy the mutex when cleanupGao Feng
2017-10-29ppp: allow usage in namespacesMatteo Croce
2017-10-22drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-06ppp: fix race in ppp device destructionGuillaume Nault
2017-10-01ppp: fix __percpu annotationGuillaume Nault
2017-08-08ppp: fix xmit recursion detection on ppp channelsGuillaume Nault
2017-07-31ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng
2017-07-18ppp: Fix false xmit recursion detect with two ppp devicesGao Feng
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-18pptp: Remove unused variable in pptp_release()Christos Gkekas
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-06ppp: mppe: Use vsnprintf extension %phNJoe Perches