1. 79c441a ppp: implement x-netns support by Guillaume Nault · 9 years ago
  2. 8cb775b ppp: fix device unregistration upon netns deletion by Guillaume Nault · 10 years ago
  3. 3dfb053 ppp: call skb_checksum_complete_unset in ppp_receive_frame by Tom Herbert · 10 years ago
  4. ba56840 ppp_read(): switch to skb_copy_datagram_iter() by Al Viro · 10 years ago
  5. 5748eb8 net: ppp: Don't call bpf_prog_create() in ppp_lock by Takashi Iwai · 10 years ago
  6. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  7. 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
  8. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  9. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 11 years ago
  10. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  11. cc25eaa net: ppp: fix creating PPP pass and active filters by Christoph Schulz · 11 years ago
  12. a9f559c net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined by Christoph Schulz · 11 years ago
  13. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. d762d03 net: ppp: reset nextseq counter when enabling SC_MULTILINK by Christoph Schulz · 11 years ago
  15. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  16. 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 11 years ago
  17. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 11 years ago
  18. 568f194 net: ppp: use sk_unattached_filter api by Daniel Borkmann · 11 years ago
  19. 2fa532c ppp: convert to idr_alloc() by Tejun Heo · 12 years ago
  20. 303c07d ppp: set qdisc_tx_busylock to avoid LOCKDEP splat by Eric Dumazet · 12 years ago
  21. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  22. b77bc20 ppp: make ppp_get_stats64 static by stephen hemminger · 12 years ago
  23. e51f6ff ppp: add 64 bit stats by Kevin Groeneveld · 13 years ago
  24. 968d701 ppp: avoid false drop_monitor false positives by Eric Dumazet · 13 years ago
  25. 9a5d2bd ppp: Fix race condition with queue start/stop by David Woodhouse · 13 years ago
  26. e675f0c ppp: Don't stop and restart queue on every TX packet by David Woodhouse · 13 years ago
  27. bf7daeb ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h by Paul Mackerras · 13 years ago
  28. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  29. 8a49ad6 ppp: fix 'ppp_mp_reconstruct bad seq' errors by Ben McKeegan · 13 years ago
  30. 19c6c8f ppp: fix truesize underestimation by Eric Dumazet · 13 years ago
  31. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  32. 224cf5a ppp: Move the PPP drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ppp_generic.c]
  33. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  35. d52344a ppp: Use SKB queue abstraction interfaces in fragment processing. by David S. Miller · 14 years ago
  36. 212bfb9 ppp: Reconstruct fragmented packets using frag lists instead of copying. by David S. Miller · 14 years ago
  37. b48f8c2 ppp: Clean up kernel log messages. by David S. Miller · 14 years ago
  38. 96545ae net: ppp: use {get,put}_unaligned_be{16,32} by Changli Gao · 14 years ago
  39. dbbe68b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. d39cd5e ppp: allow disabling multilink protocol ID compression by stephen hemminger · 14 years ago
  41. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  42. bcc70bb net, ppp: Report correct error code if unit allocation failed by Cyrill Gorcunov · 14 years ago
  43. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  44. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  45. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  46. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  47. a00eac0 ppp: Use a real SKB control block in fragmentation engine. by David S. Miller · 14 years ago
  48. 3429769 ppp: potential NULL dereference in ppp_mp_explode() by Dan Carpenter · 14 years ago
  49. 15fd0cd net: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  50. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. 536e00e ppp_generic: fix multilink fragment sizes by Ben McKeegan · 15 years ago
  52. c6b20d9 ppp: eliminate shadowed variable name by stephen hemminger · 15 years ago
  53. b23d00e drivers/net: Use memdup_user by Julia Lawall · 15 years ago
  54. 604c1b1 cleanup: remove MIN_FRAG_SIZE definition. by Rami Rosen · 15 years ago
  55. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 15 years ago
  56. 0f7ca59 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  57. 19937d0 ppp_generic: handle non-linear skbs when passing them to pppd by Simon Arlott · 15 years ago
  58. ea8420e ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid by Simon Arlott · 15 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  60. 63f9607 ppp: Add ppp_dev_name() exported function by James Chapman · 15 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  62. fa44a73 ppp_generic.c severly whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0227eda0a by Lennart Sorensen · 15 years ago
  63. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  64. 741a6fa net: Simplify ppp_generic pernet operations. by Eric W. Biederman · 15 years ago
  65. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  66. 82b3cc1 ppp: fix BUG on non-linear SKB (multilink receive) by Ben McKeegan · 15 years ago
  67. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  68. 886f9fe ppp_generic: Help GCC see that 'flen' is always initialized. by David S. Miller · 15 years ago
  69. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  70. a53a8b5 ppp: fix lost fragments in ppp_mp_explode() (resubmit) by Ben McKeegan · 16 years ago
  71. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  72. 8b2d850 ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup() by Eric Dumazet · 16 years ago
  73. 9c70526 ppp: ppp_mp_explode() redesign by Gabriele Paoloni · 16 years ago
  74. 1d2f8c9 ppp: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  75. 6ceffd4 ppp_generic: Simplify tx_dropped stats by Paulius Zaleckas · 16 years ago
  76. d6781f2 drivers/net/ppp*.c: fix sparse warnings: fix signedness by Hannes Eder · 16 years ago
  77. 0012985 ppp: section fixes re netns by Alexey Dobriyan · 16 years ago
  78. 273ec51 net: ppp_generic - introduce net-namespace functionality v2 by Cyrill Gorcunov · 16 years ago
  79. 8599757 net: ppp_generic - fix regressions caused by IDR conversion by Cyrill Gorcunov · 16 years ago
  80. 6332178 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. ab5024a net: ppp_generic - use DEFINE_IDR for static initialization by Cyrill Gorcunov · 16 years ago
  82. 739840d ppp: fix segfaults introduced by netdev_priv changes by James Chapman · 16 years ago
  83. 7a95d26 net: ppp_generic - use idr technique instead of cardmaps by Cyrill Gorcunov · 16 years ago
  84. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  85. c8019bf netdevice ppp: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  86. 52256cf ppp: convert to net_device_ops by Stephen Hemminger · 16 years ago
  87. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  88. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  89. 6e05d6c device create: net: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 17 years ago
  90. a65e5d7 remove CONFIG_KMOD from drivers by Johannes Berg · 17 years ago
  91. 13c9821 ppp: Use skb_queue_walk() in ppp_mp_insert(). by David S. Miller · 16 years ago
  92. 38ce7c7 ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). by David S. Miller · 16 years ago
  93. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  94. 516e0cc [PATCH] f_count may wrap around by Al Viro · 17 years ago
  95. e17da9c device create: net: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  96. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  97. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 17 years ago
  98. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 17 years ago
  99. f3ff8a4 ppp: push BKL down into the driver by Alan Cox · 17 years ago
  100. 4b95ede ppp: Do not free not yet unregistered net device. by Pavel Emelyanov · 17 years ago