aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski
2013-05-28net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro
2013-04-19net: socket: move ktime2ts to ktime header apiDaniel Borkmann
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-11ethtool: fix sparse warningStephen Hemminger
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-27net: remove sk_init() helperEric Dumazet
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-26take descriptor handling from sock_alloc_file() to callersAl Viro
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka
2012-09-04net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...Masatake YAMATO
2012-08-15net: fix info leak in compat dev_ifconf()Mathias Krause
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi
2012-04-21net: change big iov allocationsEric Dumazet
2012-04-20net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski
2012-02-20compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-08-24sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27net: sock_sendmsg_nosec() is staticEric Dumazet