summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman1-4/+2
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-0/+3
2018-05-26sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2017-10-21net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet1-6/+6
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-30net: properly release sk_frag.pageEric Dumazet1-5/+5
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2015-12-17net: check both type and procotol for tcp socketsWANG Cong1-1/+2
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-3/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-4/+4
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-2/+4
2015-11-03net: make skb_set_owner_w() more robustEric Dumazet1-0/+22
2015-10-28sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-0/+5
2015-10-13sock: support per-packet fwmarkEdward Jee1-0/+26
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet1-1/+1
2015-09-16net: core: drop null test before destroy functionsJulia Lawall1-8/+4
2015-08-28sock: fix kernel doc errorJean Sacren1-1/+1
2015-07-31net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan1-1/+2
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-2/+3
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-1/+0
2015-06-16sock_diag: define destruction multicast groupsCraig Gallek1-1/+10
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2015-06-12net: don't wait for order-3 page allocationShaohua Li1-1/+1
2015-06-11net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman1-8/+5
2015-05-27tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-1/+4
2015-05-18net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-19/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-2/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+2
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-04-13tcp: do not cache align timewait socketsEric Dumazet1-2/+1
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+19
2015-03-23net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明1-2/+3
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-1/+1
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue1-1/+1
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet1-15/+0
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-0/+2
2015-03-13net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet1-28/+41
2015-03-12net: Kill hold_net release_netEric W. Biederman1-1/+0