summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-39/+33
2013-05-29net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski1-2/+31
2013-05-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-2/+4
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-20net: 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 parame...Chen Gang1-2/+4
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-23fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-11ethtool: fix sparse warningStephen Hemminger1-9/+9
2013-02-01wanrouter: 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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-26/+42
2012-09-28net: remove sk_init() helperEric Dumazet1-6/+0
2012-09-27unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-3/+3
2012-09-27take 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-06Fix 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 e...Masatake YAMATO1-5/+78
2012-08-16net: 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-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-2/+2
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-15net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi1-2/+2
2012-04-22net: change big iov allocationsEric Dumazet1-21/+16
2012-04-21net 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-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-3/+3
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+8
2012-03-12net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-22/+14
2012-02-21compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin1-10/+8
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+21
2012-01-06vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-15/+1
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-1/+1
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+2
2011-11-10net: add wireless TX status socket optionJohannes Berg1-0/+18
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-4/+6
2011-08-25sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers1-4/+6
2011-08-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+40
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-07-28net: sock_sendmsg_nosec() is staticEric Dumazet1-1/+1