index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
ppp_read(): switch to skb_copy_datagram_iter()
Al Viro
1
-1
/
+3
2014-11-11
net: ppp: Don't call bpf_prog_create() in ppp_lock
Takashi Iwai
1
-20
/
+20
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2014-10-09
fix misuses of f_count() in ppp and netlink
Al Viro
1
-1
/
+1
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
1
-1
/
+1
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-14
/
+14
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+16
2014-07-17
net: ppp: fix creating PPP pass and active filters
Christoph Schulz
1
-6
/
+16
2014-07-17
net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined
Christoph Schulz
1
-0
/
+2
2014-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+1
2014-07-16
net: ppp: reset nextseq counter when enabling SC_MULTILINK
Christoph Schulz
1
-0
/
+2
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-15
net: ppp: don't call sk_chk_filter twice
Christoph Schulz
1
-7
/
+1
2014-05-24
net: filter: let unattached filters use sock_fprog_kern
Daniel Borkmann
1
-2
/
+2
2014-03-31
net: ppp: use sk_unattached_filter api
Daniel Borkmann
1
-19
/
+41
2013-02-28
ppp: convert to idr_alloc()
Tejun Heo
1
-29
/
+4
2013-02-19
ppp: set qdisc_tx_busylock to avoid LOCKDEP splat
Eric Dumazet
1
-0
/
+8
2013-02-16
net: Add skb_unclone() helper function.
Pravin B Shelar
1
-2
/
+1
2012-11-01
ppp: make ppp_get_stats64 static
stephen hemminger
1
-1
/
+1
2012-08-04
ppp: add 64 bit stats
Kevin Groeneveld
1
-10
/
+48
2012-05-19
ppp: avoid false drop_monitor false positives
Eric Dumazet
1
-7
/
+7
2012-04-13
ppp: Fix race condition with queue start/stop
David Woodhouse
1
-9
/
+6
2012-04-04
ppp: Don't stop and restart queue on every TX packet
David Woodhouse
1
-5
/
+9
2012-03-05
ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h
Paul Mackerras
1
-2
/
+2
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+23
2012-02-25
ppp: fix 'ppp_mp_reconstruct bad seq' errors
Ben McKeegan
1
-0
/
+23
2012-02-14
ppp: fix truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+6
2011-08-27
ppp: Move the PPP drivers
Jeff Kirsher
1
-0
/
+2954