1. 3dc60d4 phonet: fix building with clang by Arnd Bergmann · 5 years ago
  2. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  3. 7aaed57 phonet: properly unshare skbs in phonet_rcv() by Eric Dumazet · 8 years ago
  4. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  5. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  6. 926e987 phonet netlink: allow multiple messages per skb in route dump by Johannes Berg · 9 years ago
  7. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  8. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  9. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 9 years ago
  10. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  11. 79952bc net: fix rcu access on phonet_routes by Fabian Frederick · 10 years ago
  12. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  13. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  14. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  15. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  16. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  17. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 10 years ago
  18. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 10 years ago
  19. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  20. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  21. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  22. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  23. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  24. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  25. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  26. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 11 years ago
  27. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  28. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  29. 31fdc55 net: remove my future former mail address by Rémi Denis-Courmont · 12 years ago
  30. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  31. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  32. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  33. 8e052e5 Phonet: missing headers (sparse) by Rémi Denis-Courmont · 12 years ago
  34. 3c490a8 Phonet: phonet_net_id can be static (sparse) by Rémi Denis-Courmont · 12 years ago
  35. e65ac4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. 0347875 phonet: Sort out initiailziation and cleanup code. by Eric W. Biederman · 12 years ago
  37. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. bcf1b70 phonet: Check input from user before allocating by Sasha Levin · 12 years ago
  39. 7f116b5 phonet: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  40. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  41. bdb6e69 Phonet: set the pipe handle using setsockopt by Dinesh Kumar Sharma · 12 years ago
  42. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  43. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  44. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  45. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  46. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  47. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  48. 7e113a9 net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  49. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  50. 44f4d5a Phonet: convert bound sockets hash list to RCU by Rémi Denis-Courmont · 13 years ago
  51. 638be34 Phonet: fix aligned-mode pipe socket buffer header reserve by Rémi Denis-Courmont · 13 years ago
  52. a015f6f Phonet: kill the ST-Ericsson pipe controller Kconfig by Rémi Denis-Courmont · 13 years ago
  53. 297edb6 Phonet: support active connection without pipe controller on modem by Rémi Denis-Courmont · 13 years ago
  54. acaf7df Phonet: provide pipe socket option to retrieve the pipe identifier by Rémi Denis-Courmont · 13 years ago
  55. f7ae8d5 Phonet: allocate sock from accept syscall rather than soft IRQ by Rémi Denis-Courmont · 13 years ago
  56. 44c9ab1 Phonet: factor common code to send control messages by Rémi Denis-Courmont · 13 years ago
  57. 0ebbf31 Phonet: correct pipe backlog callback return values by Rémi Denis-Courmont · 13 years ago
  58. b765e84 Phonet: return an error when packet TX fails by Rémi Denis-Courmont · 13 years ago
  59. c69d440 Phonet: fix NULL dereference on TX path with implicit source by Rémi Denis-Courmont · 13 years ago
  60. 0049713 phonet: Protect pipe_do_remove() with appropriate ifdefs. by David S. Miller · 13 years ago
  61. 8f44fcc Phonet: fix flawed "SYN/ACK" logic by Rémi Denis-Courmont · 13 years ago
  62. 0165d69 Phonet: don't bother with transaction IDs (especially for indications) by Rémi Denis-Courmont · 13 years ago
  63. 2feb618 Phonet: remove redumdant pep->pipe_state by Rémi Denis-Courmont · 13 years ago
  64. 14ba8fa Phonet: use socket destination in pipe protocol by Rémi Denis-Courmont · 13 years ago
  65. a805951 Phonet: implement per-socket destination/peer address by Rémi Denis-Courmont · 13 years ago
  66. 9624154 Phonet: allow multiple listen() and fix small race condition by Rémi Denis-Courmont · 13 years ago
  67. facb4ed phonet: some signedness bugs by Dan Carpenter · 13 years ago
  68. 927a41f Net: phonet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 13 years ago
  69. c5e90f5 phonet: remove the unused variable pn by Changli Gao · 14 years ago
  70. b3d6255 Phonet: 'connect' socket implementation for Pipe controller by Kumar Sanghvi · 14 years ago
  71. a131d82 Phonet: mark the pipe controller as EXPERIMENTAL by Rémi Denis-Courmont · 14 years ago
  72. 03789f2 Phonet: cleanup pipe enable socket option by Rémi Denis-Courmont · 14 years ago
  73. 6d8e74e Phonet: advise against enabling the pipe controller by Rémi Denis-Courmont · 14 years ago
  74. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  75. e1a5964 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  76. a91e7d4 Phonet: Correct header retrieval after pskb_may_pull by Kumar Sanghvi · 14 years ago
  77. 8d98efa Phonet: Implement Pipe Controller to support Nokia Slim Modems by Kumar Sanghvi · 14 years ago
  78. 9e0064a phonet: Fix build warning. by David S. Miller · 14 years ago
  79. 507215f Phonet: list subscribed resources via proc_fs by Rémi Denis-Courmont · 14 years ago
  80. b6a563b Phonet: look up the resource routing table when forwarding by Rémi Denis-Courmont · 14 years ago
  81. 7417fa8 Phonet: hook resource routing to userspace via ioctl()'s by Rémi Denis-Courmont · 14 years ago
  82. 4e3d16c Phonet: resource routing backend by Rémi Denis-Courmont · 14 years ago
  83. 6482f55 Phonet: remove dangling pipe if an endpoint is closed early by Rémi Denis-Courmont · 14 years ago
  84. 01b3860 Phonet: do not set POLLOUT in case of send buffer overflow by Rémi Denis-Courmont · 14 years ago
  85. 02ac326 Phonet: correct sendmsg() error code from sock_alloc_send_skb() by Rémi Denis-Courmont · 14 years ago
  86. 1a98214 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  87. 6a499b2 phonet: use for_each_set_bit by Akinobu Mita · 14 years ago
  88. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  89. 635f081 Phonet: fix skb leak in pipe endpoint accept() by Rémi Denis-Courmont · 14 years ago
  90. 88e7594 phonet: use call_rcu for phonet device free by Jiri Pirko · 14 years ago
  91. 7dfde17 Phonet: listening socket lock protects the connected socket list by Rémi Denis-Courmont · 14 years ago
  92. e513480 Phonet: fix potential use-after-free in pep_sock_close() by Rémi Denis-Courmont · 14 years ago
  93. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  94. 0db3f0f phonet: use phonet_pernet instead of directly net_generic by Jiri Pirko · 14 years ago
  95. 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
  96. a1ca14a phonet: use for_each_set_bit() by Akinobu Mita · 14 years ago
  97. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  98. 82ecbcb Phonet: reject unsupported sendmsg/recvmsg flags by Rémi Denis-Courmont · 14 years ago
  99. fea93ec Phonet: zero-copy GPRS TX by Rémi Denis-Courmont · 14 years ago
  100. fc6a110 Phonet: zero-copy aligned GPRS RX by Rémi Denis-Courmont · 14 years ago