aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-12/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-25/+25
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-30aio: Kill ki_dtorKent Overstreet1-11/+2
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+1
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-6/+6
2013-06-25net: poll/select low latency socket supportEliezer Tamir1-1/+13
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-1/+0
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-1/+1
2013-06-10net: add low latency socket pollEliezer Tamir1-0/+6
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+33
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-39/+33
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+3
2013-05-28net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski1-2/+31
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso1-1/+3
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-2/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2013-04-29sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro1-9/+0
2013-04-19net: socket: move ktime2ts to ktime header apiDaniel Borkmann1-16/+4
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-2/+1
2013-04-10kernel: audit: beautify code, for extern function, better to check its parameters by itselfChen Gang1-2/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-11ethtool: fix sparse warningStephen Hemminger1-9/+9
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker1-1/+0
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner1-8/+0
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-4/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+42
2012-09-27net: remove sk_init() helperEric Dumazet1-6/+0
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-3/+3
2012-09-26take descriptor handling from sock_alloc_file() to callersAl Viro1-22/+40
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-04net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entriesMasatake YAMATO1-5/+78
2012-08-15net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-3/+2
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi1-2/+2
2012-04-21net: change big iov allocationsEric Dumazet1-21/+16
2012-04-20net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman1-0/+6
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-9/+9
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-3/+3
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+8
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-22/+14
2012-02-20compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin1-10/+8