1. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  2. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 9 years ago
  3. 8ae5e03 net: switch sockets to ->read_iter/->write_iter by Al Viro · 10 years ago
  4. 6d65233 net/socket.c: fold do_sock_{read,write} into callers by Al Viro · 9 years ago
  5. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  6. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 06539d3 net: don't OOPS on socket aio by Christoph Hellwig · 9 years ago
  8. 66c1a12 socket: use ki_nbytes instead of iov_length() by Nicolas Dichtel · 9 years ago
  9. 7eb35b1 socket: use iov_length() by Nicolas Dichtel · 9 years ago
  10. e3bb504 [regression] chunk lost from bd9b51 by Al Viro · 9 years ago
  11. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  13. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  14. 0cf00c6 net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code by Gu Zheng · 9 years ago
  15. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  16. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  17. 666547f separate kernel- and userland-side msghdr by Al Viro · 10 years ago
  18. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  19. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. 6a2a2b3 net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland. by Ani Sinha · 10 years ago
  21. 67cc0d4 net-timestamp: optimize sock_tx_timestamp default path by Willem de Bruijn · 10 years ago
  22. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  23. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  24. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  25. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  26. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  27. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  28. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  29. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  30. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  31. b7c0ddf net: use SYSCALL_DEFINEx for sys_recv by Jan Glauber · 10 years ago
  32. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 10 years ago
  33. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  35. dbb490b net: socket: error on a negative msg_namelen by Matthew Leach · 10 years ago
  36. 00e188e sockfd_lookup_light(): switch to fdget^W^Waway from fget_light by Al Viro · 10 years ago
  37. 3410f22 socket: replace some printk with pr_* by Yang Yingliang · 10 years ago
  38. d73aa28 net: handle error more gracefully in socketpair() by Yann Droneaud · 10 years ago
  39. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 10 years ago
  40. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 11 years ago
  41. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  42. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  43. fd468c7 net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP by Ben Hutchings · 11 years ago
  44. 590d469 net/compat: Merge multiple implementations of ifreq::ifr_data conversion by Ben Hutchings · 11 years ago
  45. 417c352 net/compat: Fix minor information leak in siocdevprivate_ioctl() by Ben Hutchings · 11 years ago
  46. 1661bf3 net: heap overflow in __audit_sockaddr() by Dan Carpenter · 11 years ago
  47. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  48. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  49. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  50. d29c445 aio: Kill ki_dtor by Kent Overstreet · 11 years ago
  51. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  52. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  53. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  54. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  55. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  56. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  57. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  58. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  59. 93a306a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. a7526eb net: Unbreak compat_sys_{send,recv}msg by Andy Lutomirski · 11 years ago
  61. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  62. 1be374a net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg by Andy Lutomirski · 11 years ago
  63. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  64. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  65. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 0e2bcaa sock_close() couldn't have been called with NULL inode since at least 2.1.early by Al Viro · 11 years ago
  67. 6e94d1e net: socket: move ktime2ts to ktime header api by Daniel Borkmann · 11 years ago
  68. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  69. 2950fa9 kernel: audit: beautify code, for extern function, better to check its parameters by itself by Chen Gang · 11 years ago
  70. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 11 years ago
  72. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  73. 954b124 ethtool: fix sparse warning by Stephen Hemminger · 11 years ago
  74. a786a7c wanrouter: completely decouple obsolete code from kernel. by Paul Gortmaker · 11 years ago
  75. 6a328d8 cgroup: net_cls: Rework update socket logic by Daniel Wagner · 12 years ago
  76. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  77. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  78. e2bcabe net: remove sk_init() helper by Eric Dumazet · 12 years ago
  79. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  80. 2840763 take descriptor handling from sock_alloc_file() to callers by Al Viro · 12 years ago
  81. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. ed6fe9d Fix order of arguments to compat_put_time[spec|val] by Mikulas Patocka · 12 years ago
  83. 600e177 net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries by Masatake YAMATO · 12 years ago
  84. 43da5f2 net: fix info leak in compat dev_ifconf() by Mathias Krause · 12 years ago
  85. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  86. b09e786 tun: fix a crash bug and a memory leak by Mikulas Patocka · 12 years ago
  87. f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  88. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  89. 19e8d69 net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx by Alex Shi · 12 years ago
  90. a74e910 net: change big iov allocations by Eric Dumazet · 12 years ago
  91. 2ca794e net sysctl: Initialize the network sysctls sooner to avoid problems. by Eric W. Biederman · 12 years ago
  92. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  93. 35f9c09 tcp: tcp_sendpages() should call tcp_push() once by Eric Dumazet · 12 years ago
  94. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 43db362 net: get rid of some pointless casts to sockaddr by Maciej Żenczykowski · 12 years ago
  96. 644595f compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c by H. Peter Anvin · 12 years ago
  97. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  98. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  99. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 12 years ago
  100. 55664f3 ethtool: Allow drivers to select RX NFC rule locations by Ben Hutchings · 12 years ago