1. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  2. 2f72291 ax25: Add missing dev_put in ax25_setsockopt by Ralf Baechle · 15 years ago
  3. c0181d4 ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl by Jarek Poplawski · 15 years ago
  4. 407fc5c ax25: Fix SIOCAX25GETINFO ioctl by Eric Dumazet · 15 years ago
  5. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  6. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  7. c44a436 Revert "ax25: zero length frame filtering in AX25" by David S. Miller · 15 years ago
  8. f99bcff ax25: zero length frame filtering in AX25 by Bernard Pidoux · 15 years ago
  9. 6078442 ax25: SOCK_DEBUG message simplification by Bernard Pidoux · 15 years ago
  10. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  11. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  12. 7340040 CRED: Wrap task credential accesses in the AX25 protocol by David Howells · 16 years ago
  13. 33d1d2c ax25: Quick fix for making sure unaccepted sockets get destroyed. by David S. Miller · 16 years ago
  14. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  15. 9375cb8 ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  16. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  17. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  18. 21fab4a [AX25] ax25_timer: use mod_timer instead of add_timer by Jarek Poplawski · 16 years ago
  19. 1105b5d [AX25] af_ax25: remove sock lock in ax25_info_show() by Jarek Poplawski · 16 years ago
  20. 1987e7b [AX25]: Kill ax25_bind() user triggable printk. by maximilian attems · 16 years ago
  21. f16f302 [AX25]: sparse cleanups by Eric Dumazet · 17 years ago
  22. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  23. ecd2ebd [AX25] af_ax25: Possible circular locking. by Jarek Poplawski · 17 years ago
  24. 27d1cba [AX25]: Kill user triggable printks. by maximilian attems · 17 years ago
  25. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  26. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  27. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  28. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  29. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  30. bd3b071 [NET] AX25: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  31. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  32. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  33. 75606dc [AX25/NETROM/ROSE]: Convert to use modern wait queue API by Ralf Baechle · 17 years ago
  34. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  35. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  36. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  37. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  38. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  39. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  40. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  41. 528930b [NET] AX25: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  42. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 18 years ago
  43. 0459d70a [AX25]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  44. c19c4b9 [AX.25]: Optimize AX.25 socket list lock by Ralf Baechle · 18 years ago
  45. 1b30dd3 [AX.25]: Use kzalloc by Ralf Baechle · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. e1fdb5b [AX.25]: Eleminate HZ from AX.25 kernel interfaces by Ralf Baechle · 18 years ago
  48. 70868ea [AX.25]: Move AX.25 symbol exports by Ralf Baechle · 18 years ago
  49. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  50. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  51. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  52. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  53. 4676356 [AX.25]: Reformat ax25_proto_ops initialization by Ralf Baechle · 19 years ago
  54. 20b7d10 [AX.25/ROSE]: Whitespace formatting changes by Ralf Baechle · 19 years ago
  55. 9b37ee7 [NETROM/AX.25/ROSE]: Remove useless tests by Ralf Baechle · 19 years ago
  56. 6f74998 [AX.25]: Rename ax25_encapsulate to ax25_hard_header by Ralf Baechle · 19 years ago
  57. f75268c [AX25]: Make ax2asc thread-proof by Ralf Baechle · 19 years ago
  58. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  59. 01d7dd0 [AX25]: UID fixes by Ralf Baechle · 19 years ago
  60. 53b924b [NET]: Fix socket bitop damage by Ralf Baechle · 19 years ago
  61. 29c4be5 [AX25]: make ax25_queue_xmit a net_device parameter by Arnaldo Carvalho de Melo · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago