Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1a366abe5d5e4da65a10531240a246fb3f90d2bd
/
drivers
/
net
/
ppp
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
8fd90bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cc25eaa
net: ppp: fix creating PPP pass and active filters
by Christoph Schulz
· 10 years ago
a9f559c
net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined
by Christoph Schulz
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d762d03
net: ppp: reset nextseq counter when enabling SC_MULTILINK
by Christoph Schulz
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
3916a31
net: ppp: don't call sk_chk_filter twice
by Christoph Schulz
· 10 years ago
a8a3e41
net: pppoe: use correct channel MTU when using Multilink PPP
by Christoph Schulz
· 10 years ago
73f156a
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 10 years ago
b1fcd35
net: filter: let unattached filters use sock_fprog_kern
by Daniel Borkmann
· 10 years ago
568f194
net: ppp: use sk_unattached_filter api
by Daniel Borkmann
· 11 years ago
7ed8ca5
ppp: slight optimization of addr compare
by dingtianhong
· 11 years ago
adf8d3f
drivers/net/*: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
ebd8b93
pptp: fix byte order warnings
by stephen hemminger
· 11 years ago
469230d
pptp: fix sparse pointer warning
by stephen hemminger
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
167bfa7
ppp: reuse print_hex_dump_bytes
by Andy Shevchenko
· 12 years ago
e7f3880
tty: Fix recursive deadlock in tty_perform_flush()
by Peter Hurley
· 12 years ago
2fa532c
ppp: convert to idr_alloc()
by Tejun Heo
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
303c07d
ppp: set qdisc_tx_busylock to avoid LOCKDEP splat
by Eric Dumazet
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
14bbd6a
net: Add skb_unclone() helper function.
by Pravin B Shelar
· 12 years ago
8aa53cb
drivers/net/ppp: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
4f73bc4
tty: Added a CONFIG_TTY option to allow removal of TTY
by Joe Millenbach
· 12 years ago
b77bc20
ppp: make ppp_get_stats64 static
by stephen hemminger
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2b018d5
pppoe: drop PPPOX_ZOMBIEs in pppoe_release
by Xiaodong Xu
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
08252b3
pptp: lookup route with the proper net namespace
by Gao feng
· 12 years ago
e51f6ff
ppp: add 64 bit stats
by Kevin Groeneveld
· 12 years ago
968d701
ppp: avoid false drop_monitor false positives
by Eric Dumazet
· 12 years ago
3b12bb6
pppoe: remove unused return value from two methods.
by Rami Rosen
· 12 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
9a5d2bd
ppp: Fix race condition with queue start/stop
by David Woodhouse
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
9942774
ppp: use for_each_set_bit_from
by Akinobu Mita
· 13 years ago
e675f0c
ppp: Don't stop and restart queue on every TX packet
by David Woodhouse
· 13 years ago
4b32da2b
ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>
by Paul Mackerras
· 13 years ago
bf7daeb
ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h
by Paul Mackerras
· 13 years ago
784db3f
ppp: Change copyright notices from ANU to me
by Paul Mackerras
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8a49ad6
ppp: fix 'ppp_mp_reconstruct bad seq' errors
by Ben McKeegan
· 13 years ago
19c6c8f
ppp: fix truesize underestimation
by Eric Dumazet
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
91dce7d
pptp: Accept packet with seq zero
by Bradley Peterson
· 13 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a454dac
ppp: fix pptp double release_sock in pptp_bind()
by Djalal Harouni
· 13 years ago
2cfa5a0
net: treewide use of RCU_INIT_POINTER
by Eric Dumazet
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
224cf5a
ppp: Move the PPP drivers
by Jeff Kirsher
· 13 years ago