1. 212bfb9 ppp: Reconstruct fragmented packets using frag lists instead of copying. by David S. Miller · 13 years ago
  2. b48f8c2 ppp: Clean up kernel log messages. by David S. Miller · 13 years ago
  3. 96545ae net: ppp: use {get,put}_unaligned_be{16,32} by Changli Gao · 14 years ago
  4. dbbe68b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. d39cd5e ppp: allow disabling multilink protocol ID compression by stephen hemminger · 14 years ago
  6. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. bcc70bb net, ppp: Report correct error code if unit allocation failed by Cyrill Gorcunov · 14 years ago
  8. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  9. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  10. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  11. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  12. a00eac0 ppp: Use a real SKB control block in fragmentation engine. by David S. Miller · 14 years ago
  13. 3429769 ppp: potential NULL dereference in ppp_mp_explode() by Dan Carpenter · 14 years ago
  14. 15fd0cd net: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  15. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  16. 536e00e ppp_generic: fix multilink fragment sizes by Ben McKeegan · 14 years ago
  17. c6b20d9 ppp: eliminate shadowed variable name by stephen hemminger · 14 years ago
  18. b23d00e drivers/net: Use memdup_user by Julia Lawall · 14 years ago
  19. 604c1b1 cleanup: remove MIN_FRAG_SIZE definition. by Rami Rosen · 14 years ago
  20. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  21. 0f7ca59 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  22. 19937d0 ppp_generic: handle non-linear skbs when passing them to pppd by Simon Arlott · 14 years ago
  23. ea8420e ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid by Simon Arlott · 14 years ago
  24. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  25. 63f9607 ppp: Add ppp_dev_name() exported function by James Chapman · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. fa44a73 ppp_generic.c severly whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0227eda0a by Lennart Sorensen · 14 years ago
  28. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  29. 741a6fa net: Simplify ppp_generic pernet operations. by Eric W. Biederman · 15 years ago
  30. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  31. 82b3cc1 ppp: fix BUG on non-linear SKB (multilink receive) by Ben McKeegan · 15 years ago
  32. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  33. 886f9fe ppp_generic: Help GCC see that 'flen' is always initialized. by David S. Miller · 15 years ago
  34. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. a53a8b5 ppp: fix lost fragments in ppp_mp_explode() (resubmit) by Ben McKeegan · 15 years ago
  36. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 8b2d850 ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup() by Eric Dumazet · 15 years ago
  38. 9c70526 ppp: ppp_mp_explode() redesign by Gabriele Paoloni · 15 years ago
  39. 1d2f8c9 ppp: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  40. 6ceffd4 ppp_generic: Simplify tx_dropped stats by Paulius Zaleckas · 15 years ago
  41. d6781f2 drivers/net/ppp*.c: fix sparse warnings: fix signedness by Hannes Eder · 15 years ago
  42. 0012985 ppp: section fixes re netns by Alexey Dobriyan · 15 years ago
  43. 273ec51 net: ppp_generic - introduce net-namespace functionality v2 by Cyrill Gorcunov · 15 years ago
  44. 8599757 net: ppp_generic - fix regressions caused by IDR conversion by Cyrill Gorcunov · 16 years ago
  45. 6332178 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  46. ab5024a net: ppp_generic - use DEFINE_IDR for static initialization by Cyrill Gorcunov · 16 years ago
  47. 739840d ppp: fix segfaults introduced by netdev_priv changes by James Chapman · 16 years ago
  48. 7a95d26 net: ppp_generic - use idr technique instead of cardmaps by Cyrill Gorcunov · 16 years ago
  49. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  50. c8019bf netdevice ppp: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  51. 52256cf ppp: convert to net_device_ops by Stephen Hemminger · 16 years ago
  52. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  53. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  54. 6e05d6c device create: net: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  55. a65e5d7 remove CONFIG_KMOD from drivers by Johannes Berg · 16 years ago
  56. 13c9821 ppp: Use skb_queue_walk() in ppp_mp_insert(). by David S. Miller · 16 years ago
  57. 38ce7c7 ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). by David S. Miller · 16 years ago
  58. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  59. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  60. e17da9c device create: net: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  61. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  62. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  63. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 16 years ago
  64. f3ff8a4 ppp: push BKL down into the driver by Alan Cox · 16 years ago
  65. 4b95ede ppp: Do not free not yet unregistered net device. by Pavel Emelyanov · 16 years ago
  66. 8c0469c ppp_generic: use stats from net_device structure by Paulius Zaleckas · 16 years ago
  67. 3c582b3 [PPP]: Sparse warning fixes. by Stephen Hemminger · 16 years ago
  68. cd228d5 [PPP]: Remove ptr comparisons to 0 by Joe Perches · 17 years ago
  69. 2a38b77 [PPP] generic: Fix receive path data clobbering & non-linear handling by Herbert Xu · 17 years ago
  70. 7b797d5 [PPP] generic: Call skb_cow_head before scribbling over skb by Herbert Xu · 17 years ago
  71. 06c7af5 [PPP]: Fix output buffer size in ppp_decompress_frame(). by Konstantin Sharlaimov · 17 years ago
  72. 68fc4fa unregister_chrdev(): ignore the return value by Akinobu Mita · 17 years ago
  73. 4b2a8fb [PPP]: Fix osize too small errors when decoding mppe. by Konstantin Sharlaimov · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 57cd5f7 [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c by Milind Arun Choudhary · 17 years ago
  76. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  77. 165de5b [PPP]: Don't leak an sk_buff on interface destruction. by G. Liakhovetski · 17 years ago
  78. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  79. b385a14 [PATCH] Replace regular code with appropriate calls to container_of() by Robert P. J. Day · 17 years ago
  80. 9a6a2a5 Driver core: convert PPP code to use struct device by Greg Kroah-Hartman · 18 years ago
  81. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  82. d4274b5 [PPP]: handle kmalloc failures and convert to using kzalloc by Panagiotis Issaris · 18 years ago
  83. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  84. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  85. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  86. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  87. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  88. c8c9f9a [NET] ppp: Remove unnecessary pskb_may_pull by Herbert Xu · 18 years ago
  89. 8ed965d [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic by Arjan van de Ven · 18 years ago
  90. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 18 years ago
  91. e3f749c [PPP]: Fixed hardware RX checksum handling by Herbert Xu · 18 years ago
  92. 1b93ae64 [NET]: Validate socket filters against BPF_MAXINSNS in one spot. by David S. Miller · 19 years ago
  93. b3f9b92 [PPP]: add PPP MPPE encryption module by Matt Domsch · 19 years ago
  94. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  95. 81616c5 [PATCH] janitor: net/ppp-generic: list_for_each_entry by Domen Puncer · 19 years ago
  96. 86e65da [NET]: Remove explicit initializations of skb->input_dev by David S. Miller · 19 years ago
  97. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  98. 56b2293 [PATCH] class: convert drivers/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  99. 516cd15 [PATCH] PPP multilink fragmentation improvements by Paul Mackerras · 19 years ago
  100. 96edf83 [PPP]: remove redundant NULL pointer checks before kfree & vfree by Jesper Juhl · 19 years ago