1. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  2. d2b3eb6 net: Simplify phonet pernet operations. by Eric W. Biederman · 14 years ago
  3. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  4. eeb74a9d Phonet: convert devices list to RCU by Rémi Denis-Courmont · 15 years ago
  5. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  6. b2a5dec Phonet: missing rcu_dereference() by Rémi Denis-Courmont · 15 years ago
  7. 8888013 Phonet: convert routing table to RCU by Rémi Denis-Courmont · 15 years ago
  8. 7ed0132 Phonet: put protocols array under RCU by Rémi Denis-Courmont · 15 years ago
  9. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  10. b170437 Phonet: allocate and copy for pipe TX without sock lock by Rémi Denis-Courmont · 15 years ago
  11. 6b0d07b Phonet: put sockets in a hash table by Rémi Denis-Courmont · 15 years ago
  12. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  13. 4b7673a Phonet: remove tautologies by Rémi Denis-Courmont · 15 years ago
  14. 21912d1 Phonet: hold socket before giving it to sk_deliver_skb() by Rémi Denis-Courmont · 15 years ago
  15. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  16. 86a0a1e Phonet: forward incoming packets by Rémi Denis-Courmont · 15 years ago
  17. aa6c45f Phonet: route outgoing packets by Rémi Denis-Courmont · 15 years ago
  18. f062f41 Phonet: routing table Netlink interface by Rémi Denis-Courmont · 15 years ago
  19. 55748ac Phonet: routing table backend by Rémi Denis-Courmont · 15 years ago
  20. f14001f Phonet: deliver broadcast packets to broadcast sockets by Rémi Denis-Courmont · 15 years ago
  21. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  22. 013820a Phonet: fix mutex imbalance by Rémi Denis-Courmont · 15 years ago
  23. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  24. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  25. 582b0b6 Phonet: fix race for port number in concurrent bind() by Rémi Denis-Courmont · 15 years ago
  26. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  27. b11b516 Phonet: Netlink event for autoconfigured addresses by Rémi Denis-Courmont · 15 years ago
  28. f5bb1c5 Phonet: back-end for autoconfigured addresses by Rémi Denis-Courmont · 15 years ago
  29. 998ec75 Phonet: fix netlink address dump error handling by Rémi Denis-Courmont · 15 years ago
  30. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  31. ae6e2ae phonet: fix build when PROC_FS is disabled by Randy Dunlap · 15 years ago
  32. cb7d9e7f Phonet: fix /proc/net/phonet with network namespaces by Rémi Denis-Courmont · 15 years ago
  33. 59e57f4 phonet: phonet_device_get() fix by Eric Dumazet · 15 years ago
  34. 421d20a phonet: Fix build. by David S. Miller · 15 years ago
  35. 2eee40c Phonet: dropped datagrams accounting by Rémi Denis-Courmont · 15 years ago
  36. 2e2fb4b Phonet: account for dropped RX packets by Rémi Denis-Courmont · 15 years ago
  37. c1dc13e Phonet: sockets list through proc_fs by Rémi Denis-Courmont · 15 years ago
  38. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  39. 2be6fa4 Phonet: generate Netlink RTM_DELADDR when destroying a device by Rémi Denis-Courmont · 15 years ago
  40. c7a1a4c Phonet: publicize the Netlink notification function by Rémi Denis-Courmont · 15 years ago
  41. 5c313e9 phonet: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  42. bbd5898 Phonet: fix accounting race between gprs_writeable() and gprs_xmit() by Rémi Denis-Courmont · 15 years ago
  43. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  44. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  45. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  46. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  47. 2ddc1ac Phonet: do not compute unused value by Rémi Denis-Courmont · 15 years ago
  48. a2bf453 Phonet: fix double free in GPRS outbound packet error path by Rémi Denis-Courmont · 15 years ago
  49. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  50. 9a3b7a4 Phonet: use per-namespace devices list by remi.denis-courmont@nokia · 15 years ago
  51. 6530e0f Phonet: remove useless locking in device cleanup by remi.denis-courmont@nokia · 15 years ago
  52. 660f706 Phonet: handle rtnetlink registration failure by remi.denis-courmont@nokia · 15 years ago
  53. 76e02cf Phonet: allow phonet_device_init() to fail, put it to __init section by remi.denis-courmont@nokia · 15 years ago
  54. 4b8f704 Phonet: check destination before delivering packets locally by remi.denis-courmont@nokia · 15 years ago
  55. ab638e6 phonet: update to net_device_ops by Stephen Hemminger · 15 years ago
  56. 893873f Phonet: get rid of deferred work on the transmission path by Rémi Denis-Courmont · 15 years ago
  57. be67773 Phonet: use atomic for packet TX window by Rémi Denis-Courmont · 15 years ago
  58. 57c81ff Phonet: allocate separate ARP type for GPRS over a Phonet pipe by Rémi Denis-Courmont · 15 years ago
  59. 09a2c3c Phonet: improve GPRS variable names by Rémi Denis-Courmont · 15 years ago
  60. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 4798a2b Phonet: keep TX queue disabled when the device is off by Rémi Denis-Courmont · 15 years ago
  62. 5eaa65b net: Make static by Roel Kluin · 15 years ago
  63. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  64. 5240488 Phonet: basic net namespace support by Rémi Denis-Courmont · 15 years ago
  65. bd7df21 Phonet: do not dump addresses from other namespaces by remi.denis-courmont@nokia · 15 years ago
  66. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  67. 7e5ab54 Phonet: fix oops in phonet_address_del() on non-Phonet device by Rémi Denis-Courmont · 15 years ago
  68. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  69. 566521d phonet: fix compilation with gcc-3.4 by Alexey Dobriyan · 16 years ago
  70. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. ebfe92c Phonet: refuse to send bigger than MTU packets by Rémi Denis-Courmont · 16 years ago
  72. 9b1582d Phonet: use net_device built-in stats for GPRS by Rémi Denis-Courmont · 16 years ago
  73. 5c7f033 phonet: sparse annotations of protocol, remove forward declaration by Harvey Harrison · 16 years ago
  74. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  75. c3a90c7 Phonet: do not reply to indication reset packets by Remi Denis-Courmont · 16 years ago
  76. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  77. 02a4761 Phonet: implement GPRS virtual interface over PEP socket by Rémi Denis-Courmont · 16 years ago
  78. c41bd97f8 Phonet: receive pipe control requests as out-of-band data by Rémi Denis-Courmont · 16 years ago
  79. 9641458 Phonet: Pipe End Point for Phonet Pipes protocol by Rémi Denis-Courmont · 16 years ago
  80. 9995a32 Phonet: connected sockets glue by Rémi Denis-Courmont · 16 years ago
  81. 2553282 Phonet: modules auto-loading support by Rémi Denis-Courmont · 16 years ago
  82. 8980713 Phonet: Netlink factorization and cleanup by Rémi Denis-Courmont · 16 years ago
  83. be0c52b Phonet: emit errors when a packet cannot be delivered locally by Remi Denis-Courmont · 16 years ago
  84. 87ab4e2 Phonet: proc interface for port range by Remi Denis-Courmont · 16 years ago
  85. 5f77076 Phonet: provide MAC header operations by Remi Denis-Courmont · 16 years ago
  86. 107d0d9 Phonet: Phonet datagram transport protocol by Remi Denis-Courmont · 16 years ago
  87. ba113a9 Phonet: common socket glue by Remi Denis-Courmont · 16 years ago
  88. 8fb3974 Phonet: Netlink interface by Remi Denis-Courmont · 16 years ago
  89. f8ff602 Phonet: network device and address handling by Remi Denis-Courmont · 16 years ago
  90. 8ead536 Phonet: add CONFIG_PHONET by Remi Denis-Courmont · 16 years ago
  91. 4b07b3f Phonet: PF_PHONET protocol family support by Remi Denis-Courmont · 16 years ago