1. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  2. bdb6e69 Phonet: set the pipe handle using setsockopt by Dinesh Kumar Sharma · 13 years ago
  3. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  4. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  5. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  6. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  7. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  8. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  9. 7e113a9 net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  10. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  11. 44f4d5a Phonet: convert bound sockets hash list to RCU by Rémi Denis-Courmont · 13 years ago
  12. 638be34 Phonet: fix aligned-mode pipe socket buffer header reserve by Rémi Denis-Courmont · 13 years ago
  13. a015f6f Phonet: kill the ST-Ericsson pipe controller Kconfig by Rémi Denis-Courmont · 13 years ago
  14. 297edb6 Phonet: support active connection without pipe controller on modem by Rémi Denis-Courmont · 13 years ago
  15. acaf7df Phonet: provide pipe socket option to retrieve the pipe identifier by Rémi Denis-Courmont · 13 years ago
  16. f7ae8d5 Phonet: allocate sock from accept syscall rather than soft IRQ by Rémi Denis-Courmont · 13 years ago
  17. 44c9ab1 Phonet: factor common code to send control messages by Rémi Denis-Courmont · 13 years ago
  18. 0ebbf31 Phonet: correct pipe backlog callback return values by Rémi Denis-Courmont · 13 years ago
  19. b765e84 Phonet: return an error when packet TX fails by Rémi Denis-Courmont · 13 years ago
  20. c69d440 Phonet: fix NULL dereference on TX path with implicit source by Rémi Denis-Courmont · 13 years ago
  21. 0049713 phonet: Protect pipe_do_remove() with appropriate ifdefs. by David S. Miller · 13 years ago
  22. 8f44fcc Phonet: fix flawed "SYN/ACK" logic by Rémi Denis-Courmont · 13 years ago
  23. 0165d69 Phonet: don't bother with transaction IDs (especially for indications) by Rémi Denis-Courmont · 13 years ago
  24. 2feb618 Phonet: remove redumdant pep->pipe_state by Rémi Denis-Courmont · 13 years ago
  25. 14ba8fa Phonet: use socket destination in pipe protocol by Rémi Denis-Courmont · 13 years ago
  26. a805951 Phonet: implement per-socket destination/peer address by Rémi Denis-Courmont · 13 years ago
  27. 9624154 Phonet: allow multiple listen() and fix small race condition by Rémi Denis-Courmont · 13 years ago
  28. facb4ed phonet: some signedness bugs by Dan Carpenter · 14 years ago
  29. 927a41f Net: phonet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  30. c5e90f5 phonet: remove the unused variable pn by Changli Gao · 14 years ago
  31. b3d6255 Phonet: 'connect' socket implementation for Pipe controller by Kumar Sanghvi · 14 years ago
  32. a131d82 Phonet: mark the pipe controller as EXPERIMENTAL by Rémi Denis-Courmont · 14 years ago
  33. 03789f2 Phonet: cleanup pipe enable socket option by Rémi Denis-Courmont · 14 years ago
  34. 6d8e74e Phonet: advise against enabling the pipe controller by Rémi Denis-Courmont · 14 years ago
  35. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. e1a5964 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  37. a91e7d4 Phonet: Correct header retrieval after pskb_may_pull by Kumar Sanghvi · 14 years ago
  38. 8d98efa Phonet: Implement Pipe Controller to support Nokia Slim Modems by Kumar Sanghvi · 14 years ago
  39. 9e0064a phonet: Fix build warning. by David S. Miller · 14 years ago
  40. 507215f Phonet: list subscribed resources via proc_fs by Rémi Denis-Courmont · 14 years ago
  41. b6a563b Phonet: look up the resource routing table when forwarding by Rémi Denis-Courmont · 14 years ago
  42. 7417fa8 Phonet: hook resource routing to userspace via ioctl()'s by Rémi Denis-Courmont · 14 years ago
  43. 4e3d16c Phonet: resource routing backend by Rémi Denis-Courmont · 14 years ago
  44. 6482f55 Phonet: remove dangling pipe if an endpoint is closed early by Rémi Denis-Courmont · 14 years ago
  45. 01b3860 Phonet: do not set POLLOUT in case of send buffer overflow by Rémi Denis-Courmont · 14 years ago
  46. 02ac326 Phonet: correct sendmsg() error code from sock_alloc_send_skb() by Rémi Denis-Courmont · 14 years ago
  47. 1a98214 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  48. 6a499b2 phonet: use for_each_set_bit by Akinobu Mita · 14 years ago
  49. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. 635f081 Phonet: fix skb leak in pipe endpoint accept() by Rémi Denis-Courmont · 14 years ago
  51. 88e7594 phonet: use call_rcu for phonet device free by Jiri Pirko · 14 years ago
  52. 7dfde17 Phonet: listening socket lock protects the connected socket list by Rémi Denis-Courmont · 14 years ago
  53. e513480 Phonet: fix potential use-after-free in pep_sock_close() by Rémi Denis-Courmont · 14 years ago
  54. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  55. 0db3f0f phonet: use phonet_pernet instead of directly net_generic by Jiri Pirko · 14 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 · 14 years ago
  57. a1ca14a phonet: use for_each_set_bit() by Akinobu Mita · 14 years ago
  58. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  59. 82ecbcb Phonet: reject unsupported sendmsg/recvmsg flags by Rémi Denis-Courmont · 15 years ago
  60. fea93ec Phonet: zero-copy GPRS TX by Rémi Denis-Courmont · 15 years ago
  61. fc6a110 Phonet: zero-copy aligned GPRS RX by Rémi Denis-Courmont · 15 years ago
  62. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  63. d2b3eb6 net: Simplify phonet pernet operations. by Eric W. Biederman · 15 years ago
  64. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  65. eeb74a9d Phonet: convert devices list to RCU by Rémi Denis-Courmont · 15 years ago
  66. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  67. b2a5dec Phonet: missing rcu_dereference() by Rémi Denis-Courmont · 15 years ago
  68. 8888013 Phonet: convert routing table to RCU by Rémi Denis-Courmont · 15 years ago
  69. 7ed0132 Phonet: put protocols array under RCU by Rémi Denis-Courmont · 15 years ago
  70. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  71. b170437 Phonet: allocate and copy for pipe TX without sock lock by Rémi Denis-Courmont · 15 years ago
  72. 6b0d07b Phonet: put sockets in a hash table by Rémi Denis-Courmont · 15 years ago
  73. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  74. 4b7673a Phonet: remove tautologies by Rémi Denis-Courmont · 15 years ago
  75. 21912d1 Phonet: hold socket before giving it to sk_deliver_skb() by Rémi Denis-Courmont · 15 years ago
  76. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  77. 86a0a1e Phonet: forward incoming packets by Rémi Denis-Courmont · 15 years ago
  78. aa6c45f Phonet: route outgoing packets by Rémi Denis-Courmont · 15 years ago
  79. f062f41 Phonet: routing table Netlink interface by Rémi Denis-Courmont · 15 years ago
  80. 55748ac Phonet: routing table backend by Rémi Denis-Courmont · 15 years ago
  81. f14001f Phonet: deliver broadcast packets to broadcast sockets by Rémi Denis-Courmont · 15 years ago
  82. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  83. 013820a Phonet: fix mutex imbalance by Rémi Denis-Courmont · 15 years ago
  84. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  85. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  86. 582b0b6 Phonet: fix race for port number in concurrent bind() by Rémi Denis-Courmont · 15 years ago
  87. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  88. b11b516 Phonet: Netlink event for autoconfigured addresses by Rémi Denis-Courmont · 15 years ago
  89. f5bb1c5 Phonet: back-end for autoconfigured addresses by Rémi Denis-Courmont · 15 years ago
  90. 998ec75 Phonet: fix netlink address dump error handling by Rémi Denis-Courmont · 15 years ago
  91. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  92. ae6e2ae phonet: fix build when PROC_FS is disabled by Randy Dunlap · 15 years ago
  93. cb7d9e7f Phonet: fix /proc/net/phonet with network namespaces by Rémi Denis-Courmont · 15 years ago
  94. 59e57f4 phonet: phonet_device_get() fix by Eric Dumazet · 15 years ago
  95. 421d20a phonet: Fix build. by David S. Miller · 15 years ago
  96. 2eee40c Phonet: dropped datagrams accounting by Rémi Denis-Courmont · 15 years ago
  97. 2e2fb4b Phonet: account for dropped RX packets by Rémi Denis-Courmont · 15 years ago
  98. c1dc13e Phonet: sockets list through proc_fs by Rémi Denis-Courmont · 15 years ago
  99. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  100. 2be6fa4 Phonet: generate Netlink RTM_DELADDR when destroying a device by Rémi Denis-Courmont · 15 years ago