summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_generic.c
Commit message (Expand)AuthorAgeFilesLines
* ppp_read(): switch to skb_copy_datagram_iter()Al Viro2014-12-091-1/+3
* net: ppp: Don't call bpf_prog_create() in ppp_lockTakashi Iwai2014-11-111-20/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * fix misuses of f_count() in ppp and netlinkAl Viro2014-10-091-1/+1
* | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-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-171-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/+1Star
|\|
| * net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-151-7/+1Star
* | net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz2014-07-161-0/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-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-281-29/+4Star
* 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/+1Star
* ppp: make ppp_get_stats64 staticstephen hemminger2012-11-011-1/+1
* ppp: add 64 bit statsKevin Groeneveld2012-08-041-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/+6Star
* 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-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-271-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