index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-10
ppp: take reference on channels netns
Guillaume Nault
1
-1
/
+3
2016-07-10
ppp: ensure file->private_data can't be overridden
Guillaume Nault
1
-14
/
+17
2016-03-04
pppoe: fix reference counting in PPPoE proxy
Guillaume Nault
1
-0
/
+2
2016-03-04
pptp: fix illegal memory access caused by multiple bind()s
Hannes Frederic Sowa
1
-10
/
+24
2016-01-31
ppp, slip: Validate VJ compression slot parameters completely
Ben Hutchings
1
-4
/
+2
2016-01-22
pptp: verify sockaddr_len in pptp_bind() and pptp_connect()
WANG Cong
1
-0
/
+6
2016-01-22
pppoe: fix memory corruption in padt work structure
Guillaume Nault
1
-4
/
+10
2015-12-09
ppp: fix pppoe_dev deletion condition in pppoe_release()
Guillaume Nault
1
-1
/
+1
2015-10-27
ppp: don't override sk->sk_state in pppoe_flush_dev()
Guillaume Nault
1
-1
/
+0
2015-05-11
pppoe: drop pppoe device in pppoe_unbind_sock_work
Felix Fietkau
1
-0
/
+4
2015-04-26
ppp: mppe: discard late packet in stateless mode
Sylvain Rochet
1
-0
/
+7
2015-04-26
ppp: mppe: sanity error path rework
Sylvain Rochet
1
-16
/
+13
2015-04-20
ppp: call skb_checksum_complete_unset in ppp_receive_frame
Tom Herbert
1
-0
/
+1
2015-04-20
pppoe: Lacks DST MAC address check
Joakim Tjernlund
1
-0
/
+3
2015-03-25
ipv4: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
1
-1
/
+1
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+4
2015-03-02
pppoe: Use workqueue to die properly when a PADT is received
Simon Farnsworth
1
-1
/
+16
2015-01-29
ppp: deflate: never return len larger than output buffer
Florian Westphal
1
-1
/
+1
2014-12-09
ppp_read(): switch to skb_copy_datagram_iter()
Al Viro
1
-1
/
+3
2014-11-24
new helper: memcpy_from_msg()
Al Viro
1
-1
/
+1
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2014-11-20
pptp: fix stack info leak in pptp_getname()
Mathias Krause
1
-1
/
+3
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+20
2014-11-11
net: ppp: Don't call bpf_prog_create() in ppp_lock
Takashi Iwai
1
-20
/
+20
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
1
-1
/
+1
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-02
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-16
net: ppp: fix creating PPP pass and active filters
Christoph Schulz
1
-6
/
+16
2014-07-16
net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined
Christoph Schulz
1
-0
/
+2
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+2
2014-07-15
net: ppp: reset nextseq counter when enabling SC_MULTILINK
Christoph Schulz
1
-0
/
+2
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-14
net: ppp: don't call sk_chk_filter twice
Christoph Schulz
1
-7
/
+1
2014-07-14
net: pppoe: use correct channel MTU when using Multilink PPP
Christoph Schulz
1
-1
/
+1
2014-06-02
inetpeer: get rid of ip_id_count
Eric Dumazet
1
-1
/
+1
2014-05-23
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-12-26
ppp: slight optimization of addr compare
dingtianhong
1
-2
/
+2
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-11-20
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-2
/
+0
2013-09-19
ip: generate unique IP identificator if local fragmentation is allowed
Ansis Atteka
1
-1
/
+1
2013-08-13
pptp: fix byte order warnings
stephen hemminger
1
-5
/
+5
2013-08-09
pptp: fix sparse pointer warning
stephen hemminger
1
-1
/
+1
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-1
/
+1
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-51
/
+2
2013-03-27
ppp: reuse print_hex_dump_bytes
Andy Shevchenko
1
-51
/
+2
2013-03-18
tty: Fix recursive deadlock in tty_perform_flush()
Peter Hurley
2
-2
/
+2
[next]