index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pppol2tp.c
Age
Commit message (
Expand
)
Author
2009-12-01
net: Simplify pppol2tp pernet operations.
Eric W. Biederman
2009-11-18
drivers/net/pppol2tp.c: remove exceptional & on function name
Julia Lawall
2009-11-18
netns: net_identifiers should be read_mostly
Eric Dumazet
2009-10-18
inet: rename some inet_sock fields
Eric Dumazet
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-14
net: constify remaining proto_ops
Alexey Dobriyan
2009-08-02
pppol2tp: calls unregister_pernet_gen_device() at unload time
Eric Dumazet
2009-06-03
net: skb->dst accessors
Eric Dumazet
2009-04-13
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
2009-02-17
drivers/net/ppp*.c: fix sparse warnings: fix signedness
Hannes Eder
2009-02-09
ppp: section fixes re netns
Alexey Dobriyan
2009-01-26
pppol2tp: stop using proc internals
Alexey Dobriyan
2009-01-21
net: pppoe,pppol2tp - register channels with explicit net
Cyrill Gorcunov
2009-01-21
net: pppol2tp - introduce net-namespace functionality
Cyrill Gorcunov
2009-01-21
net: constify VFTs
Jan Engelhardt
2008-12-16
l2tp: fix UDP checksum support
James Chapman
2008-11-28
pppol2tp: Add missing sock_put() in pppol2tp_release()
Frédéric Moulins
2008-09-21
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
2008-08-14
[netdrvr] remove unnecessary #include
Huang Weiyi
2008-06-10
l2tp: Fix potential memory corruption in pppol2tp_recvmsg()
James Chapman
2008-06-04
l2tp: Fix possible oops if transmitting or receiving when tunnel goes down
James Chapman
2008-06-04
lt2p: Fix possible WARN_ON from socket code when UDP socket is closed
James Chapman
2008-05-19
l2tp: avoid skb truesize bug if headroom is increased
James Chapman
2008-05-12
pppol2tp: Remove null pointer dereference.
Julia Lawall
2008-04-29
netdev: use non-racy method for proc entries creation
Denis V. Lunev
2008-03-05
[PPPOL2TP]: Fix SMP issues in skb reorder queue handling
James Chapman
2008-03-05
[PPPOL2TP]: Make locking calls softirq-safe
James Chapman
2008-03-03
[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()
Jarek Poplawski
2008-03-03
Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()
Jarek Poplawski
2008-02-09
pppol2tp: fix printk warnings
Andrew Morton
2008-02-05
[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.
Rami Rosen
2008-01-28
drivers/net: Add missing "space"
Joe Perches
2007-11-07
[PPP]: L2TP: Fix oops in transmit and receive paths
James Chapman
2007-11-01
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
2007-10-10
[NET]: Make socket creation namespace safe.
Eric W. Biederman
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-09-20
[PPP] L2TP: Fix skb handling in pppol2tp_xmit
Herbert Xu
2007-09-20
[PPP] L2TP: Fix skb handling in pppol2tp_recv_core
Herbert Xu
2007-09-20
[PPP] L2TP: Disallow non-UDP datagram sockets
Herbert Xu
2007-07-26
misannotation in pppol2tp
Al Viro
2007-07-18
[PPPOL2TP]: Reset meta-data in xmit function
Patrick McHardy
2007-07-18
[PPPOL2TP]: Fix use-after-free
Patrick McHardy
2007-07-10
[PPPOL2TP]: Use proper printf format specifier for size_t.
David S. Miller
2007-07-10
[L2TP]: PPP over L2TP driver core
James Chapman