1. 3dc60d4 phonet: fix building with clang by Arnd Bergmann · 5 years ago
  2. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  3. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  4. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  5. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  6. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  7. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  8. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  9. 31fdc55 net: remove my future former mail address by Rémi Denis-Courmont · 12 years ago
  10. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  11. bcf1b70 phonet: Check input from user before allocating by Sasha Levin · 12 years ago
  12. bdb6e69 Phonet: set the pipe handle using setsockopt by Dinesh Kumar Sharma · 13 years ago
  13. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  14. 638be34 Phonet: fix aligned-mode pipe socket buffer header reserve by Rémi Denis-Courmont · 13 years ago
  15. a015f6f Phonet: kill the ST-Ericsson pipe controller Kconfig by Rémi Denis-Courmont · 13 years ago
  16. 297edb6 Phonet: support active connection without pipe controller on modem by Rémi Denis-Courmont · 13 years ago
  17. acaf7df Phonet: provide pipe socket option to retrieve the pipe identifier by Rémi Denis-Courmont · 13 years ago
  18. f7ae8d5 Phonet: allocate sock from accept syscall rather than soft IRQ by Rémi Denis-Courmont · 13 years ago
  19. 44c9ab1 Phonet: factor common code to send control messages by Rémi Denis-Courmont · 13 years ago
  20. 0ebbf31 Phonet: correct pipe backlog callback return values 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. c5e90f5 phonet: remove the unused variable pn by Changli Gao · 14 years ago
  27. b3d6255 Phonet: 'connect' socket implementation for Pipe controller by Kumar Sanghvi · 14 years ago
  28. 03789f2 Phonet: cleanup pipe enable socket option by Rémi Denis-Courmont · 14 years ago
  29. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. e1a5964 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  31. a91e7d4 Phonet: Correct header retrieval after pskb_may_pull by Kumar Sanghvi · 14 years ago
  32. 8d98efa Phonet: Implement Pipe Controller to support Nokia Slim Modems by Kumar Sanghvi · 14 years ago
  33. 6482f55 Phonet: remove dangling pipe if an endpoint is closed early by Rémi Denis-Courmont · 14 years ago
  34. 02ac326 Phonet: correct sendmsg() error code from sock_alloc_send_skb() by Rémi Denis-Courmont · 14 years ago
  35. 1a98214 Phonet: restore flow control credits when sending fails by Rémi Denis-Courmont · 14 years ago
  36. 635f081 Phonet: fix skb leak in pipe endpoint accept() by Rémi Denis-Courmont · 14 years ago
  37. 7dfde17 Phonet: listening socket lock protects the connected socket list by Rémi Denis-Courmont · 14 years ago
  38. e513480 Phonet: fix potential use-after-free in pep_sock_close() by Rémi Denis-Courmont · 14 years ago
  39. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  40. 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
  41. 82ecbcb Phonet: reject unsupported sendmsg/recvmsg flags by Rémi Denis-Courmont · 14 years ago
  42. fea93ec Phonet: zero-copy GPRS TX by Rémi Denis-Courmont · 14 years ago
  43. fc6a110 Phonet: zero-copy aligned GPRS RX by Rémi Denis-Courmont · 14 years ago
  44. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  45. b170437 Phonet: allocate and copy for pipe TX without sock lock by Rémi Denis-Courmont · 15 years ago
  46. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  47. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  48. 2e2fb4b Phonet: account for dropped RX packets by Rémi Denis-Courmont · 15 years ago
  49. 5c313e9 phonet: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  50. 2ddc1ac Phonet: do not compute unused value by Rémi Denis-Courmont · 15 years ago
  51. be67773 Phonet: use atomic for packet TX window by Rémi Denis-Courmont · 15 years ago
  52. 02a4761 Phonet: implement GPRS virtual interface over PEP socket by Rémi Denis-Courmont · 16 years ago
  53. c41bd97f8 Phonet: receive pipe control requests as out-of-band data by Rémi Denis-Courmont · 16 years ago
  54. 9641458 Phonet: Pipe End Point for Phonet Pipes protocol by Rémi Denis-Courmont · 16 years ago