aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
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
2017-06-01ppp: remove unnecessary bh disable in xmit pathGao Feng
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-08-31ppp: declare PPP devices as LLTXGuillaume Nault
2016-08-31ppp: avoid dealock on recursive xmitGuillaume Nault
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng
2016-08-09ppp: build ifname using unit identifier for rtnl based devicesGuillaume Nault
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-08ppp: defer netns reference release for ppp channelWANG Cong
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault
2016-04-29ppp: define reusable device creation functionsGuillaume Nault
2016-03-23ppp: take reference on channels netnsGuillaume Nault
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16ppp: ensure file->private_data can't be overriddenGuillaume Nault
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07ppp: release rtnl mutex when interface creation failsGuillaume Nault
2016-03-01ppp: lock ppp->flags in ppp_read() and ppp_poll()Guillaume Nault
2016-02-24ppp: clarify parsing of user supplied data in ppp_set_compress()Guillaume Nault
2016-02-17pppoe: fix reference counting in PPPoE proxyGuillaume Nault
2016-01-27ppp_mppe: Use skcipher and ahashHerbert Xu
2016-01-24pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong
2015-12-14ppp: declare ppp devices as enumerated interfacesGuillaume Nault
2015-12-14ppp: define "ppp" device typeGuillaume Nault
2015-12-04pppoe: fix memory corruption in padt work structureGuillaume Nault
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault