1. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  2. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  3. 1661bf3 net: heap overflow in __audit_sockaddr() by Dan Carpenter · 11 years ago
  4. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  5. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  6. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  7. d29c445 aio: Kill ki_dtor by Kent Overstreet · 11 years ago
  8. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  9. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  10. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  11. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  12. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  13. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  14. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  15. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  16. 93a306a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. a7526eb net: Unbreak compat_sys_{send,recv}msg by Andy Lutomirski · 11 years ago
  18. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  19. 1be374a net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg by Andy Lutomirski · 11 years ago
  20. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  21. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  22. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  23. 0e2bcaa sock_close() couldn't have been called with NULL inode since at least 2.1.early by Al Viro · 11 years ago
  24. 6e94d1e net: socket: move ktime2ts to ktime header api by Daniel Borkmann · 11 years ago
  25. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  26. 2950fa9 kernel: audit: beautify code, for extern function, better to check its parameters by itself by Chen Gang · 11 years ago
  27. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  28. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 11 years ago
  29. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  30. 954b124 ethtool: fix sparse warning by Stephen Hemminger · 11 years ago
  31. a786a7c wanrouter: completely decouple obsolete code from kernel. by Paul Gortmaker · 11 years ago
  32. 6a328d8 cgroup: net_cls: Rework update socket logic by Daniel Wagner · 12 years ago
  33. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  34. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  35. e2bcabe net: remove sk_init() helper by Eric Dumazet · 12 years ago
  36. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  37. 2840763 take descriptor handling from sock_alloc_file() to callers by Al Viro · 12 years ago
  38. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. ed6fe9d Fix order of arguments to compat_put_time[spec|val] by Mikulas Patocka · 12 years ago
  40. 600e177 net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries by Masatake YAMATO · 12 years ago
  41. 43da5f2 net: fix info leak in compat dev_ifconf() by Mathias Krause · 12 years ago
  42. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  43. b09e786 tun: fix a crash bug and a memory leak by Mikulas Patocka · 12 years ago
  44. f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  45. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  46. 19e8d69 net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx by Alex Shi · 12 years ago
  47. a74e910 net: change big iov allocations by Eric Dumazet · 12 years ago
  48. 2ca794e net sysctl: Initialize the network sysctls sooner to avoid problems. by Eric W. Biederman · 12 years ago
  49. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  50. 35f9c09 tcp: tcp_sendpages() should call tcp_push() once by Eric Dumazet · 12 years ago
  51. 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
  52. 43db362 net: get rid of some pointless casts to sockaddr by Maciej Żenczykowski · 12 years ago
  53. 644595f compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c by H. Peter Anvin · 12 years ago
  54. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  55. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  56. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 12 years ago
  57. 55664f3 ethtool: Allow drivers to select RX NFC rule locations by Ben Hutchings · 12 years ago
  58. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  59. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  60. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  61. bc909d9 sendmmsg/sendmsg: fix unsafe user pointer access by Mathieu Desnoyers · 13 years ago
  62. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  63. c71d8eb net: Fix security_socket_sendmsg() bypass problem. by Tetsuo Handa · 13 years ago
  64. 98382f4 net: Cap number of elements for sendmmsg by Anton Blanchard · 13 years ago
  65. 728ffb8 net: sendmmsg should only return an error if no messages were sent by Anton Blanchard · 13 years ago
  66. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  67. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  68. 894dc24 net: sock_sendmsg_nosec() is static by Eric Dumazet · 13 years ago
  69. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  70. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  71. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  72. b9eb8b8 net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg by Anton Blanchard · 13 years ago
  73. 6184522 net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  74. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 13 years ago
  75. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  76. 127fe53 v3 ethtool: add ntuple flow specifier data to network flow classifier by Alexander Duyck · 13 years ago
  77. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  78. 3a7da39 ethtool: Compat handling for struct ethtool_rxnfc by Ben Hutchings · 13 years ago
  79. c3f52ae socket: suppress sparse warnings by stephen hemminger · 13 years ago
  80. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  81. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 13 years ago
  82. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 13 years ago
  83. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 13 years ago
  84. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 13 years ago
  85. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  86. ff0c7d1 fs: avoid inode RCU freeing for pseudo fs by Nick Piggin · 13 years ago
  87. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  88. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  89. c1249c0 net: Document the kernel_recvmsg() function by Martin Lucina · 13 years ago
  90. 190683a net: net_families __rcu annotations by Eric Dumazet · 14 years ago
  91. 3985c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  92. 253eacc net: Truncate recvfrom and sendto length to INT_MAX. by Linus Torvalds · 14 years ago
  93. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  94. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  95. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  96. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  97. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  98. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  99. 11165f1 socket: localize functions by stephen hemminger · 14 years ago
  100. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago