Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
76f38f1f3cf8f81be3c18ecb7a65dd74afb05851
/
drivers
/
net
/
ppp
/
ppp_generic.c
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
77f840e
ppp: prevent unregistered channels from connecting to PPP units
by Guillaume Nault
· 7 years ago
cd59b28
net: Convert ppp_net_ops
by Kirill Tkhai
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0171c41
ppp: unlock all_ppp_mutex before registering device
by Guillaume Nault
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
e667500
ppp: exit_net cleanup checks added
by Vasily Averin
· 7 years ago
f02b232
ppp: Destroy the mutex when cleanup
by Gao Feng
· 7 years ago
90e229e
ppp: allow usage in namespaces
by Matteo Croce
· 7 years ago
d780cd4
drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
6151b8b
ppp: fix race in ppp device destruction
by Guillaume Nault
· 7 years ago
5a59a3a
ppp: fix __percpu annotation
by Guillaume Nault
· 7 years ago
0a0e1a8
ppp: fix xmit recursion detection on ppp channels
by Guillaume Nault
· 7 years ago
e5dadc6
ppp: Fix false xmit recursion detect with two ppp devices
by Gao Feng
· 7 years ago
a8b8a889
net: add netlink_ext_ack argument to rtnl_link_ops.validate
by Matthias Schiffer
· 8 years ago
7a3f4a1
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
by Matthias Schiffer
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
97fcc19
ppp: remove unnecessary bh disable in xmit path
by Gao Feng
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
0771277
ppp: declare PPP devices as LLTX
by Guillaume Nault
· 8 years ago
55454a5
ppp: avoid dealock on recursive xmit
by Guillaume Nault
· 8 years ago
bb8082f
ppp: build ifname using unit identifier for rtnl based devices
by Guillaume Nault
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
205e1e2
ppp: defer netns reference release for ppp channel
by WANG Cong
· 8 years ago
d3fff6c
net: add netdev_lockdep_set_classes() helper
by Eric Dumazet
· 9 years ago
f9eb8ae
net_sched: transform qdisc running bit into a seqcount
by Eric Dumazet
· 9 years ago
96d934c
ppp: add rtnetlink device creation support
by Guillaume Nault
· 9 years ago
7d9f0b4
ppp: define reusable device creation functions
by Guillaume Nault
· 9 years ago
1f461dc
ppp: take reference on channels netns
by Guillaume Nault
· 9 years ago
e8e56ff
ppp: ensure file->private_data can't be overridden
by Guillaume Nault
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6faac63
ppp: release rtnl mutex when interface creation fails
by Guillaume Nault
· 9 years ago
edffc21
ppp: lock ppp->flags in ppp_read() and ppp_poll()
by Guillaume Nault
· 9 years ago
555d5b7
ppp: clarify parsing of user supplied data in ppp_set_compress()
by Guillaume Nault
· 9 years ago
69d9728
ppp: declare ppp devices as enumerated interfaces
by Guillaume Nault
· 9 years ago
94dbffe
ppp: define "ppp" device type
by Guillaume Nault
· 9 years ago
4ab42d7
ppp, slip: Validate VJ compression slot parameters completely
by Ben Hutchings
· 9 years ago
58a89ec
ppp: fix lockdep splat in ppp_dev_uninit()
by Guillaume Nault
· 9 years ago
79c441a
ppp: implement x-netns support
by Guillaume Nault
· 9 years ago
8cb775bc
ppp: fix device unregistration upon netns deletion
by Guillaume Nault
· 9 years ago
3dfb053
ppp: call skb_checksum_complete_unset in ppp_receive_frame
by Tom Herbert
· 10 years ago
ba56840
ppp_read(): switch to skb_copy_datagram_iter()
by Al Viro
· 10 years ago
5748eb8
net: ppp: Don't call bpf_prog_create() in ppp_lock
by Takashi Iwai
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
24dff96
fix misuses of f_count() in ppp and netlink
by Al Viro
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
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
b1fcd35
net: filter: let unattached filters use sock_fprog_kern
by Daniel Borkmann
· 11 years ago
568f194
net: ppp: use sk_unattached_filter api
by Daniel Borkmann
· 11 years ago
2fa532c
ppp: convert to idr_alloc()
by Tejun Heo
· 12 years ago
303c07d
ppp: set qdisc_tx_busylock to avoid LOCKDEP splat
by Eric Dumazet
· 12 years ago
14bbd6a
net: Add skb_unclone() helper function.
by Pravin B Shelar
· 12 years ago
b77bc20
ppp: make ppp_get_stats64 static
by stephen hemminger
· 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
· 13 years ago
9a5d2bd
ppp: Fix race condition with queue start/stop
by David Woodhouse
· 13 years ago
e675f0c
ppp: Don't stop and restart queue on every TX packet
by David Woodhouse
· 13 years ago
bf7daeb
ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h
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
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
[Renamed from drivers/net/ppp_generic.c]
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d52344a7
ppp: Use SKB queue abstraction interfaces in fragment processing.
by David S. Miller
· 14 years ago
212bfb9
ppp: Reconstruct fragmented packets using frag lists instead of copying.
by David S. Miller
· 14 years ago
b48f8c2
ppp: Clean up kernel log messages.
by David S. Miller
· 14 years ago
96545ae
net: ppp: use {get,put}_unaligned_be{16,32}
by Changli Gao
· 14 years ago
dbbe68b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d39cd5e
ppp: allow disabling multilink protocol ID compression
by stephen hemminger
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
bcc70bb
net, ppp: Report correct error code if unit allocation failed
by Cyrill Gorcunov
· 14 years ago
93aaae2
filter: optimize sk_run_filter
by Eric Dumazet
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
a00eac0
ppp: Use a real SKB control block in fragmentation engine.
by David S. Miller
· 14 years ago
3429769
ppp: potential NULL dereference in ppp_mp_explode()
by Dan Carpenter
· 14 years ago
15fd0cd
net: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
eedc765c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
536e00e
ppp_generic: fix multilink fragment sizes
by Ben McKeegan
· 15 years ago
c6b20d9
ppp: eliminate shadowed variable name
by stephen hemminger
· 15 years ago
b23d00e
drivers/net: Use memdup_user
by Julia Lawall
· 15 years ago
604c1b1
cleanup: remove MIN_FRAG_SIZE definition.
by Rami Rosen
· 15 years ago
578454f
driver core: add devname module aliases to allow module on-demand auto-loading
by Kay Sievers
· 15 years ago
0f7ca59
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
19937d0
ppp_generic: handle non-linear skbs when passing them to pppd
by Simon Arlott
· 15 years ago
ea8420e
ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid
by Simon Arlott
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
Next »