index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pppol2tp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-04
l2tp: Relocate pppol2tp driver to new net/l2tp directory
James Chapman
1
-2680
/
+0
2010-03-17
l2tp: Fix UDP socket reference count bugs in the pppol2tp driver
James Chapman
1
-0
/
+3
2010-03-17
l2tp: Fix oops in pppol2tp_xmit
James Chapman
1
-1
/
+2
2009-12-02
net: Simplify pppol2tp pernet operations.
Eric W. Biederman
1
-29
/
+7
2009-11-18
drivers/net/pppol2tp.c: remove exceptional & on function name
Julia Lawall
1
-1
/
+1
2009-11-18
netns: net_identifiers should be read_mostly
Eric Dumazet
1
-1
/
+1
2009-10-19
inet: rename some inet_sock fields
Eric Dumazet
1
-9
/
+13
2009-10-01
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-1
/
+1
2009-09-15
net: constify remaining proto_ops
Alexey Dobriyan
1
-2
/
+2
2009-08-02
pppol2tp: calls unregister_pernet_gen_device() at unload time
Eric Dumazet
1
-0
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-6
/
+5
2009-04-14
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
1
-2
/
+1
2009-02-18
drivers/net/ppp*.c: fix sparse warnings: fix signedness
Hannes Eder
1
-1
/
+1
2009-02-10
ppp: section fixes re netns
Alexey Dobriyan
1
-1
/
+1
2009-01-27
pppol2tp: stop using proc internals
Alexey Dobriyan
1
-43
/
+5
2009-01-22
net: pppoe,pppol2tp - register channels with explicit net
Cyrill Gorcunov
1
-1
/
+1
2009-01-22
net: pppol2tp - introduce net-namespace functionality
Cyrill Gorcunov
1
-43
/
+117
2009-01-22
net: constify VFTs
Jan Engelhardt
1
-2
/
+2
2008-12-16
l2tp: fix UDP checksum support
James Chapman
1
-12
/
+82
2008-11-29
pppol2tp: Add missing sock_put() in pppol2tp_release()
Frédéric Moulins
1
-0
/
+1
2008-09-22
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
1
-1
/
+1
2008-08-14
[netdrvr] remove unnecessary #include
Huang Weiyi
1
-1
/
+0
2008-06-10
l2tp: Fix potential memory corruption in pppol2tp_recvmsg()
James Chapman
1
-8
/
+12
2008-06-05
l2tp: Fix possible oops if transmitting or receiving when tunnel goes down
James Chapman
1
-23
/
+78
2008-06-05
lt2p: Fix possible WARN_ON from socket code when UDP socket is closed
James Chapman
1
-0
/
+10
2008-05-20
l2tp: avoid skb truesize bug if headroom is increased
James Chapman
1
-5
/
+8
2008-05-13
pppol2tp: Remove null pointer dereference.
Julia Lawall
1
-3
/
+10
2008-04-29
netdev: use non-racy method for proc entries creation
Denis V. Lunev
1
-2
/
+2
2008-03-06
[PPPOL2TP]: Fix SMP issues in skb reorder queue handling
James Chapman
1
-3
/
+8
2008-03-06
[PPPOL2TP]: Make locking calls softirq-safe
James Chapman
1
-29
/
+29
2008-03-04
[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()
Jarek Poplawski
1
-1
/
+6
2008-03-04
Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()
Jarek Poplawski
1
-0
/
+1
2008-02-10
pppol2tp: fix printk warnings
Andrew Morton
1
-10
/
+12
2008-02-06
[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.
Rami Rosen
1
-1
/
+2
2008-01-29
drivers/net: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-07
[PPP]: L2TP: Fix oops in transmit and receive paths
James Chapman
1
-7
/
+18
2007-11-01
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
1
-1
/
+1
2007-10-11
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-2
/
+2
2007-10-11
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-2
/
+3
2007-09-20
[PPP] L2TP: Fix skb handling in pppol2tp_xmit
Herbert Xu
1
-40
/
+23
2007-09-20
[PPP] L2TP: Fix skb handling in pppol2tp_recv_core
Herbert Xu
1
-20
/
+24
2007-09-20
[PPP] L2TP: Disallow non-UDP datagram sockets
Herbert Xu
1
-5
/
+6
2007-07-26
misannotation in pppol2tp
Al Viro
1
-2
/
+2
2007-07-18
[PPPOL2TP]: Reset meta-data in xmit function
Patrick McHardy
1
-0
/
+6
2007-07-18
[PPPOL2TP]: Fix use-after-free
Patrick McHardy
1
-4
/
+8
2007-07-11
[PPPOL2TP]: Use proper printf format specifier for size_t.
David S. Miller
1
-2
/
+2
2007-07-11
[L2TP]: PPP over L2TP driver core
James Chapman
1
-0
/
+2486