1. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  2. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  3. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  4. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  5. fb0d164 net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
  6. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  7. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  8. 26ee65e caif: Remove my bouncing email address. by sjur.brandeland@stericsson.com · 11 years ago
  9. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  10. 2d6fbfe caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() by Mathias Krause · 11 years ago
  11. 3bffc47 CAIF: fix indentation for function arguments by Silviu-Mihai Popescu · 11 years ago
  12. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  13. eaa8c5f caif: Clear shutdown mask to zero at reconnect. by Sjur Brændeland · 12 years ago
  14. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  15. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  16. 4476481 caif: set traffic class for caif packets by Dmitry Tarnyagin · 12 years ago
  17. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  18. 4a69582 caif: Kill debugfs vars for caif socket by sjur.brandeland@stericsson.com · 12 years ago
  19. ba76057 caif: Bugfix double kfree_skb upon xmit failure by Dmitry Tarnyagin · 12 years ago
  20. 54e90fb caif: Fixes freeze on Link layer removal. by sjur.brandeland@stericsson.com · 13 years ago
  21. 3f874ad caif: remove unesesarry exports by sjur.brandeland@stericsson.com · 13 years ago
  22. 33b2f55 caif: Bugfix debugfs directory name must be unique. by sjur.brandeland@stericsson.com · 13 years ago
  23. c85c295 caif: Handle dev_queue_xmit errors. by sjur.brandeland@stericsson.com · 13 years ago
  24. bee925d caif: prepare support for namespaces by sjur.brandeland@stericsson.com · 13 years ago
  25. b3ccfbe caif: Protected in-flight packets using dev or sock refcont. by sjur.brandeland@stericsson.com · 13 years ago
  26. 4dd820c caif: Don't resend if dev_queue_xmit fails. by Sjur Brændeland · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 91b5c98 caif: don't set connection request param size before copying data by Dan Rosenberg · 13 years ago
  29. f2527ec caif: Bugfix for socket priority, bindtodev and dbg channel. by André Carvalho de Matos · 14 years ago
  30. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  31. 7931506 caif: fix two caif_connect() bugs by Eric Dumazet · 14 years ago
  32. ee62459 caif: remove duplicated include by Nicolas Kaiser · 14 years ago
  33. 9e2e8f1 caif: Use default send and receive buffer size in caif_socket. by Sjur Braendeland · 14 years ago
  34. b04367d caif: Minor fixes in log prints. by Sjur Braendeland · 14 years ago
  35. b31fa5b net/caif: Use pr_fmt by Joe Perches · 14 years ago
  36. 2aa40ae caif: Use link layer MTU instead of fixed MTU by Sjur Braendeland · 14 years ago
  37. a7da1f5 caif: Bugfix - RFM must support segmentation. by Sjur Braendeland · 14 years ago
  38. f5d72af caif: remove unneeded null check in caif_connect() by Dan Carpenter · 14 years ago
  39. dcda138 caif: Bugfix - use MSG_TRUNC in receive by Sjur Braendeland · 14 years ago
  40. a9a8f10 caif: Bugfix - missing spin_unlock by Sjur Braendeland · 14 years ago
  41. ca6a09f caif: Bugfix - Poll can't return POLLHUP while connecting. by Sjur Braendeland · 14 years ago
  42. 9e4b816 caif: Bugfix - wait_ev*_timeout returns long. by Sjur Braendeland · 14 years ago
  43. bece7b2 caif: Rewritten socket implementation by Sjur Braendeland · 14 years ago
  44. 4a4771a net: use sk_sleep() by Eric Dumazet · 14 years ago
  45. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  46. e6f95ec net-caif: add CAIF socket implementation by Sjur Braendeland · 14 years ago