aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07ppp: release rtnl mutex when interface creation failsGuillaume Nault1-0/+1
2016-03-01ppp: lock ppp->flags in ppp_read() and ppp_poll()Guillaume Nault1-1/+9
2016-02-24ppp: clarify parsing of user supplied data in ppp_set_compress()Guillaume Nault1-5/+7
2015-12-14ppp: declare ppp devices as enumerated interfacesGuillaume Nault1-2/+1
2015-12-14ppp: define "ppp" device typeGuillaume Nault1-0/+6
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-4/+2
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-08-25ppp: implement x-netns supportGuillaume Nault1-2/+15
2015-08-17ppp: fix device unregistration upon netns deletionGuillaume Nault1-36/+42
2015-04-20ppp: call skb_checksum_complete_unset in ppp_receive_frameTom Herbert1-0/+1
2014-12-09ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3
2014-11-11net: ppp: Don't call bpf_prog_create() in ppp_lockTakashi Iwai1-20/+20
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+14
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+16
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-6/+16
2014-07-16net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz1-0/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+1
2014-07-15net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14net: ppp: don't call sk_chk_filter twiceChristoph Schulz1-7/+1
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-03-31net: ppp: use sk_unattached_filter apiDaniel Borkmann1-19/+41
2013-02-27ppp: convert to idr_alloc()Tejun Heo1-29/+4
2013-02-19ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet1-0/+8
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2012-11-01ppp: make ppp_get_stats64 staticstephen hemminger1-1/+1
2012-08-03ppp: add 64 bit statsKevin Groeneveld1-10/+48
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet1-7/+7
2012-04-13ppp: Fix race condition with queue start/stopDavid Woodhouse1-9/+6
2012-04-03ppp: Don't stop and restart queue on every TX packetDavid Woodhouse1-5/+9
2012-03-04ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras1-2/+2
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+23
2012-02-24ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan1-0/+23
2012-02-13ppp: fix truesize underestimationEric Dumazet1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+6
2011-08-27ppp: Move the PPP driversJeff Kirsher1-0/+2954