net: skb->dst accessors
[safe/jmp/linux-2.6] / drivers / net / pppol2tp.c
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-04-13 Alexander Beregalovdrivers/net: replace BUG() with BUG_ON() if possible
2009-02-18 Hannes Ederdrivers/net/ppp*.c: fix sparse warnings: fix signedness
2009-02-10 Alexey Dobriyanppp: section fixes re netns
2009-01-27 Alexey Dobriyanpppol2tp: stop using proc internals
2009-01-21 Cyrill Gorcunovnet: pppoe,pppol2tp - register channels with explicit net
2009-01-21 Cyrill Gorcunovnet: pppol2tp - introduce net-namespace functionality
2009-01-21 Jan Engelhardtnet: constify VFTs
2008-12-16 James Chapmanl2tp: fix UDP checksum support
2008-11-29 Frédéric Moulinspppol2tp: Add missing sock_put() in pppol2tp_release()
2008-09-22 David S. Millernet: Remove __skb_insert() calls outside of skbuff...
2008-08-14 Huang Weiyi[netdrvr] remove unnecessary #include
2008-06-10 James Chapmanl2tp: Fix potential memory corruption in pppol2tp_recvmsg()
2008-06-04 James Chapmanl2tp: Fix possible oops if transmitting or receiving...
2008-06-04 James Chapmanlt2p: Fix possible WARN_ON from socket code when UDP...
2008-05-19 James Chapmanl2tp: avoid skb truesize bug if headroom is increased
2008-05-12 Julia Lawallpppol2tp: Remove null pointer dereference.
2008-04-29 Denis V. Lunevnetdev: use non-racy method for proc entries creation
2008-03-06 James Chapman[PPPOL2TP]: Fix SMP issues in skb reorder queue handling
2008-03-06 James Chapman[PPPOL2TP]: Make locking calls softirq-safe
2008-03-04 Jarek Poplawski[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_c...
2008-03-04 Jarek PoplawskiSubject: [PPPOL2TP] add missing sock_put() in pppol2tp_...
2008-02-10 Andrew Mortonpppol2tp: fix printk warnings
2008-02-06 Rami Rosen[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS...
2008-01-28 Joe Perchesdrivers/net: Add missing "space"
2007-11-07 James Chapman[PPP]: L2TP: Fix oops in transmit and receive paths
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-09-20 Herbert Xu[PPP] L2TP: Fix skb handling in pppol2tp_xmit
2007-09-20 Herbert Xu[PPP] L2TP: Fix skb handling in pppol2tp_recv_core
2007-09-20 Herbert Xu[PPP] L2TP: Disallow non-UDP datagram sockets
2007-07-26 Al Viromisannotation in pppol2tp
2007-07-18 Patrick McHardy[PPPOL2TP]: Reset meta-data in xmit function
2007-07-18 Patrick McHardy[PPPOL2TP]: Fix use-after-free
2007-07-11 David S. Miller[PPPOL2TP]: Use proper printf format specifier for...
2007-07-11 James Chapman[L2TP]: PPP over L2TP driver core