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