1. 1f461dc ppp: take reference on channels netns by Guillaume Nault · 8 years ago
  2. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  3. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  4. e8e56ff ppp: ensure file->private_data can't be overridden by Guillaume Nault · 8 years ago
  5. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 6faac63 ppp: release rtnl mutex when interface creation fails by Guillaume Nault · 8 years ago
  7. edffc21 ppp: lock ppp->flags in ppp_read() and ppp_poll() by Guillaume Nault · 8 years ago
  8. 555d5b7 ppp: clarify parsing of user supplied data in ppp_set_compress() by Guillaume Nault · 8 years ago
  9. 29e7326 pppoe: fix reference counting in PPPoE proxy by Guillaume Nault · 8 years ago
  10. fdb89b1 ppp_mppe: Use skcipher and ahash by Herbert Xu · 8 years ago
  11. 9a368af pptp: fix illegal memory access caused by multiple bind()s by Hannes Frederic Sowa · 8 years ago
  12. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 09ccfd2 pptp: verify sockaddr_len in pptp_bind() and pptp_connect() by WANG Cong · 9 years ago
  14. 69d9728 ppp: declare ppp devices as enumerated interfaces by Guillaume Nault · 9 years ago
  15. 94dbffe ppp: define "ppp" device type by Guillaume Nault · 9 years ago
  16. fe53985 pppoe: fix memory corruption in padt work structure by Guillaume Nault · 9 years ago
  17. 681b4d8 pppox: use standard module auto-loading feature by Guillaume Nault · 9 years ago
  18. a8acce6 ppp: remove PPPOX_ZOMBIE socket state by Guillaume Nault · 9 years ago
  19. 8734e48 ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv() by Guillaume Nault · 9 years ago
  20. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. 4ab42d7 ppp, slip: Validate VJ compression slot parameters completely by Ben Hutchings · 9 years ago
  22. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 1acea4f ppp: fix pppoe_dev deletion condition in pppoe_release() by Guillaume Nault · 9 years ago
  24. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  26. a7093fe ppp: Cache net in pptp_xmit by Eric W. Biederman · 9 years ago
  27. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  28. e674016 ppp: don't override sk->sk_state in pppoe_flush_dev() by Guillaume Nault · 9 years ago
  29. 58a89ec ppp: fix lockdep splat in ppp_dev_uninit() by Guillaume Nault · 9 years ago
  30. 79c441a ppp: implement x-netns support by Guillaume Nault · 9 years ago
  31. 8cb775b ppp: fix device unregistration upon netns deletion by Guillaume Nault · 9 years ago
  32. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 9 years ago
  33. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. 665a6cd pppoe: drop pppoe device in pppoe_unbind_sock_work by Felix Fietkau · 9 years ago
  35. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  36. 0365476 ppp: mppe: discard late packet in stateless mode by Sylvain Rochet · 9 years ago
  37. 3253018 ppp: mppe: sanity error path rework by Sylvain Rochet · 9 years ago
  38. 3dfb053 ppp: call skb_checksum_complete_unset in ppp_receive_frame by Tom Herbert · 9 years ago
  39. a068833 pppoe: Lacks DST MAC address check by Joakim Tjernlund · 9 years ago
  40. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  41. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  42. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 9 years ago
  43. e2a4800 ppp: deflate: never return len larger than output buffer by Florian Westphal · 9 years ago
  44. ba56840 ppp_read(): switch to skb_copy_datagram_iter() by Al Viro · 10 years ago
  45. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  46. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. a5f6fc2 pptp: fix stack info leak in pptp_getname() by Mathias Krause · 10 years ago
  48. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 5748eb8 net: ppp: Don't call bpf_prog_create() in ppp_lock by Takashi Iwai · 10 years ago
  50. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  51. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
  53. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  54. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  55. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  56. cc25eaa net: ppp: fix creating PPP pass and active filters by Christoph Schulz · 10 years ago
  57. a9f559c net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined by Christoph Schulz · 10 years ago
  58. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. d762d03 net: ppp: reset nextseq counter when enabling SC_MULTILINK by Christoph Schulz · 10 years ago
  60. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  61. 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 10 years ago
  62. a8a3e41 net: pppoe: use correct channel MTU when using Multilink PPP by Christoph Schulz · 10 years ago
  63. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  64. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  65. 568f194 net: ppp: use sk_unattached_filter api by Daniel Borkmann · 10 years ago
  66. 7ed8ca5 ppp: slight optimization of addr compare by dingtianhong · 11 years ago
  67. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  68. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  69. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  70. ebd8b93 pptp: fix byte order warnings by stephen hemminger · 11 years ago
  71. 469230d pptp: fix sparse pointer warning by stephen hemminger · 11 years ago
  72. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  73. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  74. 167bfa7 ppp: reuse print_hex_dump_bytes by Andy Shevchenko · 11 years ago
  75. e7f3880 tty: Fix recursive deadlock in tty_perform_flush() by Peter Hurley · 11 years ago
  76. 2fa532c ppp: convert to idr_alloc() by Tejun Heo · 11 years ago
  77. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  78. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  79. 303c07d ppp: set qdisc_tx_busylock to avoid LOCKDEP splat by Eric Dumazet · 11 years ago
  80. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  81. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  82. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 11 years ago
  83. 8aa53cb drivers/net/ppp: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  84. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  85. b77bc20 ppp: make ppp_get_stats64 static by stephen hemminger · 12 years ago
  86. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 2b018d5 pppoe: drop PPPOX_ZOMBIEs in pppoe_release by Xiaodong Xu · 12 years ago
  88. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. 08252b3 pptp: lookup route with the proper net namespace by Gao feng · 12 years ago
  90. e51f6ff ppp: add 64 bit stats by Kevin Groeneveld · 12 years ago
  91. 968d701 ppp: avoid false drop_monitor false positives by Eric Dumazet · 12 years ago
  92. 3b12bb6 pppoe: remove unused return value from two methods. by Rami Rosen · 12 years ago
  93. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. 9a5d2bd ppp: Fix race condition with queue start/stop by David Woodhouse · 12 years ago
  95. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. 9942774 ppp: use for_each_set_bit_from by Akinobu Mita · 12 years ago
  97. e675f0c ppp: Don't stop and restart queue on every TX packet by David Woodhouse · 12 years ago
  98. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  99. bf7daeb ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h by Paul Mackerras · 12 years ago
  100. 784db3f ppp: Change copyright notices from ANU to me by Paul Mackerras · 12 years ago