aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2018-04-29pppoe: check sockaddr length in pppoe_connect()Guillaume Nault
2018-04-13pptp: remove a buggy dst release in pptp_connect()Eric Dumazet
2018-03-31ppp: avoid loop in xmit recursion detection codeGuillaume Nault
2018-03-11ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault
2018-01-31ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2018-01-31pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
2017-12-20ppp: Destroy the mutex when cleanupGao Feng
2017-11-18ppp: fix race in ppp device destructionGuillaume Nault
2017-08-12ppp: fix xmit recursion detection on ppp channelsGuillaume Nault
2017-08-12ppp: Fix false xmit recursion detect with two ppp devicesGao Feng
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
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ppp: Cache net in pptp_xmitEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-05ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault