1. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  2. 11bfb1c NFC: llcp: Use default MIU if none was specified on connect by Szymon Janc · 11 years ago
  3. 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  4. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  5. b401123 NFC: llcp: Fix non blocking sockets connections by Samuel Ortiz · 11 years ago
  6. 17f7ae16 NFC: Keep socket alive until the DISC PDU is actually sent by Thierry Escande · 11 years ago
  7. 58e3dd1 NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect() by Thierry Escande · 11 years ago
  8. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 17a2911 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  10. 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 11 years ago[Renamed (99%) from net/nfc/llcp/sock.c]
  11. 064f370 NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters by Thierry Escande · 11 years ago
  12. abd18d4 NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down by Thierry Escande · 11 years ago
  13. 66cbfa1 NFC: llcp: Use localy stored remote_miu value if not set at socket level by Thierry Escande · 11 years ago
  14. 00e856d NFC: llcp: Fall back to local values when getting socket options by Samuel Ortiz · 11 years ago
  15. 5eef666 NFC: llcp: Socket miux is a big endian field by Samuel Ortiz · 11 years ago
  16. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  17. 39a352a NFC: llcp: Keep the connected socket parent pointer alive by Samuel Ortiz · 11 years ago
  18. bec964e NFC: llcp: Detach socket from process context only when releasing the socket by Samuel Ortiz · 11 years ago
  19. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  20. 06d44f8 NFC: llcp: Use socket specific link parameters before the local ones by Samuel Ortiz · 11 years ago
  21. 26fd76c NFC: llcp: Implement socket options by Samuel Ortiz · 11 years ago
  22. e4306be NFC: llcp: Rename socket rw and miu fields by Samuel Ortiz · 11 years ago
  23. b141e81 NFC: llcp: Decrease socket ack log when accepting a connection by Samuel Ortiz · 11 years ago
  24. fb97c3e NFC: Use skb_copy_datagram_iovec by Samuel Ortiz · 12 years ago
  25. fad2e37 NFC: Avoid memcpy on LLCP connection less Rx path by Samuel Ortiz · 12 years ago
  26. 2593c2c NFC: llcp: Remove the tx backlog queue by Samuel Ortiz · 12 years ago
  27. 2c2d45b NFC: Add support for SO_TIMESTAMP LLCP socket option by Thierry Escande · 12 years ago
  28. 026e43d nfc: remove noisy message from llcp_sock_sendmsg by Dave Jones · 12 years ago
  29. b874dec NFC: Implement LLCP connection less Tx path by Samuel Ortiz · 12 years ago
  30. 31ca61a NFC: Forward LLCP datagrams to userspace by Samuel Ortiz · 12 years ago
  31. 874934f NFC: Fix style issues with logical operations by Szymon Janc · 12 years ago
  32. 32418cf Remove noisy printks from llcp_sock_connect by Dave Jones · 12 years ago
  33. 4463523b NFC: LLCP raw socket support by Thierry Escande · 12 years ago
  34. 5db327f NFC: Remove repeated code for NULL check by Syam Sidhardhan · 12 years ago
  35. fe3c094 NFC: Check for llcp_sock and its device from llcp_sock_getname by Samuel Ortiz · 12 years ago
  36. c66433d NFC: Dereference LLCP bind socket address after checking for it to be NULL by Samuel Ortiz · 12 years ago
  37. 8b7e8ed NFC: Forbid LLCP service name reusing by Samuel Ortiz · 12 years ago
  38. cbbf472 NFC: Release LLCP SAP when the owner is released by Samuel Ortiz · 12 years ago
  39. 12e5bdf NFC: Fix LLCP getname socket op by Samuel Ortiz · 12 years ago
  40. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  41. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  42. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  43. 58d1eab NFC: Fix possible NULL ptr deref when getting the name of a socket by Sasha Levin · 12 years ago
  44. 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 12 years ago
  45. 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 12 years ago
  46. a69f32a NFC: Socket linked list by Samuel Ortiz · 12 years ago
  47. c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 12 years ago
  48. 4260c13 NFC: Update the LLCP poll mask by Samuel Ortiz · 12 years ago
  49. ff353d8 NFC: LLCP connect must wait for a CC frame by Samuel Ortiz · 12 years ago
  50. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 12 years ago
  51. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 12 years ago
  52. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 12 years ago
  53. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 12 years ago
  54. d646960 NFC: Initial LLCP support by Samuel Ortiz · 13 years ago