1. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  2. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  3. 0eae1b9 ax25: join the return paths that free skb by Ilpo Järvinen · 16 years ago
  4. e14bec2 ax25: fix warning in net/ax25/sysctl_net_ax25.c by Ingo Molnar · 16 years ago
  5. 7340040 CRED: Wrap task credential accesses in the AX25 protocol by David Howells · 16 years ago
  6. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  7. 33d1d2c ax25: Quick fix for making sure unaccepted sockets get destroyed. by David S. Miller · 16 years ago
  8. 88a944e Revert "ax25: Fix std timer socket destroy handling." by David S. Miller · 16 years ago
  9. ffb2084 AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE by Ralf Baechle · 16 years ago
  10. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  11. 30902dc ax25: Fix std timer socket destroy handling. by David S. Miller · 16 years ago
  12. 9375cb8 ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  13. 7dccf1f ax25: Fix NULL pointer dereference and lockup. by Jarek Poplawski · 16 years ago
  14. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. ae1b6a3 [AX25]: Potential ax25_uid_assoc-s leaks on module unload. by Pavel Emelyanov · 16 years ago
  16. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  17. 5c2e2e2 [AX25]: Remove obsolete references to BKL from TODO file. by Robert P. J. Day · 16 years ago
  18. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  19. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  20. f47b725 [AX25] ax25_out: check skb for NULL in ax25_kick() by Jarek Poplawski · 16 years ago
  21. e848b58 [AX25] ax25_ds_timer: use mod_timer instead of add_timer by Jarek Poplawski · 16 years ago
  22. 21fab4a [AX25] ax25_timer: use mod_timer instead of add_timer by Jarek Poplawski · 16 years ago
  23. 4de211f [AX25] ax25_route: make ax25_route_lock BH safe by Jarek Poplawski · 16 years ago
  24. 1105b5d [AX25] af_ax25: remove sock lock in ax25_info_show() by Jarek Poplawski · 16 years ago
  25. 1987e7b [AX25]: Kill ax25_bind() user triggable printk. by maximilian attems · 16 years ago
  26. f16f302 [AX25]: sparse cleanups by Eric Dumazet · 16 years ago
  27. c6995bd [AX25]: Switch to using ctl_paths. by Pavel Emelyanov · 16 years ago
  28. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  29. ecd2ebd [AX25] af_ax25: Possible circular locking. by Jarek Poplawski · 16 years ago
  30. 27d1cba [AX25]: Kill user triggable printks. by maximilian attems · 16 years ago
  31. c6e6ca7 [NET]: Correct two mistaken skb_reset_mac_header() conversions. by David S. Miller · 16 years ago
  32. 215f7b0 [AX25]: Locking dependencies fix in ax25_disconnect(). by Jarek Poplawski · 16 years ago
  33. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  34. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  35. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  36. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  37. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  38. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  39. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  40. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  41. 9ac0be9 [AX25]: don't free pointers to statically allocated data by Alexey Dobriyan · 17 years ago
  42. bd3b071 [NET] AX25: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  43. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  44. 9556fb7 [S390] Kconfig: unwanted menus for s390. by Martin Schwidefsky · 17 years ago
  45. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  46. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  47. 75606dc [AX25/NETROM/ROSE]: Convert to use modern wait queue API by Ralf Baechle · 17 years ago
  48. 1a4e2d0 [SK_BUFF]: Some more conversions to skb_copy_from_linear_data by Arnaldo Carvalho de Melo · 17 years ago
  49. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  50. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  51. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  52. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  53. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 17 years ago
  54. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  55. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  56. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  57. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  58. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  59. 954b2e7 [NET] AX.25 Kconfig and docs updates and fixes by Ralf Baechle · 17 years ago
  60. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  61. 2852236 [PATCH] sysctl: ax25: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  62. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  63. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  64. 528930b [NET] AX25: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  65. a428271 [AX.25]: Fix unchecked ax25_linkfail_register uses by Ralf Baechle · 18 years ago
  66. 81dcd16 [AX.25]: Fix unchecked ax25_listen_register uses by Ralf Baechle · 18 years ago
  67. 8d5cf59 [AX.25]: Fix unchecked ax25_protocol_register uses. by Ralf Baechle · 18 years ago
  68. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 18 years ago
  69. f654c85 [HAMRADIO]: Fix baycom_epp.c compile failure. by Ralf Baechle · 18 years ago
  70. 15b1c0e [AX.25]: Fix default address and broadcast address initialization. by Ralf Baechle · 18 years ago
  71. e8cc49b [AX.25]: Constify ax25 utility functions by Ralf Baechle · 18 years ago
  72. 0459d70a [AX25]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  73. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  74. c19c4b9 [AX.25]: Optimize AX.25 socket list lock by Ralf Baechle · 18 years ago
  75. 95ff9f4 [AX.25]: Fix locking of ax25 protocol function list. by Ralf Baechle · 18 years ago
  76. bde3445 [AX.25]: Get rid of the last volatile. by Ralf Baechle · 18 years ago
  77. 1b30dd3 [AX.25]: Use kzalloc by Ralf Baechle · 18 years ago
  78. 006f68b [AX.25]: Reference counting for AX.25 routes. by Ralf Baechle DL5RB · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. e1fdb5b [AX.25]: Eleminate HZ from AX.25 kernel interfaces by Ralf Baechle · 18 years ago
  81. 70868ea [AX.25]: Move AX.25 symbol exports by Ralf Baechle · 18 years ago
  82. 3f07231 [AX.25]: Spelling fix by Ralf Baechle · 18 years ago
  83. c7c694d [AX.25]: Fix potencial memory hole. by Ralf Baechle DL5RB · 18 years ago
  84. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  85. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  86. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  87. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  88. 3a867b3 [AX.25]: Fix packet socket crash by Ralf Baechle · 19 years ago
  89. 4676356 [AX.25]: Reformat ax25_proto_ops initialization by Ralf Baechle · 19 years ago
  90. 20b7d10 [AX.25/ROSE]: Whitespace formatting changes by Ralf Baechle · 19 years ago
  91. 9b37ee7 [NETROM/AX.25/ROSE]: Remove useless tests by Ralf Baechle · 19 years ago
  92. 6f74998 [AX.25]: Rename ax25_encapsulate to ax25_hard_header by Ralf Baechle · 19 years ago
  93. baed16a [AX.25]: Make asc2ax() thread-proof by Ralf Baechle · 19 years ago
  94. f75268c [AX25]: Make ax2asc thread-proof by Ralf Baechle · 19 years ago
  95. c91326d [AX25/NETROM/ROSE]: Kill net/ip.h inclusion by Ralf Baechle · 19 years ago
  96. 98a82fe [AX25/NETROM]: Cleanup direct calls into IP stack by Ralf Baechle · 19 years ago
  97. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  98. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  99. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  100. 01d7dd0 [AX25]: UID fixes by Ralf Baechle · 19 years ago