Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / net / ppp_generic.c
2010-05-03 Simon Arlottppp_generic: handle non-linear skbs when passing them...
2010-05-03 Simon Arlottppp_generic: pull 2 bytes so that PPP_PROTO(skb) is...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-19 Lennart Sorensenppp_generic.c severly whitespace damanged by 9c705260fe...
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-02 Eric W. Biedermannet: Simplify ppp_generic pernet operations.
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-17 Ben McKeeganppp: fix BUG on non-linear SKB (multilink receive)
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-19 David S. Millerppp_generic: Help GCC see that 'flen' is always initial...
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-02 Ben McKeeganppp: fix lost fragments in ppp_mp_explode() (resubmit)
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-05-19 Eric Dumazetppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()
2009-03-13 Gabriele Paolonippp: ppp_mp_explode() redesign
2009-02-27 Wei Yongjunppp: remove some pointless conditionals before kfree_skb()
2009-02-27 Paulius Zaleckasppp_generic: Simplify tx_dropped stats
2009-02-18 Hannes Ederdrivers/net/ppp*.c: fix sparse warnings: fix signedness
2009-02-10 Alexey Dobriyanppp: section fixes re netns
2009-01-21 Cyrill Gorcunovnet: ppp_generic - introduce net-namespace functionality v2
2009-01-13 Cyrill Gorcunovnet: ppp_generic - fix regressions caused by IDR conversion
2008-12-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-19 Cyrill Gorcunovnet: ppp_generic - use DEFINE_IDR for static initialization
2008-12-19 James Chapmanppp: fix segfaults introduced by netdev_priv changes
2008-12-17 Cyrill Gorcunovnet: ppp_generic - use idr technique instead of cardmaps
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Wang Chennetdevice ppp: Convert directly reference of netdev...
2008-11-20 Stephen Hemmingerppp: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-10-16 Greg Kroah-Hartmandevice create: net: convert device_create_drvdata to...
2008-10-16 Johannes Bergremove CONFIG_KMOD from drivers
2008-10-09 David S. Millerppp: Use skb_queue_walk() in ppp_mp_insert().
2008-09-23 David S. Millerppp_generic: Use skb_peek() in ppp_receive_mp_frame().
2008-09-22 David S. Millernet: Remove __skb_insert() calls outside of skbuff...
2008-07-27 Al Viro[PATCH] f_count may wrap around
2008-07-22 Greg Kroah-Hartmandevice create: net: convert device_create to device_cre...
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-06-20 Jonathan CorbetAdd a bunch of cycle_kernel_lock() calls
2008-06-20 Jonathan CorbetAdd "no BKL needed" comments to several drivers
2008-05-26 Alan Coxppp: push BKL down into the driver
2008-05-14 Pavel Emelyanovppp: Do not free not yet unregistered net device.
2008-04-24 Paulius Zaleckasppp_generic: use stats from net_device structure
2008-01-28 Stephen Hemminger[PPP]: Sparse warning fixes.
2007-11-13 Joe Perches[PPP]: Remove ptr comparisons to 0
2007-09-16 Herbert Xu[PPP] generic: Fix receive path data clobbering & non...
2007-09-16 Herbert Xu[PPP] generic: Call skb_cow_head before scribbling...
2007-08-22 Konstantin Sharlaimov[PPP]: Fix output buffer size in ppp_decompress_frame().
2007-07-19 Akinobu Mitaunregister_chrdev(): ignore the return value
2007-06-24 Konstantin Sharlaimov[PPP]: Fix osize too small errors when decoding mppe.
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Milind Arun Choudhary[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-03-26 G. Liakhovetski[PPP]: Don't leak an sk_buff on interface destruction.
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 5
2007-02-11 Robert P. J. Day[PATCH] Replace regular code with appropriate calls...
2006-12-01 Greg Kroah-HartmanDriver core: convert PPP code to use struct device
2006-09-13 Jeff Garzikdrivers/net: Trim trailing whitespace
2006-08-17 Panagiotis Issaris[PPP]: handle kmalloc failures and convert to using...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the devfs_fs_kernel.h file from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_remove() function from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_cdev() function from...
2006-06-26 Akinobu Mita[PATCH] drivers: use list_move()
2006-06-18 Herbert Xu[NET] ppp: Remove unnecessary pskb_may_pull
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: drivers: raw, connector, dcdbas...
2006-03-21 Herbert Xu[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pul...
2006-02-06 Herbert Xu[PPP]: Fixed hardware RX checksum handling
2005-12-27 David S. Miller[NET]: Validate socket filters against BPF_MAXINSNS...
2005-11-08 Matt Domsch[PPP]: add PPP MPPE encryption module
2005-10-28 Greg Kroah-Hartman[PATCH] Driver Core: fix up all callers of class_device...
2005-09-10 Domen Puncer[PATCH] janitor: net/ppp-generic: list_for_each_entry
2005-08-29 David S. Miller[NET]: Remove explicit initializations of skb->input_dev
2005-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/* to use the new class...
2005-05-12 Paul Mackerras [PATCH] PPP multilink fragmentation improvements
2005-05-03 Jesper Juhl[PPP]: remove redundant NULL pointer checks before...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2