1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 90dd7f5 net: netrom: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  3. d00c362 ax25: netrom: rose: Fix timer oopses by Jarek Poplawski · 14 years ago
  4. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  5. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  6. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  7. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  8. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  9. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  10. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  11. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 36e4d64 convert hamradio drivers to netdev_txreturnt_t by Stephen Hemminger · 15 years ago
  13. c6ba973 NETROM: Fix use of static buffer by Ralf Baechle · 15 years ago
  14. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. f6b97b2 netrom: Fix nr_getname() leak by Eric Dumazet · 15 years ago
  16. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  17. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  18. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  19. cc29c70 net/netrom: Fix socket locking by Jean Delvare · 15 years ago
  20. 80e20f6 Revert "netrom: zero length frame filtering in NetRom" by David S. Miller · 15 years ago
  21. 83e0bbc af_rose/x25: Sanity check the maximum user frame size by Alan Cox · 15 years ago
  22. a3ac80a netrom: zero length frame filtering in NetRom by Bernard Pidoux · 15 years ago
  23. 0f6c5c8 netrom: convert to net_device_ops by Stephen Hemminger · 15 years ago
  24. b51414b netrom: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  25. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  26. ba95b23 CRED: Wrap task credential accesses in the netrom protocol by David Howells · 16 years ago
  27. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  28. 859f4c7 netrom: Fix sock_orphan() use in nr_release by Jarek Poplawski · 16 years ago
  29. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  30. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  31. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  32. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  33. 48c5732 netrom: Kill spurious NULL'ing of sk->sk_socket. by David S. Miller · 16 years ago
  34. 7b66767 netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  35. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  36. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  37. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 16 years ago
  38. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  39. c6e6ca7 [NET]: Correct two mistaken skb_reset_mac_header() conversions. by David S. Miller · 16 years ago
  40. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  41. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  42. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  43. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  44. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  45. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  46. 639fc4c [NET] NETROM: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  47. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  48. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  49. 75606dc [AX25/NETROM/ROSE]: Convert to use modern wait queue API by Ralf Baechle · 17 years ago
  50. 1a4e2d0 [SK_BUFF]: Some more conversions to skb_copy_from_linear_data by Arnaldo Carvalho de Melo · 17 years ago
  51. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  52. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  53. eeeb037 [SK_BUFF]: More skb_put related conversions to skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  54. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) 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. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  57. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  58. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  59. 6fe6b17 [PATCH] sysctl: netrom: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  60. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  61. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  62. 5f8f59d [NET] NETROM: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  63. a428271 [AX.25]: Fix unchecked ax25_linkfail_register uses by Ralf Baechle · 17 years ago
  64. 58bc574 [AX.25]: Fix unchecked nr_add_node uses. by Ralf Baechle · 17 years ago
  65. 81dcd16 [AX.25]: Fix unchecked ax25_listen_register uses by Ralf Baechle · 17 years ago
  66. 8d5cf59 [AX.25]: Fix unchecked ax25_protocol_register uses. by Ralf Baechle · 17 years ago
  67. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 17 years ago
  68. eafff86 [NETROM]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  69. 4b260a9 [NETROM] lockdep: fix false positive by Ralf Baechle · 18 years ago
  70. 8bf2b7b [NETROM]: Drop lock before calling nr_destroy_socket by Ralf Baechle · 18 years ago
  71. 5cc29e3 [NETROM]: Fix locking order when establishing a NETROM circuit. by Ralf Baechle · 18 years ago
  72. 1b30dd3 [AX.25]: Use kzalloc by Ralf Baechle · 18 years ago
  73. 18601a7 [NETROM]: Use socket helpers instead of direct fiddling with struct sock by Ralf Baechle DL5RB · 18 years ago
  74. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  75. 5238367 [NETROM]: Fix possible null pointer dereference. by Ralf Baechle · 18 years ago
  76. f530937 [NETROM/ROSE]: Kill module init version kernel log messages. by Ralf Baechle · 18 years ago
  77. 4d8937d [NETROM]: Eleminate HZ from NET/ROM kernel interfaces by Ralf Baechle · 18 years ago
  78. 86cfcb9 [AX25, ROSE]: Remove useless SET_MODULE_OWNER calls. by Ralf Baechle · 18 years ago
  79. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  80. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  81. 5ff7630 [NETROM]: Remove unessecary lock_sock calls in netrom_ioctl() by Christoph Hellwig · 18 years ago
  82. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  83. 0d77d59 [NETROM]: Fix three if-statements in nr_state1_machine() by Mika Kukkonen · 18 years ago
  84. 3a867b3 [AX.25]: Fix packet socket crash by Ralf Baechle · 19 years ago
  85. b88a762 [NETROM]: Introduct stuct nr_private by Ralf Baechle · 19 years ago
  86. e21ce8c [NETROM]: Implement G8PZT Circuit reset for NET/ROM by Ralf Baechle · 19 years ago
  87. 7237729 [NETROM]: NET/ROM has no ARP by Ralf Baechle · 19 years ago
  88. dd8aa40 [NETROM] NET/ROM has no txqueue by Ralf Baechle · 19 years ago
  89. 9b37ee7 [NETROM/AX.25/ROSE]: Remove useless tests by Ralf Baechle · 19 years ago
  90. 6ddcf62 [NETROM]: statistics fix by Ralf Baechle · 19 years ago
  91. 3f2aadd [NETROM]: Fix rebuild header mess by Ralf Baechle · 19 years ago
  92. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  93. f75268c [AX25]: Make ax2asc thread-proof by Ralf Baechle · 19 years ago
  94. c91326d [AX25/NETROM/ROSE]: Kill net/ip.h inclusion by Ralf Baechle · 19 years ago
  95. 98a82fe [AX25/NETROM]: Cleanup direct calls into IP stack by Ralf Baechle · 19 years ago
  96. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  97. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  98. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  99. 01d7dd0 [AX25]: UID fixes by Ralf Baechle · 19 years ago
  100. 53b924b [NET]: Fix socket bitop damage by Ralf Baechle · 19 years ago