summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_generic.c
Commit message (Expand)AuthorAgeFilesLines
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-6/+16
|\
| * net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-161-6/+16
* | net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz2014-07-161-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-7/+1
|\|
| * net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-141-7/+1
* | net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz2014-07-151-0/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
|/
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* net: ppp: use sk_unattached_filter apiDaniel Borkmann2014-03-311-19/+41
* ppp: convert to idr_alloc()Tejun Heo2013-02-271-29/+4
* ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2013-02-191-0/+8
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-2/+1
* ppp: make ppp_get_stats64 staticstephen hemminger2012-11-011-1/+1
* ppp: add 64 bit statsKevin Groeneveld2012-08-031-10/+48
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-191-7/+7
* ppp: Fix race condition with queue start/stopDavid Woodhouse2012-04-131-9/+6
* ppp: Don't stop and restart queue on every TX packetDavid Woodhouse2012-04-031-5/+9
* ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2012-03-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-0/+23
|\
| * ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan2012-02-241-0/+23
* | ppp: fix truesize underestimationEric Dumazet2012-02-131-1/+1
|/
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+6
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+2954